|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<sdttype>
com.spire.doc.documents.sdttype
public enum sdttype
specifies the type of a structured document tag (sdt) element.
enum constant summary | |
---|---|
bibliography
the sdt represents a bibliography entry. |
|
building_block_gallery
the sdt represents a building block gallery type. |
|
check_box
the sdt represents a checkbox when displayed in the document. |
|
citation
the sdt represents a citation. |
|
combo_box
the sdt represents a combo box when displayed in the document. |
|
date_picker
the sdt represents a date picker when displayed in the document. |
|
doc_part_obj
the sdt represents a document part type. |
|
drop_down_list
the sdt represents a drop down list when displayed in the document. |
|
equation
the sdt represents an equation. |
|
group
the sdt represents a restricted grouping when displayed in the document. |
|
none
no type is assigned to the sdt. |
|
picture
the sdt represents a picture when displayed in the document. |
|
rich_text
the sdt represents a rich text box when displayed in the document. |
|
text
the sdt represents a plain text box when displayed in the document. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final sdttype none
public static final sdttype rich_text
public static final sdttype bibliography
public static final sdttype citation
public static final sdttype combo_box
public static final sdttype drop_down_list
public static final sdttype picture
public static final sdttype text
public static final sdttype equation
public static final sdttype date_picker
public static final sdttype building_block_gallery
public static final sdttype doc_part_obj
public static final sdttype group
public static final sdttype check_box
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |