Uses of Class
org.apache.pdfbox.preflight.font.container.FontContainer
-
-
Uses of FontContainer in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight with type parameters of type FontContainer Modifier and Type Field Description private java.util.Map<COSBase,FontContainer<?>>
PreflightContext. fontContainers
Contains the list of font name embedded in the PDF document.Methods in org.apache.pdfbox.preflight that return FontContainer Modifier and Type Method Description FontContainer<?>
PreflightContext. getFontContainer(COSBase cBase)
Return the FontContainer identified by the COSBase.Methods in org.apache.pdfbox.preflight with parameters of type FontContainer Modifier and Type Method Description void
PreflightContext. addFontContainer(COSBase cBase, FontContainer<?> fc)
Add a FontContainer to allow TextObject validation. -
Uses of FontContainer in org.apache.pdfbox.preflight.font
Classes in org.apache.pdfbox.preflight.font with type parameters of type FontContainer Modifier and Type Class Description class
DescendantFontValidator<T extends FontContainer>
class
FontValidator<T extends FontContainer>
class
SimpleFontValidator<T extends FontContainer>
Fields in org.apache.pdfbox.preflight.font declared as FontContainer Modifier and Type Field Description protected T
FontValidator. fontContainer
Methods in org.apache.pdfbox.preflight.font that return types with arguments of type FontContainer Modifier and Type Method Description protected FontValidator<? extends FontContainer<PDCIDFontType0>>
Type0FontValidator. createCIDType0FontValidator(COSDictionary fDict)
Create the validation object for CIDType0 Fontprotected FontValidator<? extends FontContainer<PDCIDFontType2>>
Type0FontValidator. createCIDType2FontValidator(COSDictionary fDict)
Create the validation object for CIDType2 Fontprotected FontValidator<? extends FontContainer<? extends PDCIDFont>>
Type0FontValidator. createDescendantValidator(COSDictionary cidFont)
-
Uses of FontContainer in org.apache.pdfbox.preflight.font.container
Subclasses of FontContainer in org.apache.pdfbox.preflight.font.container Modifier and Type Class Description class
CIDType0Container
class
CIDType2Container
class
TrueTypeContainer
class
Type0Container
class
Type1Container
class
Type3Container
Because Type3 font program is an inner type of the PDF file, this font container is quite different from the other because all character/glyph are already checked.Fields in org.apache.pdfbox.preflight.font.container declared as FontContainer Modifier and Type Field Description private FontContainer<?>
Type0Container. delegateFontContainer
Methods in org.apache.pdfbox.preflight.font.container with parameters of type FontContainer Modifier and Type Method Description void
Type0Container. setDelegateFontContainer(FontContainer<?> delegateFontContainer)
-
Uses of FontContainer in org.apache.pdfbox.preflight.font.descriptor
Classes in org.apache.pdfbox.preflight.font.descriptor with type parameters of type FontContainer Modifier and Type Class Description class
FontDescriptorHelper<T extends FontContainer>
Fields in org.apache.pdfbox.preflight.font.descriptor declared as FontContainer Modifier and Type Field Description protected T
FontDescriptorHelper. fContainer
-
Uses of FontContainer in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect that return types with arguments of type FontContainer Modifier and Type Method Description protected FontValidator<? extends FontContainer<? extends PDFont>>
FontValidationProcess. getFontValidator(PreflightContext context, PDFont font)
Create the right "Validator" object for the given font type
-