|
|||||||||
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.Footnote
public class Footnote
Constructor Summary | |
---|---|
Footnote(IDocument doc)
Initializes a new instance of the |
Method Summary | |
---|---|
void |
ensureMinimum()
|
DocumentObjectCollection |
getChildObjects()
Gets the child entities. |
java.lang.String |
getCustomMarker()
Gets or sets the custom footnote marker. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
FootnoteType |
getFootnoteType()
Gets or sets footnote type: footnote or endnote |
CharacterFormat |
getMarkerCharacterFormat()
Gets the marker character format |
byte |
getSymbolCode()
Gets or sets the marker symbol code. |
Body |
getTextBody()
Gets the text body of the footnote. |
boolean |
getUseAbsolutePos()
|
boolean |
isAutoNumbered()
Gets or sets the value indicating if the footnote is auto numbered |
void |
isAutoNumbered(boolean value)
Gets or sets the value indicating if the footnote is auto numbered |
void |
setCustomMarker(java.lang.String value)
Gets or sets the custom footnote marker. |
void |
setFootnoteType(FootnoteType value)
Gets or sets footnote type: footnote or endnote |
void |
setSymbolCode(byte value)
Gets or sets the marker symbol code. |
void |
setUseAbsolutePos(boolean value)
|
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getCharacterFormat, 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.IDocumentObject |
---|
deepClone, getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite |
Constructor Detail |
---|
public Footnote(IDocument doc)
doc
- The doc.Method Detail |
---|
public boolean getUseAbsolutePos()
public void setUseAbsolutePos(boolean value)
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class DocumentObject
public FootnoteType getFootnoteType()
public void setFootnoteType(FootnoteType value)
public boolean isAutoNumbered()
public void isAutoNumbered(boolean value)
public Body getTextBody()
public CharacterFormat getMarkerCharacterFormat()
public byte getSymbolCode()
public void setSymbolCode(byte value)
public java.lang.String getCustomMarker()
public void setCustomMarker(java.lang.String value)
public DocumentObjectCollection getChildObjects()
getChildObjects
in interface ICompositeObject
getChildObjects
in class ParagraphBase
public void ensureMinimum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |