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>