AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/ChartWall.pm view on Meta::CPAN
__PACKAGE__->mk_classdata('swagger_types' => {});
__PACKAGE__->mk_classdata('method_documentation' => {});
__PACKAGE__->mk_classdata('class_documentation' => {});
# new object
sub new {
my ($class, %args) = @_;
my $self = bless {}, $class;
foreach my $attribute (keys %{$class->attribute_map}) {
my $args_key = $class->attribute_map->{$attribute};
$self->$attribute( $args{ $args_key } );
}
return $self;
}
# used by JSON for serialization
sub TO_JSON {
my $self = shift;
my $_data = {};
foreach my $_key (keys %{$self->attribute_map}) {
if (defined $self->{$_key}) {
$_data->{$self->attribute_map->{$_key}} = $self->{$_key};
}
}
return $_data;
}
__PACKAGE__->class_documentation({description => 'Represents a chart wall',
class => 'ChartWall',
required => [], # TODO
} );
__PACKAGE__->method_documentation({
'fill_format' => {
datatype => 'FillFormat',
base_name => 'FillFormat',
description => 'Get or sets the fill format.',
format => '',
read_only => '',
},
'effect_format' => {
datatype => 'EffectFormat',
base_name => 'EffectFormat',
description => 'Get or sets the effect format.',
format => '',
read_only => '',
},
'line_format' => {
datatype => 'LineFormat',
base_name => 'LineFormat',
description => 'Get or sets the line format.',
format => '',
read_only => '',
},
'thickness' => {
datatype => 'int',
base_name => 'Thickness',
description => 'Get or sets wall thickness as a percentage of the largest dimension of the plot volume.',
format => '',
read_only => '',
},
'picture_type' => {
datatype => 'string',
base_name => 'PictureType',
description => 'Get or sets mode of bar picture filling.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'line_format' => 'LineFormat',
'thickness' => 'int',
'picture_type' => 'string'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'line_format' => 'LineFormat',
'thickness' => 'Thickness',
'picture_type' => 'PictureType'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 1.227 second using v1.01-cache-2.11-cpan-39bf76dae61 )