ITaggable
All Implemented Interfaces: com.aspose.note.INode
public interface ITaggable extends INode
L’interfaccia per i nodi che possono essere contrassegnati da tag.
Metodi
| Metodo | Descrizione |
|---|---|
| getTags() | Ottiene l’elenco di tutti i tag. |
getTags()
public abstract System.Collections.Generic.List<ITag> getTags()
Ottiene l’elenco di tutti i tag.
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.note.ITag>