ITaggable

All Implemented Interfaces: com.aspose.note.INode

public interface ITaggable extends INode

The interface for nodes that can be marked by tags.

Methods

MethodDescription
getTags()सभी टैग्स की सूची प्राप्त करता है।

getTags()

public abstract System.Collections.Generic.List<ITag> getTags()

सभी टैग्स की सूची प्राप्त करता है।

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.note.ITag>