SignatureFont
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object
public class SignatureFont
Create instance of SignatureFont class to specify Font properties.
Constructors
| Constructor | Description | 
|---|---|
| SignatureFont() | Create SignatureFont with default values. | 
Methods
| 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 | 
SignatureFont()
public SignatureFont()
Create SignatureFont with default values.
getFamilyName()
public final String getFamilyName()
Font Family Name.
Returns: java.lang.String
setFamilyName(String value)
public final void setFamilyName(String value)
Font Family Name.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
getSize()
public final float getSize()
Font Size.
Returns: float
setSize(float value)
public final void setSize(float value)
Font Size.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | float | 
getBold()
public final boolean getBold()
Apply Font Bold Style.
Returns: boolean
setBold(boolean value)
public final void setBold(boolean value)
Apply Font Bold Style.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getItalic()
public final boolean getItalic()
Apply Font Italic Style.
Returns: boolean
setItalic(boolean value)
public final void setItalic(boolean value)
Apply Font Italic Style.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getUnderline()
public final boolean getUnderline()
Apply Underline Style.
Returns: boolean
setUnderline(boolean value)
public final void setUnderline(boolean value)
Apply Underline Style.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getStrikeout()
public final boolean getStrikeout()
Apply Strikeout Style.
Returns: boolean
setStrikeout(boolean value)
public final void setStrikeout(boolean value)
Apply Strikeout Style.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
to_SignatureFont(System.Drawing.Font font)
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.
toString()
public String toString()
Override conversion to string
Returns: java.lang.String -