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>