Class TagStructElementValidationContext
- java.lang.Object
-
- com.itextpdf.kernel.validation.context.TagStructElementValidationContext
-
- All Implemented Interfaces:
IValidationContext
public class TagStructElementValidationContext extends java.lang.Object implements IValidationContext
Class for tag structure element validation context.
-
-
Constructor Summary
Constructors Constructor Description TagStructElementValidationContext(PdfObject object)
Instantiates a newTagStructElementValidationContext
based on pdf object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfObject
getObject()
Gets the tag pdf object.ValidationType
getType()
Gets type of the context.
-
-
-
Field Detail
-
object
private final PdfObject object
-
-
Constructor Detail
-
TagStructElementValidationContext
public TagStructElementValidationContext(PdfObject object)
Instantiates a newTagStructElementValidationContext
based on pdf object.- Parameters:
object
- the tag pdf object
-
-
Method Detail
-
getObject
public PdfObject getObject()
Gets the tag pdf object.- Returns:
- the tag pdf object
-
getType
public ValidationType getType()
Description copied from interface:IValidationContext
Gets type of the context.- Specified by:
getType
in interfaceIValidationContext
- Returns:
- the type
-
-