Uses of Enum
org.docx4j.fonts.fop.fonts.CIDFontType
Packages that use CIDFontType
-
Uses of CIDFontType in org.docx4j.fonts.fop.fonts
Methods 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 type with the specified name.static CIDFontType[]CIDFontType.values()Returns an array containing the constants of this enum type, 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.