JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
org.openpdf.text.html.FontSize
Packages that use
FontSize
Package
Description
org.openpdf.text.html
Uses of
FontSize
in
org.openpdf.text.html
Methods in
org.openpdf.text.html
that return
FontSize
Modifier and Type
Method
Description
static
FontSize
FontSize.
parse
(
String
text)
Deprecated.
static
FontSize
FontSize.
valueOf
(
String
name)
Deprecated.
Returns the enum constant of this class with the specified name.
static
FontSize
[]
FontSize.
values
()
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.