|
|||||||||
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 Footnote class. |
Method Summary | |
---|---|
java.lang.String |
getCustomMarker()
Gets the custom footnote marker. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
FootnoteType |
getFootnoteType()
Gets footnote type: footnote or endnote |
CharacterFormat |
getMarkerCharacterFormat()
Gets the marker character format. |
byte |
getSymbolCode()
Gets the marker symbol code. |
Body |
getTextBody()
Gets the text body of the footnote. |
boolean |
getUseAbsolutePos()
|
boolean |
isAutoNumbered()
Gets the value indicating if the footnote is auto numbered |
void |
isAutoNumbered(boolean value)
Sets the value indicating if the footnote is auto numbered |
void |
setCustomMarker(java.lang.String value)
Sets the custom footnote marker. |
void |
setFootnoteType(FootnoteType value)
Sets footnote type: footnote or endnote |
void |
setSymbolCode(byte value)
Sets the marker symbol code. |
void |
setUseAbsolutePos(boolean value)
|
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getAncestor, getCharacterFormat, 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.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 Footnote(IDocument doc)
Footnote
class.
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)
value
- The type of the footnotepublic boolean isAutoNumbered()
public void isAutoNumbered(boolean value)
value
- The footnote is auto numbered or NOTpublic Body getTextBody()
public CharacterFormat getMarkerCharacterFormat()
public byte getSymbolCode()
public void setSymbolCode(byte value)
value
- The symbol code.public java.lang.String getCustomMarker()
public void setCustomMarker(java.lang.String value)
value
- The custom marker.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |