Package | Description |
---|---|
com.aspose.note.hierarchy |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
EmbeddedFileNode.getNoteTagStates()
Gets the state properties of each note tag.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
ImageNode.getNoteTagStates()
Gets the note tags set on the image.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
RichTextOENode.getNoteTagStates()
Gets the state properties of each note tag.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
TableNode.getNoteTagStates()
Gets the note tags set on the table.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
NoteTagState.op_Equality(NoteTagState left,
NoteTagState right)
The ==.
|
static boolean |
NoteTagState.op_Inequality(NoteTagState left,
NoteTagState right)
The !=.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedFileNode.setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the state properties of each note tag.
|
void |
ImageNode.setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the note tags set on the image.
|
void |
RichTextOENode.setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the state properties of each note tag.
|
void |
TableNode.setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the note tags set on the table.
|
Copyright (c) 2017 Aspose. All Rights Reserved.