PdfArtifactSubtype
Inheritance: java.lang.Object
public final class PdfArtifactSubtype
Enumeration of possible artifacts subtype.
Fields
Field | Description |
---|---|
Header | Header subtype. |
Footer | Footer subtype. |
Watermark | Watermark subtype. |
Background | Background subtype. |
Undefined | UndefinedDocument subtype. |
Header
public static final int Header
Header subtype.
Footer
public static final int Footer
Footer subtype.
Watermark
public static final int Watermark
Watermark subtype.
Background
public static final int Background
Background subtype.
Undefined
public static final int Undefined
UndefinedDocument subtype.