Class Footnote
java.lang.Object
com.independentsoft.office.word.footnoteEndnote.Footnote
The Class Footnote.
-
Constructor Summary
ConstructorsConstructorDescriptionFootnote()Instantiates a new footnote.Footnote(long id)Instantiates a new footnote.Footnote(long id, FootnoteEndnoteType type)Instantiates a new footnote.Footnote(FootnoteEndnoteType type)Instantiates a new footnote. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IBlockElement contentElement)Adds the.voidAdds the.voidAdds the.clone()Gets the content.Gets the content elements.longgetID()Gets the id.getType()Gets the type.voidsetID(long id)Sets the id.voidsetType(FootnoteEndnoteType type)Sets the type.toString()
-
Constructor Details
-
Footnote
public Footnote()Instantiates a new footnote. -
Footnote
public Footnote(long id)Instantiates a new footnote.- Parameters:
id- the id
-
Footnote
Instantiates a new footnote.- Parameters:
type- the type
-
Footnote
Instantiates a new footnote.- Parameters:
id- the idtype- the type
-
-
Method Details
-
add
Adds the.- Parameters:
paragraph- the paragraph
-
add
Adds the.- Parameters:
table- the table
-
add
Adds the.- Parameters:
contentElement- the content element
-
getContentElements
Gets the content elements.- Returns:
- the content elements
-
clone
-
toString
-
getContent
Gets the content.- Returns:
- the content
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-