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

FieldDescription
OpenThe note tag is open.
CompletedThe note tag is finished.
DisabledThe 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.