|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.FootNote
public class FootNote
Represents the FootNote of Segment
Typical usages are the following:
Constructor Summary | |
---|---|
FootNote()
Constructor with no arguments for FootNote class . |
|
FootNote(java.lang.String note)
Constructor with footnote content for FootNote class. |
Method Summary | |
---|---|
boolean |
getHasProcessed()
Sets a boolean value that indicates whether the current footnote has been processed. |
NumberingContinuationType |
getNumberingContinuation()
Gets a NumberingContinuationType enumeration value that indicates footnote numbering continuation style such as continuation in pdf or section. |
NumberingFormatType |
getNumberingFormat()
Gets a NumberingFormatType enumeration value that indicates footnote number format in the Pdf document. |
Paragraphs |
getParagraphs()
Gets a Paragraphs object that indicates all paragraphs in the FootNote. |
Segments |
getSegments()
Gets a collection Segments object that indicates the content of footnote |
TextInfo |
getTextInfo()
Gets a TextInfo that indicates the text information of footnote. |
boolean |
isHaveNumberInfo()
Gets a boolean value that indicates whether the footnote has numberinfo or not. |
void |
setHasProcessed(boolean hasProcessed)
Sets a boolean value that indicates whether the current footnote has been processed. |
void |
setHaveNumberInfo(boolean haveNumberInfo)
Sets a boolean value that indicates whether the footnote has numberinfo or not. |
void |
setNumberingContinuation(NumberingContinuationType numberingContinuation)
Sets a NumberingContinuationType enumeration value that indicates footnote numbering continuation style such as continuation in pdf or section. |
void |
setNumberingFormat(NumberingFormatType numberingFormat)
Sets a NumberingFormatType enumeration value that indicates footnote number format in the Pdf document. |
void |
setParagraphs(Paragraphs noteParas)
Sets a Paragraphs object that indicates all paragraphs in the FootNote. |
void |
setSegments(Segments segments)
Sets a collection Segments object that indicates the content of footnote |
void |
setTextInfo(TextInfo textInfo)
Sets a TextInfo that indicates the text information of footnote. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FootNote()
FootNote
class .
public FootNote(java.lang.String note)
FootNote
class. The argument note
is used for the content of footnote.
note
- Note content.Method Detail |
---|
public boolean isHaveNumberInfo()
public void setHaveNumberInfo(boolean haveNumberInfo)
haveNumberInfo
- public Paragraphs getParagraphs()
Paragraphs
object that indicates all paragraphs in the FootNote.
public void setParagraphs(Paragraphs noteParas)
Paragraphs
object that indicates all paragraphs in the FootNote.
noteParas
- public NumberingFormatType getNumberingFormat()
NumberingFormatType
enumeration value that indicates footnote number format in the Pdf document.
public void setNumberingFormat(NumberingFormatType numberingFormat)
NumberingFormatType
enumeration value that indicates footnote number format in the Pdf document.
numberingFormat
- public NumberingContinuationType getNumberingContinuation()
NumberingContinuationType
enumeration value that indicates footnote numbering continuation style such as continuation in pdf or section.
public void setNumberingContinuation(NumberingContinuationType numberingContinuation)
NumberingContinuationType
enumeration value that indicates footnote numbering continuation style such as continuation in pdf or section.
numberingContinuation
- public Segments getSegments()
Segments
object that indicates the content of footnote
public void setSegments(Segments segments)
Segments
object that indicates the content of footnote
segments
- public TextInfo getTextInfo()
TextInfo
that indicates the text information of footnote.
public void setTextInfo(TextInfo textInfo)
TextInfo
that indicates the text information of footnote.
textInfo
- public boolean getHasProcessed()
public void setHasProcessed(boolean hasProcessed)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |