Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Class and Description |
---|---|
class |
NoteTag
Specifies the note tag.
|
class |
NoteTask
Specifies the note task.
|
Modifier and Type | Method and Description |
---|---|
List<NoteTagCore> |
AttachedFile.getTags()
Gets the list of tags of an attached file.
|
List<NoteTagCore> |
Image.getTags()
Gets the list of tags of an image.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagCore> |
RichText.getTags()
Gets the tags.
|
List<NoteTagCore> |
Table.getTags()
Gets the tags of a table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NoteTagCore.equals(NoteTagCore other)
Determines whether the specified object is equal to the current object.
|