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 |
|---|---|
| Completed | नोट टैग समाप्त हो गया है। |
| Disabled | नोट टैग अक्षम है। |
| Open | नोट टैग खुला है। |
Completed
public static final int Completed
नोट टैग समाप्त हो गया है।
Disabled
public static final int Disabled
नोट टैग अक्षम है।
Open
public static final int Open
नोट टैग खुला है।