TagStatus
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TagStatus extends System.Enum
Specifies the status of the note tag node.
Fields
Field | Description |
---|---|
Open | The note tag is open. |
Completed | The note tag is finished. |
Disabled | The note tag is disabled. |
Open
public static final int Open
The note tag is open.
Completed
public static final int Completed
The note tag is finished.
Disabled
public static final int Disabled
The note tag is disabled.