|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font.FlagsEnum | |
---|---|
org.pdfclown.documents.contents.fonts | Font type definitions used to draw text inside content streams [PDF:1.6:5]. |
Uses of Font.FlagsEnum in org.pdfclown.documents.contents.fonts |
---|
Methods in org.pdfclown.documents.contents.fonts that return Font.FlagsEnum | |
---|---|
static Font.FlagsEnum |
Font.FlagsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Font.FlagsEnum[] |
Font.FlagsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.pdfclown.documents.contents.fonts that return types with arguments of type Font.FlagsEnum | |
---|---|
EnumSet<Font.FlagsEnum> |
StandardType1Font.getFlags()
|
EnumSet<Font.FlagsEnum> |
Font.getFlags()
Gets the font descriptor flags. |
static EnumSet<Font.FlagsEnum> |
Font.FlagsEnum.toEnumSet(int flagsMask)
Converts a bit mask into its corresponding enumeration representation. |
Method parameters in org.pdfclown.documents.contents.fonts with type arguments of type Font.FlagsEnum | |
---|---|
static int |
Font.FlagsEnum.toInt(EnumSet<Font.FlagsEnum> flags)
Converts an enumeration set into its corresponding bit mask representation. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |