|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
com.spire.doc.DocumentBase
com.spire.doc.fields.ParagraphBase
com.spire.doc.fields.TextRange
com.spire.doc.fields.Field
com.spire.doc.fields.SequenceField
public class SequenceField
Constructor Summary | |
---|---|
protected |
SequenceField(Field field)
Initializes a new instance of the SequenceField class. |
|
SequenceField(IDocument doc)
Initializes a new instance of the SequenceField class. |
Method Summary | |
---|---|
java.lang.String |
getCaptionName()
Returns the caption name |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
java.lang.String |
getFormattingString()
Gets the formatting string |
CaptionNumberingFormat |
getNumberFormat()
Returns the type of caption numbering |
void |
setCaptionName(java.lang.String value)
Sets caption name |
void |
setNumberFormat(CaptionNumberingFormat value)
Sets the type of caption numbering |
Methods inherited from class com.spire.doc.fields.Field |
---|
downloadImage, getCode, getEnd, getFieldText, getPattern, getSeparator, getTextFormat, getType, getValue, isLocked, isLocked, setCode, setEnd, setFieldText, setPattern, setTextFormat, setType |
Methods inherited from class com.spire.doc.fields.TextRange |
---|
getCharacterFormat, getText, setText |
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getAncestor, getChildObjects, getOwnerParagraph, getStyleName, isDeleteRevision, isInsertRevision |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, 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 |
Methods inherited from interface com.spire.doc.documents.IRunAttrSource |
---|
clearRunAttrs, fetchInheritedRunAttr, getDirectRunAttr, getDirectRunAttrByIndex, getDirectRunAttrsCount, setRunAttr |
Constructor Detail |
---|
public SequenceField(IDocument doc)
SequenceField
class.
doc
- docprotected SequenceField(Field field)
SequenceField
class.
field
- The field.Method Detail |
---|
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class Field
public java.lang.String getFormattingString()
getFormattingString
in class Field
public CaptionNumberingFormat getNumberFormat()
public void setNumberFormat(CaptionNumberingFormat value)
value
- The typepublic java.lang.String getCaptionName()
public void setCaptionName(java.lang.String value)
value
- The caption name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |