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. fontContainersContains 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 voidPreflightContext. 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 classDescendantFontValidator<T extends FontContainer>classFontValidator<T extends FontContainer>classSimpleFontValidator<T extends FontContainer>Fields in org.apache.pdfbox.preflight.font declared as FontContainer Modifier and Type Field Description protected TFontValidator. fontContainerMethods 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 classCIDType0ContainerclassCIDType2ContainerclassTrueTypeContainerclassType0ContainerclassType1ContainerclassType3ContainerBecause 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. delegateFontContainerMethods in org.apache.pdfbox.preflight.font.container with parameters of type FontContainer Modifier and Type Method Description voidType0Container. 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 classFontDescriptorHelper<T extends FontContainer>Fields in org.apache.pdfbox.preflight.font.descriptor declared as FontContainer Modifier and Type Field Description protected TFontDescriptorHelper. 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
-