ITaggable

All Implemented Interfaces: com.aspose.note.INode

public interface ITaggable extends INode

可以被标签标记的节点的接口。

方法

方法描述
getTags()获取所有标签的列表。

getTags()

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

获取所有标签的列表。

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