pdftools_toolbox.pdf.content.artifact_type
Classes
|
Specifies the type of an artifact when tagging artifacts in the content generator. |
- class pdftools_toolbox.pdf.content.artifact_type.ArtifactType(value)[source]
Bases:
IntEnumSpecifies the type of an artifact when tagging artifacts in the content generator.
- Variables:
NONE (int)
BACKGROUND (int)
LAYOUT (int)
PAGE (int)
PAGINATION (int)
- NONE = 0
- BACKGROUND = 1
- LAYOUT = 2
- PAGE = 3
- PAGINATION = 4