Class HeadingsChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.headings.HeadingsChecker
Deprecated.
Utility class which performs headings check according to PDF/UA-1 specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.in favor ofPdfUA1HeadingsChecker.PdfUA1HeadingHandler
-
Constructor Summary
ConstructorsConstructorDescriptionHeadingsChecker
(PdfUAValidationContext context) Deprecated.Creates a new instance ofHeadingsChecker
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkLayoutElement
(IRenderer renderer) Deprecated.Checks if layout element has correct heading.void
checkStructElement
(IStructureNode structNode) Deprecated.Checks if structure element has correct heading.
-
Constructor Details
-
HeadingsChecker
Deprecated.Creates a new instance ofHeadingsChecker
.- Parameters:
-
context
- the validation context
-
-
Method Details
-
checkLayoutElement
Deprecated.Checks if layout element has correct heading.- Parameters:
-
renderer
- layout element to check - Throws:
-
PdfUAConformanceException
- if headings sequence is incorrect
-
checkStructElement
Deprecated.Checks if structure element has correct heading.- Parameters:
-
structNode
- structure element to check - Throws:
-
PdfUAConformanceException
- if headings sequence is incorrect
-
PdfUA1HeadingsChecker