Uses of Enum Class
org.docx4j.fonts.fop.fonts.CIDFontType
Packages that use CIDFontType
-
Uses of CIDFontType in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts declared as CIDFontTypeMethods in org.docx4j.fonts.fop.fonts that return CIDFontTypeModifier and TypeMethodDescriptionstatic CIDFontTypeReturns the CIDFontType by name.static CIDFontTypeCIDFontType.byValue(int value) Returns the CID FontType by value.abstract CIDFontTypeCIDFont.getCIDType()Returns the type of the CID font.MultiByteFont.getCIDType()Returns the type of the CID font.static CIDFontTypeReturns the enum constant of this class with the specified name.static CIDFontType[]CIDFontType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.fonts.fop.fonts with parameters of type CIDFontTypeModifier and TypeMethodDescriptionvoidMultiByteFont.setCIDType(CIDFontType cidType) Sets the CIDType.