|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.FootNote
aspose.pdf.EndNote
public class EndNote
Represents the EndNote of Segment
.
Typical usages are the following:
Constructor Summary | |
---|---|
EndNote()
Constructor - without content for EndNote object. |
|
EndNote(java.lang.String content)
EndNote object. |
Method Summary | |
---|---|
EndNotePositioningType |
getEndNotePositioning()
Gets an EndNotePositioningType value that indicates the
position of the end note. |
NumberingContinuationType |
getNumberingContinuation()
Gets a NumberingContinuationType object that indicates the
continuation type of end note's number. |
void |
setEndNotePositioning(EndNotePositioningType value)
Sets an EndNotePositioningType value that indicates the
position of the end note. |
void |
setNumberingContinuation(NumberingContinuationType value)
Sets a NumberingContinuationType value that indicates the
continuation type of end note's number. |
Methods inherited from class aspose.pdf.FootNote |
---|
getHasProcessed, getNumberingFormat, getParagraphs, getSegments, getTextInfo, isHaveNumberInfo, setHasProcessed, setHaveNumberInfo, setNumberingFormat, setParagraphs, setSegments, setTextInfo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndNote()
EndNote
object.
public EndNote(java.lang.String content)
EndNote
object.
Method Detail |
---|
public NumberingContinuationType getNumberingContinuation()
NumberingContinuationType
object that indicates the
continuation type of end note's number.
getNumberingContinuation
in class FootNote
NumberingContinuationType
object.public void setNumberingContinuation(NumberingContinuationType value)
NumberingContinuationType
value that indicates the
continuation type of end note's number.
setNumberingContinuation
in class FootNote
value
- A NumberingContinuationType
object.public EndNotePositioningType getEndNotePositioning()
EndNotePositioningType
value that indicates the
position of the end note.
EndNotePositioningType
ojbect.public void setEndNotePositioning(EndNotePositioningType value)
EndNotePositioningType
value that indicates the
position of the end note.
value
- An EndNotePositioningType
object.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |