Note

Inheritance: java.lang.Object

public final class Note

This class represents generator paragraph note.

Constructors

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

Methods

Method Description
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:

Parameter Type Description
content java.lang.String The 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:

Parameter Type Description
value Paragraphs Paragraphs.

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:

Parameter Type Description
value java.lang.String string 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:

Parameter Type Description
value TextState The TextState instance.