TagStatus
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TagStatus extends System.Enum
Gibt den Status des Notiz-Tag-Knotens an.
Felder
| Feld | Beschreibung |
|---|---|
| Completed | Der Notiz-Tag ist abgeschlossen. |
| Disabled | Der Notiz-Tag ist deaktiviert. |
| Open | Der Notiz-Tag ist offen. |
Completed
public static final int Completed
Der Notiz-Tag ist abgeschlossen.
Disabled
public static final int Disabled
Der Notiz-Tag ist deaktiviert.
Open
public static final int Open
Der Notiz-Tag ist offen.