ITaggable

All Implemented Interfaces: com.aspose.note.INode

public interface ITaggable extends INode

Die Schnittstelle für Knoten, die mit Tags markiert werden können.

Methoden

MethodeBeschreibung
getTags()Gibt die Liste aller Tags zurück.

getTags()

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

Gibt die Liste aller Tags zurück.

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