Class Endnote
java.lang.Object
com.independentsoft.office.word.footnoteEndnote.Endnote
The Class Endnote.
-
Constructor Summary
ConstructorsConstructorDescriptionEndnote()Instantiates a new endnote.Endnote(long id)Instantiates a new endnote.Endnote(long id, FootnoteEndnoteType type)Instantiates a new endnote.Endnote(FootnoteEndnoteType type)Instantiates a new endnote. -
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
-
Endnote
public Endnote()Instantiates a new endnote. -
Endnote
public Endnote(long id)Instantiates a new endnote.- Parameters:
id- the id
-
Endnote
Instantiates a new endnote.- Parameters:
type- the type
-
Endnote
Instantiates a new endnote.- 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
-