AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/TextOptions.pm view on Meta::CPAN
} );
__PACKAGE__->method_documentation({
'fill' => {
datatype => 'FillFormat',
base_name => 'Fill',
description => 'Represents fill format.',
format => '',
read_only => '',
},
'kerning' => {
datatype => 'double',
base_name => 'Kerning',
description => 'Represents kerning.',
format => '',
read_only => '',
},
'outline' => {
datatype => 'LineFormat',
base_name => 'Outline',
description => 'Represents outline format.',
format => '',
read_only => '',
},
'shadow' => {
datatype => 'ShadowEffect',
base_name => 'Shadow',
description => 'Represents shadow effect.',
format => '',
read_only => '',
},
'spacing' => {
datatype => 'double',
base_name => 'Spacing',
description => 'Represents spacing.',
format => '',
read_only => '',
},
'underline_color' => {
datatype => 'CellsColor',
base_name => 'UnderlineColor',
description => 'Represents under line color.',
format => '',
read_only => '',
},
'color' => {
datatype => 'Color',
base_name => 'Color',
description => '',
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 => '',
format => '',
read_only => '',
},
'is_strikeout' => {
datatype => 'boolean',
base_name => 'IsStrikeout',
description => '',
format => '',
read_only => '',
},
'is_subscript' => {
datatype => 'boolean',
base_name => 'IsSubscript',
description => '',
format => '',
read_only => '',
},
'is_superscript' => {
datatype => 'boolean',
base_name => 'IsSuperscript',
description => '',
format => '',
read_only => '',
},
'name' => {
datatype => 'string',
base_name => 'Name',
description => 'The class has a public property named "Name" with a getter and setter method.',
format => '',
read_only => '',
},
'size' => {
datatype => 'int',
base_name => 'Size',
description => '',
format => '',
read_only => '',
},
'underline' => {
datatype => 'string',
base_name => 'Underline',
description => '',
format => '',
read_only => '',
},
});
__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});
1;
( run in 1.479 second using v1.01-cache-2.11-cpan-97f6503c9c8 )