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

FeldBeschreibung
CompletedDer Notiz-Tag ist abgeschlossen.
DisabledDer Notiz-Tag ist deaktiviert.
OpenDer 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.