Uses of Class
org.docx4j.fonts.fop.fonts.ValuedEnum
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
-
Uses of ValuedEnum in org.docx4j.fonts.fop.fonts
Subclasses of ValuedEnum in org.docx4j.fonts.fop.fonts Modifier and Type Class Description classCIDFontTypeThis class enumerates all supported CID font types.Methods in org.docx4j.fonts.fop.fonts with parameters of type ValuedEnum Modifier and Type Method Description booleanValuedEnum. isEqualTo(ValuedEnum other)Test if enum item is equal in value to other enum.booleanValuedEnum. isGreaterThan(ValuedEnum other)Test if enum item is greater than in value to other enum.booleanValuedEnum. isGreaterThanOrEqual(ValuedEnum other)Test if enum item is greater than or equal in value to other enum.booleanValuedEnum. isLessThan(ValuedEnum other)Test if enum item is less than in value to other enum.booleanValuedEnum. isLessThanOrEqual(ValuedEnum other)Test if enum item is less than or equal in value to other enum.