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
ノートタグは開いています。