Class FontValidationContext
java.lang.Object
com.itextpdf.kernel.validation.context.FontValidationContext
- All Implemented Interfaces:
IValidationContext
Class for font validation context.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFontValidationContext(String text, PdfFont font) Instantiates a newFontValidationContextbased on text and font. -
Method Summary
-
Field Details
-
text
-
font
-
-
Constructor Details
-
FontValidationContext
Instantiates a newFontValidationContextbased on text and font.- Parameters:
text- the textfont- the font
-
-
Method Details
-
getText
-
getFont
-
getType
Description copied from interface:IValidationContextGets type of the context.- Specified by:
getTypein interfaceIValidationContext- Returns:
- the type
-