AsposeSlidesCloud-SlidesApi

 view release on metacpan or  search on metacpan

lib/AsposeSlidesCloud/Object/ChartTitle.pm  view on Meta::CPAN

    	format => '',
    	read_only => '',
    		},
    'height' => {
    	datatype => 'double',
    	base_name => 'Height',
    	description => 'Height',
    	format => '',
    	read_only => '',
    		},
    'overlay' => {
    	datatype => 'boolean',
    	base_name => 'Overlay',
    	description => 'true if other elements are allowed to overlay the legend',
    	format => '',
    	read_only => '',
    		},
    'fill_format' => {
    	datatype => 'FillFormat',
    	base_name => 'FillFormat',
    	description => 'Get or sets the fill format.',
    	format => '',
    	read_only => '',
    		},

lib/AsposeSlidesCloud/Object/ChartTitle.pm  view on Meta::CPAN

    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'text' => 'string',
    'x' => 'double',
    'y' => 'double',
    'width' => 'double',
    'height' => 'double',
    'overlay' => 'boolean',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'line_format' => 'LineFormat'
} );

__PACKAGE__->attribute_map( {
    'text' => 'Text',
    'x' => 'X',
    'y' => 'Y',
    'width' => 'Width',
    'height' => 'Height',
    'overlay' => 'Overlay',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'line_format' => 'LineFormat'
} );

__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});


1;

lib/AsposeSlidesCloud/Object/EffectFormat.pm  view on Meta::CPAN

    	format => '',
    	read_only => '',
    		},
    'reflection' => {
    	datatype => 'ReflectionEffect',
    	base_name => 'Reflection',
    	description => 'reflection effect',
    	format => '',
    	read_only => '',
    		},
    'fill_overlay' => {
    	datatype => 'FillOverlayEffect',
    	base_name => 'FillOverlay',
    	description => 'fill overlay effect',
    	format => '',
    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'blur' => 'BlurEffect',
    'glow' => 'GlowEffect',
    'inner_shadow' => 'InnerShadowEffect',
    'outer_shadow' => 'OuterShadowEffect',
    'preset_shadow' => 'PresetShadowEffect',
    'soft_edge' => 'SoftEdgeEffect',
    'reflection' => 'ReflectionEffect',
    'fill_overlay' => 'FillOverlayEffect'
} );

__PACKAGE__->attribute_map( {
    'blur' => 'Blur',
    'glow' => 'Glow',
    'inner_shadow' => 'InnerShadow',
    'outer_shadow' => 'OuterShadow',
    'preset_shadow' => 'PresetShadow',
    'soft_edge' => 'SoftEdge',
    'reflection' => 'Reflection',
    'fill_overlay' => 'FillOverlay'
} );

__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});


1;

lib/AsposeSlidesCloud/Object/FillOverlayEffect.pm  view on Meta::CPAN

use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::Parse;
use DateTime;


use base ("Class::Accessor", "Class::Data::Inheritable");


#
#Represents fill overlay effect 
#
# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
# REF: https://github.com/swagger-api/swagger-codegen
#

#
# NOTE: This class is auto generated by the swagger code generator program. 
# Do not edit the class manually.
# Ref: https://github.com/swagger-api/swagger-codegen
#

lib/AsposeSlidesCloud/Object/FillOverlayEffect.pm  view on Meta::CPAN

    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 fill overlay effect ',
                                  class => 'FillOverlayEffect',
                                  required => [], # TODO
}                                 );

__PACKAGE__->method_documentation({
    'blend' => {
    	datatype => 'string',
    	base_name => 'Blend',
    	description => 'blend mode',
    	format => '',

lib/AsposeSlidesCloud/Object/FillOverlayImageEffect.pm  view on Meta::CPAN

use Date::Parse;
use DateTime;

use AsposeSlidesCloud::Object::FillFormat;
use AsposeSlidesCloud::Object::ImageTransformEffect;

use base ("Class::Accessor", "Class::Data::Inheritable");


#
#Represents a Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
#
# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
# REF: https://github.com/swagger-api/swagger-codegen
#

#
# NOTE: This class is auto generated by the swagger code generator program. 
# Do not edit the class manually.
# Ref: https://github.com/swagger-api/swagger-codegen
#

lib/AsposeSlidesCloud/Object/FillOverlayImageEffect.pm  view on Meta::CPAN

    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 Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.',
                                  class => 'FillOverlayImageEffect',
                                  required => [], # TODO
}                                 );

__PACKAGE__->method_documentation({
    'type' => {
    	datatype => 'string',
    	base_name => 'Type',
    	description => 'Image transform effect type',
    	format => '',

lib/AsposeSlidesCloud/Object/Legend.pm  view on Meta::CPAN

    	format => '',
    	read_only => '',
    		},
    'height' => {
    	datatype => 'double',
    	base_name => 'Height',
    	description => 'Height',
    	format => '',
    	read_only => '',
    		},
    'overlay' => {
    	datatype => 'boolean',
    	base_name => 'Overlay',
    	description => 'true if other elements are allowed to overlay the legend',
    	format => '',
    	read_only => '',
    		},
    'fill_format' => {
    	datatype => 'FillFormat',
    	base_name => 'FillFormat',
    	description => 'Get or sets the fill format.',
    	format => '',
    	read_only => '',
    		},

lib/AsposeSlidesCloud/Object/Legend.pm  view on Meta::CPAN

    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'position' => 'string',
    'x' => 'double',
    'y' => 'double',
    'width' => 'double',
    'height' => 'double',
    'overlay' => 'boolean',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'line_format' => 'LineFormat',
    'has_legend' => 'boolean'
} );

__PACKAGE__->attribute_map( {
    'position' => 'Position',
    'x' => 'X',
    'y' => 'Y',
    'width' => 'Width',
    'height' => 'Height',
    'overlay' => 'Overlay',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'line_format' => 'LineFormat',
    'has_legend' => 'HasLegend'
} );

__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});


1;



( run in 0.392 second using v1.01-cache-2.11-cpan-49f99fa48dc )