com.spire.doc.fields
Class SequenceField

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.DocumentObject
              extended by com.spire.doc.DocumentBase
                  extended by com.spire.doc.fields.ParagraphBase
                      extended by com.spire.doc.fields.TextRange
                          extended by com.spire.doc.fields.Field
                              extended by com.spire.doc.fields.SequenceField
All Implemented Interfaces:
IDocumentObject, IDocumentSerializable, IField, IParagraphBase, ITextRange

public class SequenceField
extends Field


Constructor Summary
SequenceField(IDocument doc)
          Initializes a new instance of the class.
 
Method Summary
 java.lang.String getCaptionName()
          Returns or sets caption name
 DocumentObjectType getDocumentObjectType()
          Gets the type of the document object.
 java.lang.String getFormattingString()
          Gets the formatting string
 CaptionNumberingFormat getNumberFormat()
          Returns or setsthe type of caption numbering
 void setCaptionName(java.lang.String value)
          Returns or sets caption name
 void setNumberFormat(CaptionNumberingFormat value)
          Returns or setsthe type of caption numbering
 
Methods inherited from class com.spire.doc.fields.Field
getCode, getEnd, getFieldText, getPattern, getSeparator, getTextFormat, getType, getValue, isLocked, isLocked, setCode, setEnd, setFieldText, setPattern, setTextFormat, setType, update
 
Methods inherited from class com.spire.doc.fields.TextRange
getCharacterFormat, getText, setText
 
Methods inherited from class com.spire.doc.fields.ParagraphBase
applyCharacterFormat, applyStyle, getChildObjects, getDeleteRevision, getInsertRevision, getNextWidgetSibling, getOwnerParagraph, getPreviousWidgetSibling, getStyleName, isDeleteRevision, isInsertRevision
 
Methods inherited from class com.spire.doc.DocumentObject
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, prependChild, toString
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 
Methods inherited from interface com.spire.doc.interfaces.ITextRange
applyCharacterFormat, getCharacterFormat, getText, setText
 
Methods inherited from interface com.spire.doc.interfaces.IParagraphBase
applyStyle, getOwnerParagraph, getStyleName
 
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject
deepClone, getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite
 

Constructor Detail

SequenceField

public SequenceField(IDocument doc)
Initializes a new instance of the class.

Parameters:
doc -
Method Detail

getDocumentObjectType

public DocumentObjectType getDocumentObjectType()
Gets the type of the document object.

Specified by:
getDocumentObjectType in interface IDocumentObject
Overrides:
getDocumentObjectType in class Field
Returns:
The type of the document object.

getFormattingString

public java.lang.String getFormattingString()
Gets the formatting string

Overrides:
getFormattingString in class Field

getNumberFormat

public CaptionNumberingFormat getNumberFormat()
Returns or setsthe type of caption numbering


setNumberFormat

public void setNumberFormat(CaptionNumberingFormat value)
Returns or setsthe type of caption numbering


getCaptionName

public java.lang.String getCaptionName()
Returns or sets caption name


setCaptionName

public void setCaptionName(java.lang.String value)
Returns or sets caption name