Package | Description |
---|---|
com.itextpdf.pdf2data.result.meta |
Modifier and Type | Method and Description |
---|---|
FontStyle |
FontMetaResult.getFontStyle()
Get font style.
|
static FontStyle |
FontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontStyle[] |
FontStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Constructor and Description |
---|
FontMetaResult(String fontName, FontStyle fontStyle, String fontColor)
Creates an instance of font metadata representation.
|
Copyright © 2023. All rights reserved.