SensitivityLabelContentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SensitivityLabelContentType extends System.Enum
Represents the types of content marking that ought to be applied to a document.
Fields
| Field | Description |
|---|---|
| None | Implies that the label is applied by default or automatically. |
| Header | Implies that the label was manually applied. |
| Footer | Implies that the label was manually applied. |
| Watermark | Implies that the label was manually applied. |
| Encryption | Implies that the label was manually applied. |
None
public static final int None
Implies that the label is applied by default or automatically.
Header
public static final int Header
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Footer
public static final int Footer
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Watermark
public static final int Watermark
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Encryption
public static final int Encryption
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.