ITaggable
All Implemented Interfaces: com.aspose.note.INode
public interface ITaggable extends INode
The interface for nodes that can be marked by tags.
Methods
Method | Description |
---|---|
getTags() | Gets the list of all tags. |
getTags()
public abstract System.Collections.Generic.List<ITag> getTags()
Gets the list of all tags.
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.note.ITag>