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

FieldDescription
NoneImplies that the label is applied by default or automatically.
HeaderImplies that the label was manually applied.
FooterImplies that the label was manually applied.
WatermarkImplies that the label was manually applied.
EncryptionImplies that the label was manually applied.

None

public static final int None

Implies that the label is applied by default or automatically.

public static final int Header

Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.

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.