TagStatus

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TagStatus extends System.Enum

ノートタグノードのステータスを指定します。

フィールド

フィールド説明
Completedノートタグは完了しています。
Disabledノートタグは無効です。
Openノートタグは開いています。

Completed

public static final int Completed

ノートタグは完了しています。

Disabled

public static final int Disabled

ノートタグは無効です。

Open

public static final int Open

ノートタグは開いています。