Package com.realobjects.pdfreactor
Class Configuration.Font
java.lang.Object
com.realobjects.pdfreactor.Configuration.Font
- Enclosing class:
Configuration
A type containing font data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether the alias will be labeled bold.The alias name for that font.Whether the alias will be labeled italic.The source URL of the font (when adding new fonts) or the name of an existing font family (when creating an alias).
-
Constructor Details
-
Font
public Font()
-
-
Method Details
-
setSource
The source URL of the font (when adding new fonts) or the name of an existing font family (when creating an alias).
- Returns:
- The current
Configuration.Fontinstance.
-
setFamily
The alias name for that font.
- Returns:
- The current
Configuration.Fontinstance.
-
setBold
Whether the alias will be labeled bold.
- Returns:
- The current
Configuration.Fontinstance.
-
setItalic
Whether the alias will be labeled italic.
- Returns:
- The current
Configuration.Fontinstance.
-