AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
docs/model/Font.md view on Meta::CPAN
## Load the model package
```perl
use AsposeCellsCloud::Object::Font;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Color** | **Color** | Gets or sets the of the font. |
**DoubleSize** | **double** | Gets and sets the double size of the font. |
**IsBold** | **boolean** | Gets or sets a value indicating whether the font is bold. |
**IsItalic** | **boolean** | Gets or sets a value indicating whether the font is italic. |
**IsStrikeout** | **boolean** | Gets or sets a value indicating whether the font is single strikeout. |
**IsSubscript** | **boolean** | Gets or sets a value indicating whether the font is subscript. |
**IsSuperscript** | **boolean** | Gets or sets a value indicating whether the font is super script. |
**Name** | **string** | Gets or sets the name of the . |
**Size** | **int** | Gets or sets the size of the font. |
**Underline** | **string** | Gets or sets the font underline type. |
[[Back to Model list]](../DeveloperGuide.md#model-reference)
lib/AsposeCellsCloud/Object/Font.pm view on Meta::CPAN
format => '',
read_only => '',
},
'double_size' => {
datatype => 'double',
base_name => 'DoubleSize',
description => 'Gets and sets the double size of the font. ',
format => '',
read_only => '',
},
'is_bold' => {
datatype => 'boolean',
base_name => 'IsBold',
description => 'Gets or sets a value indicating whether the font is bold. ',
format => '',
read_only => '',
},
'is_italic' => {
datatype => 'boolean',
base_name => 'IsItalic',
description => 'Gets or sets a value indicating whether the font is italic. ',
format => '',
read_only => '',
},
lib/AsposeCellsCloud/Object/Font.pm view on Meta::CPAN
base_name => 'Underline',
description => 'Gets or sets the font underline type. ',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'color' => 'Color',
'double_size' => 'double',
'is_bold' => 'boolean',
'is_italic' => 'boolean',
'is_strikeout' => 'boolean',
'is_subscript' => 'boolean',
'is_superscript' => 'boolean',
'name' => 'string',
'size' => 'int',
'underline' => 'string'
} );
__PACKAGE__->attribute_map( {
'color' => 'Color',
'double_size' => 'DoubleSize',
'is_bold' => 'IsBold',
'is_italic' => 'IsItalic',
'is_strikeout' => 'IsStrikeout',
'is_subscript' => 'IsSubscript',
'is_superscript' => 'IsSuperscript',
'name' => 'Name',
'size' => 'Size',
'underline' => 'Underline'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
lib/AsposeCellsCloud/Object/RenderingFont.pm view on Meta::CPAN
format => '',
read_only => '',
},
'size' => {
datatype => 'double',
base_name => 'Size',
description => '',
format => '',
read_only => '',
},
'bold' => {
datatype => 'boolean',
base_name => 'Bold',
description => '',
format => '',
read_only => '',
},
'italic' => {
datatype => 'boolean',
base_name => 'Italic',
description => '',
lib/AsposeCellsCloud/Object/RenderingFont.pm view on Meta::CPAN
base_name => 'Color',
description => '',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'name' => 'string',
'size' => 'double',
'bold' => 'boolean',
'italic' => 'boolean',
'color' => 'Color'
} );
__PACKAGE__->attribute_map( {
'name' => 'Name',
'size' => 'Size',
'bold' => 'Bold',
'italic' => 'Italic',
'color' => 'Color'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
lib/AsposeCellsCloud/Object/TextOptions.pm view on Meta::CPAN
format => '',
read_only => '',
},
'double_size' => {
datatype => 'double',
base_name => 'DoubleSize',
description => '',
format => '',
read_only => '',
},
'is_bold' => {
datatype => 'boolean',
base_name => 'IsBold',
description => '',
format => '',
read_only => '',
},
'is_italic' => {
datatype => 'boolean',
base_name => 'IsItalic',
description => '',
lib/AsposeCellsCloud/Object/TextOptions.pm view on Meta::CPAN
__PACKAGE__->swagger_types( {
'fill' => 'FillFormat',
'kerning' => 'double',
'outline' => 'LineFormat',
'shadow' => 'ShadowEffect',
'spacing' => 'double',
'underline_color' => 'CellsColor',
'color' => 'Color',
'double_size' => 'double',
'is_bold' => 'boolean',
'is_italic' => 'boolean',
'is_strikeout' => 'boolean',
'is_subscript' => 'boolean',
'is_superscript' => 'boolean',
'name' => 'string',
'size' => 'int',
'underline' => 'string'
} );
__PACKAGE__->attribute_map( {
'fill' => 'Fill',
'kerning' => 'Kerning',
'outline' => 'Outline',
'shadow' => 'Shadow',
'spacing' => 'Spacing',
'underline_color' => 'UnderlineColor',
'color' => 'Color',
'double_size' => 'DoubleSize',
'is_bold' => 'IsBold',
'is_italic' => 'IsItalic',
'is_strikeout' => 'IsStrikeout',
'is_subscript' => 'IsSubscript',
'is_superscript' => 'IsSuperscript',
'name' => 'Name',
'size' => 'Size',
'underline' => 'Underline'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
( run in 1.794 second using v1.01-cache-2.11-cpan-5735350b133 )