public final class Note extends Object
This class represents generator paragraph note.
Constructor and Description |
---|
Note()
Initializes a new instance of the
Note class. |
Note(String content)
Initializes a new instance of the
Note class. |
Modifier and Type | Method and Description |
---|---|
Paragraphs |
getParagraphs()
Gets a collection that indicates all paragraphs in the FootNote.
|
String |
getText()
Gets a note text.
|
TextState |
getTextState()
Gets or sets a note text state.
|
void |
setParagraphs(Paragraphs value)
Sets a collection that indicates all paragraphs in the FootNote.
|
void |
setText(String value)
Sets a note text.
|
void |
setTextState(TextState value)
Gets or sets a note text state.
|
public Note()
Initializes a new instance of the Note
class.
public Note(String content)
Initializes a new instance of the Note
class.
content
- The note content.public Paragraphs getParagraphs()
Gets a collection that indicates all paragraphs in the FootNote.
public void setParagraphs(Paragraphs value)
Sets a collection that indicates all paragraphs in the FootNote.
value
- Paragraphs.public String getText()
Gets a note text.
public void setText(String value)
Sets a note text.
value
- string objectpublic TextState getTextState()
Gets or sets a note text state.
public void setTextState(TextState value)
Gets or sets a note text state.
value
- The TextState instance.