Uses of Class
org.apache.pdfbox.preflight.font.container.FontContainer
Packages that use FontContainer
Package
Description
-
Uses of FontContainer in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight with type parameters of type FontContainerModifier and TypeFieldDescriptionprivate final Map<COSBase,
FontContainer<?>> PreflightContext.fontContainers
Contains the list of font name embedded in the PDF document.Methods in org.apache.pdfbox.preflight that return FontContainerModifier and TypeMethodDescriptionPreflightContext.getFontContainer
(COSBase cBase) Return the FontContainer identified by the COSBase.Methods in org.apache.pdfbox.preflight with parameters of type FontContainerModifier and TypeMethodDescriptionvoid
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 FontContainerModifier and TypeClassDescriptionclass
DescendantFontValidator<T extends FontContainer>
class
FontValidator<T extends FontContainer>
class
SimpleFontValidator<T extends FontContainer>
Fields in org.apache.pdfbox.preflight.font declared as FontContainerMethods in org.apache.pdfbox.preflight.font that return types with arguments of type FontContainerModifier and TypeMethodDescriptionprotected 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.containerModifier and TypeClassDescriptionclass
class
class
class
class
class
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 FontContainerMethods in org.apache.pdfbox.preflight.font.container with parameters of type FontContainerModifier and TypeMethodDescriptionvoid
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 FontContainerFields in org.apache.pdfbox.preflight.font.descriptor declared as FontContainer -
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 FontContainerModifier and TypeMethodDescriptionprotected FontValidator<? extends FontContainer<? extends PDFont>>
FontValidationProcess.getFontValidator
(PreflightContext context, PDFont font) Create the right "Validator" object for the given font type