Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Interface and Description |
---|---|
interface |
INoteTag
The interface for note tags(i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckBox
The base class for tags that can toggle their state between complete and incomplete.
|
class |
NoteCheckBox
Represents a note tag that can toggle their state between complete and incomplete.
|
class |
NoteTask
Represents a note task.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<ITag> |
AttachedFile.getTags()
Gets the list of tags of an attached file.
|
com.aspose.ms.System.Collections.Generic.List<ITag> |
Image.getTags()
Gets the list of all tags of an image.
|
com.aspose.ms.System.Collections.Generic.List<ITag> |
ITaggable.getTags()
Gets the list of all tags.
|
com.aspose.ms.System.Collections.Generic.List<ITag> |
RichText.getTags()
Gets the list of all tags of a paragraph.
|
com.aspose.ms.System.Collections.Generic.List<ITag> |
Table.getTags()
Gets the list of all tags of a table.
|
Copyright (c) 2002-2022 Aspose. All Rights Reserved.