Class Note

Note class

This class represents generator paragraph note.

public sealed class Note

Constructors

NameDescription
Note()Initializes a new instance of the Note class.
Note(string)Initializes a new instance of the Note class.

Properties

NameDescription
Paragraphs { get; set; }Gets or sets a collection that indicates all paragraphs in the FootNote.
Text { get; set; }Gets or sets a note text.
TextState { get; set; }Gets or sets a note text state.

See Also