Note Class |
Namespace: GemBox.Document
The Note type exposes the following members.
Name | Description | |
---|---|---|
![]() | Note(DocumentModel, NoteType, Block) |
Initializes a new instance of the Note class with specified note type and specified blocks.
|
![]() | Note(DocumentModel, NoteType, IEnumerableBlock) |
Initializes a new instance of the Note class with specified note type and specified blocks.
|
![]() | Note(DocumentModel, NoteType, String) |
Initializes a new instance of the Note class with specified note type and specified text.
|
Name | Description | |
---|---|---|
![]() | Blocks |
Gets the Note's blocks.
|
![]() | CharacterFormat |
Gets or sets the note mark character format.
|
![]() | Content |
Gets the content of the current Element.
(Inherited from Element.) |
![]() | CustomMark |
Gets or sets the custom mark.
|
![]() | Document |
Gets the owner document.
(Overrides ElementDocument.) |
![]() | ElementType |
Gets the ElementType of this Element instance.
(Overrides ElementElementType.) |
![]() | NoteType |
Gets or sets the note type.
|
![]() | Parent |
Gets the parent of this Element instance.
(Inherited from Element.) |
![]() | ParentCollection |
Gets the InlineCollection that contains this Inline instance.
(Inherited from Inline.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clones this Inline instance.
(Inherited from Inline.) |
![]() | GetChildElements(Boolean) |
Gets the child elements.
(Inherited from Element.) |
![]() | GetChildElements(Boolean, ElementType) |
Gets the child elements filtered by ElementType.
(Inherited from Element.) |
Name | Description | |
---|---|---|
![]() ![]() | IContentElementContent |
Gets a sequence of ElementCollections that are contained under this IContentElement.
|