public class FontSavingArgs extends ResourceSavingArgs
Provides data for FontSaving event.
Modifier and Type | Method and Description |
---|---|
String |
getFontFamilyName()
Gets the family name of the font to be saved.
|
boolean |
isBold()
Gets a value indicating whether font under saving is bold.
|
boolean |
isItalic()
Gets a value indicating whether font under saving is italic.
|
getDocument, getFileName, getKeepStreamOpen, getStream, getUri, setKeepStreamOpen, setStream, setUri
public final String getFontFamilyName()
Gets the family name of the font to be saved.
public final boolean isBold()
Gets a value indicating whether font under saving is bold.
public final boolean isItalic()
Gets a value indicating whether font under saving is italic.