SignatureFont
Leave feedback
On this page
Inheritance: java.lang.Object
public class SignatureFont
Create instance of SignatureFont class to specify Font properties.
| Constructor | Description |
|---|---|
| SignatureFont() | Create SignatureFont with default values. |
| Method | Description |
|---|---|
| getFamilyName() | Font Family Name. |
| setFamilyName(String value) | Font Family Name. |
| getSize() | Font Size. |
| setSize(float value) | Font Size. |
| getBold() | Apply Font Bold Style. |
| setBold(boolean value) | Apply Font Bold Style. |
| getItalic() | Apply Font Italic Style. |
| setItalic(boolean value) | Apply Font Italic Style. |
| getUnderline() | Apply Underline Style. |
| setUnderline(boolean value) | Apply Underline Style. |
| getStrikeout() | Apply Strikeout Style. |
| setStrikeout(boolean value) | Apply Strikeout Style. |
| to_SignatureFont(System.Drawing.Font font) | Convert System.Drawing.Font to SignatureFont. |
| toString() | Override conversion to string |
public SignatureFont()
Create SignatureFont with default values.
public final String getFamilyName()
Font Family Name.
Returns: java.lang.String
public final void setFamilyName(String value)
Font Family Name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final float getSize()
Font Size.
Returns: float
public final void setSize(float value)
Font Size.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float |
public final boolean getBold()
Apply Font Bold Style.
Returns: boolean
public final void setBold(boolean value)
Apply Font Bold Style.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final boolean getItalic()
Apply Font Italic Style.
Returns: boolean
public final void setItalic(boolean value)
Apply Font Italic Style.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final boolean getUnderline()
Apply Underline Style.
Returns: boolean
public final void setUnderline(boolean value)
Apply Underline Style.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final boolean getStrikeout()
Apply Strikeout Style.
Returns: boolean
public final void setStrikeout(boolean value)
Apply Strikeout Style.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public static SignatureFont to_SignatureFont(System.Drawing.Font font)
Convert System.Drawing.Font to SignatureFont.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| font | com.aspose.ms.System.Drawing.Font | Font. |
Returns: SignatureFont - SignatureFont.
public String toString()
Override conversion to string
Returns: java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.