ITaggable

All Implemented Interfaces: com.aspose.note.INode

public interface ITaggable extends INode

Etiketlerle işaretlenebilen düğümler için arabirim.

Yöntemler

YöntemAçıklama
getTags()Tüm etiketlerin listesini alır.

getTags()

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

Tüm etiketlerin listesini alır.

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