Note

Inheritance: java.lang.Object

public final class Note

This class represents generator paragraph note.

Constructors

ConstructorDescription
Note()Initializes a new instance of the Note class.
Note(String content)Initializes a new instance of the Note class.

Methods

MethodDescription
getParagraphs()Gets a collection that indicates all paragraphs in the FootNote.
setParagraphs(Paragraphs value)Sets a collection that indicates all paragraphs in the FootNote.
getText()Gets a note text.
setText(String value)Sets a note text.
getTextState()Gets or sets a note text state.
setTextState(TextState value)Gets or sets a note text state.

Note()

public Note()

Initializes a new instance of the Note class.

Note(String content)

public Note(String content)

Initializes a new instance of the Note class.

Parameters:

ParameterTypeDescription
contentjava.lang.StringThe note content.

getParagraphs()

public Paragraphs getParagraphs()

Gets a collection that indicates all paragraphs in the FootNote.

Returns: Paragraphs - Paragraphs.

setParagraphs(Paragraphs value)

public void setParagraphs(Paragraphs value)

Sets a collection that indicates all paragraphs in the FootNote.

Parameters:

ParameterTypeDescription
valueParagraphsParagraphs.

getText()

public String getText()

Gets a note text.

Returns: java.lang.String - string object

setText(String value)

public void setText(String value)

Sets a note text.

Parameters:

ParameterTypeDescription
valuejava.lang.Stringstring object

getTextState()

public TextState getTextState()

Gets or sets a note text state.

Returns: TextState - The TextState instance.

setTextState(TextState value)

public void setTextState(TextState value)

Gets or sets a note text state.

Parameters:

ParameterTypeDescription
valueTextStateThe TextState instance.