sdttype-ag凯发旗舰厅



com.spire.doc.documents
enum sdttype

java.lang.object
  extended by java.lang.enum<sdttype>
      extended by com.spire.doc.documents.sdttype
all implemented interfaces:
java.lang.comparable<sdttype>

public enum sdttype
extends java.lang.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

none

public static final sdttype none
no type is assigned to the sdt. if no type element is specified, the sdt structured document tag should be a rich text box.

rich_text

public static final sdttype rich_text
the sdt represents a rich text box when displayed in the document.

bibliography

public static final sdttype bibliography
the sdt represents a bibliography entry.

citation

public static final sdttype citation
the sdt represents a citation.

combo_box

public static final sdttype combo_box
the sdt represents a combo box when displayed in the document.

drop_down_list

public static final sdttype drop_down_list
the sdt represents a drop down list when displayed in the document.

picture

public static final sdttype picture
the sdt represents a picture when displayed in the document.

text

public static final sdttype text
the sdt represents a plain text box when displayed in the document.

equation

public static final sdttype equation
the sdt represents an equation.

date_picker

public static final sdttype date_picker
the sdt represents a date picker when displayed in the document.

building_block_gallery

public static final sdttype building_block_gallery
the sdt represents a building block gallery type.

doc_part_obj

public static final sdttype doc_part_obj
the sdt represents a document part type.

group

public static final sdttype group
the sdt represents a restricted grouping when displayed in the document.

check_box

public static final sdttype check_box
the sdt represents a checkbox when displayed in the document.
method detail

getvalue

public int getvalue()


网站地图