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 newTagStructElementValidationContextbased on pdf object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfObjectgetObject()Gets the tag pdf object.ValidationTypegetType()Gets type of the context.
-
-
-
Field Detail
-
object
private final PdfObject object
-
-
Constructor Detail
-
TagStructElementValidationContext
public TagStructElementValidationContext(PdfObject object)
Instantiates a newTagStructElementValidationContextbased 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:IValidationContextGets type of the context.- Specified by:
getTypein interfaceIValidationContext- Returns:
- the type
-
-