com.spire.doc.documents
Enum ParagraphItemType

java.lang.Object
  extended by java.lang.Enum<ParagraphItemType>
      extended by com.spire.doc.documents.ParagraphItemType
All Implemented Interfaces:
java.lang.Comparable<ParagraphItemType>

public enum ParagraphItemType
extends java.lang.Enum<ParagraphItemType>

Specifies type of the ParagraphBase.


Enum Constant Summary
Bookmark_End
          ParagraphBase is a end of bookmark.
Bookmark_Start
          ParagraphBase is a start of bookmark.
Break
          PragraphItem is a break.
Check_Box
           
Comment
          ParagraphBase is a comment.
Comment_Mark
          Paragraph item is comment mark.
Control_Field
          Paragraph item is form control field.
Drop_Down_Form_Field
           
Embed_Field
           
Field
          ParagraphBase is a field.
Field_Mark
          Paragraph item is field mark.
Footnote
          ParagraphBase is a footnote.
Form_Field
           
Merge_Field
           
Ole_Object
           
Permission_End
          ParagraphBase is a end of Permission.
Permission_Start
          ParagraphBase is a start of Permission
Picture
          ParagraphBase is a picture.
Seq_Field
           
Shape_Group
           
Shape_Object
           
Symbol
           
Text_Box
          ParagraphBase is a textbox.
Text_Form_Field
           
Text_Range
          ParagraphBase is a text.
TOC
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Text_Range

public static final ParagraphItemType Text_Range
ParagraphBase is a text.


Picture

public static final ParagraphItemType Picture
ParagraphBase is a picture.


Field

public static final ParagraphItemType Field
ParagraphBase is a field.


Field_Mark

public static final ParagraphItemType Field_Mark
Paragraph item is field mark.


Merge_Field

public static final ParagraphItemType Merge_Field

Form_Field

public static final ParagraphItemType Form_Field

Check_Box

public static final ParagraphItemType Check_Box

Text_Form_Field

public static final ParagraphItemType Text_Form_Field

Drop_Down_Form_Field

public static final ParagraphItemType Drop_Down_Form_Field

Seq_Field

public static final ParagraphItemType Seq_Field

Embed_Field

public static final ParagraphItemType Embed_Field

Control_Field

public static final ParagraphItemType Control_Field
Paragraph item is form control field.


Bookmark_Start

public static final ParagraphItemType Bookmark_Start
ParagraphBase is a start of bookmark.


Bookmark_End

public static final ParagraphItemType Bookmark_End
ParagraphBase is a end of bookmark.


Permission_Start

public static final ParagraphItemType Permission_Start
ParagraphBase is a start of Permission


Permission_End

public static final ParagraphItemType Permission_End
ParagraphBase is a end of Permission.


Shape_Object

public static final ParagraphItemType Shape_Object

Shape_Group

public static final ParagraphItemType Shape_Group

Comment

public static final ParagraphItemType Comment
ParagraphBase is a comment.


Comment_Mark

public static final ParagraphItemType Comment_Mark
Paragraph item is comment mark.


Footnote

public static final ParagraphItemType Footnote
ParagraphBase is a footnote.


Text_Box

public static final ParagraphItemType Text_Box
ParagraphBase is a textbox.


Break

public static final ParagraphItemType Break
PragraphItem is a break.


Symbol

public static final ParagraphItemType Symbol

TOC

public static final ParagraphItemType TOC

Ole_Object

public static final ParagraphItemType Ole_Object
Method Detail

getValue

public int getValue()