Uses of Class
org.docx4j.fonts.fop.fonts.CIDFontType
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
-
Uses of CIDFontType in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return CIDFontType Modifier and Type Method Description static CIDFontTypeCIDFontType. byName(java.lang.String name)Returns 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.CIDFontTypeMultiByteFont. getCIDType()Returns the type of the CID font.static CIDFontTypeCIDFontType. valueOf(java.lang.String name)Returns 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 CIDFontType Modifier and Type Method Description voidMultiByteFont. setCIDType(CIDFontType cidType)Sets the CIDType.