FontSavingArgs
Inheritance: java.lang.Object, com.aspose.note.ResourceSavingArgs
public class FontSavingArgs extends ResourceSavingArgs
Provides data for FontSaving event.
Methods
| Method | Description | 
|---|---|
| getFontFamilyName() | Gets the family name of the font to be saved. | 
| isBold() | Gets a value indicating whether font under saving is bold. | 
| isItalic() | Gets a value indicating whether font under saving is italic. | 
getFontFamilyName()
public final String getFontFamilyName()
Gets the family name of the font to be saved.
Returns: java.lang.String
isBold()
public final boolean isBold()
Gets a value indicating whether font under saving is bold.
Returns: boolean
isItalic()
public final boolean isItalic()
Gets a value indicating whether font under saving is italic.
Returns: boolean