AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/Effect.pm view on Meta::CPAN
__PACKAGE__->class_documentation({description => 'Represents comment of slide',
class => 'Effect',
required => [], # TODO
} );
__PACKAGE__->method_documentation({
'type' => {
datatype => 'string',
base_name => 'Type',
description => 'Effect type.',
format => '',
read_only => '',
},
'subtype' => {
datatype => 'string',
base_name => 'Subtype',
description => 'Effect subtype.',
format => '',
read_only => '',
},
'preset_class_type' => {
datatype => 'string',
base_name => 'PresetClassType',
description => 'Preset class type.',
format => '',
read_only => '',
},
'animate_text_type' => {
datatype => 'string',
base_name => 'AnimateTextType',
description => 'Preset class type.',
format => '',
read_only => '',
},
'shape_index' => {
datatype => 'int',
base_name => 'ShapeIndex',
description => 'Shape index.',
format => '',
read_only => '',
},
'paragraph_index' => {
datatype => 'int',
base_name => 'ParagraphIndex',
description => 'Paragraph index.',
format => '',
read_only => '',
},
'trigger_type' => {
datatype => 'string',
base_name => 'TriggerType',
description => 'Effect trigger type.',
format => '',
read_only => '',
},
'accelerate' => {
datatype => 'double',
base_name => 'Accelerate',
description => 'The percentage of duration accelerate behavior effect.',
format => '',
read_only => '',
},
'auto_reverse' => {
datatype => 'boolean',
base_name => 'AutoReverse',
description => 'True to automatically play the animation in reverse after playing it in the forward direction.',
format => '',
read_only => '',
},
'decelerate' => {
datatype => 'double',
base_name => 'Decelerate',
description => 'The percentage of duration decelerate behavior effect.',
format => '',
read_only => '',
},
'duration' => {
datatype => 'double',
base_name => 'Duration',
description => 'The duration of animation effect.',
format => '',
read_only => '',
},
'repeat_count' => {
datatype => 'double',
base_name => 'RepeatCount',
description => 'The number of times the effect should repeat.',
format => '',
read_only => '',
},
'repeat_duration' => {
datatype => 'double',
base_name => 'RepeatDuration',
description => 'The number of times the effect should repeat.',
format => '',
read_only => '',
},
'restart' => {
datatype => 'string',
base_name => 'Restart',
description => 'The way for a effect to restart after complete.',
format => '',
read_only => '',
},
'speed' => {
datatype => 'double',
base_name => 'Speed',
description => 'The percentage by which to speed up (or slow down) the timing.',
format => '',
read_only => '',
},
'trigger_delay_time' => {
datatype => 'double',
base_name => 'TriggerDelayTime',
description => 'Delay time after trigger.',
format => '',
read_only => '',
},
'repeat_until_end_slide' => {
datatype => 'boolean',
base_name => 'RepeatUntilEndSlide',
description => 'Specifies if the effect will repeat until the end of slide.',
format => '',
read_only => '',
},
'repeat_until_next_click' => {
datatype => 'boolean',
base_name => 'RepeatUntilNextClick',
description => 'Specifies if the effect will repeat until the next click.',
format => '',
read_only => '',
},
'stop_previous_sound' => {
datatype => 'boolean',
base_name => 'StopPreviousSound',
description => 'This attribute specifies if the animation effect stops the previous sound.',
format => '',
read_only => '',
},
'rewind' => {
datatype => 'boolean',
base_name => 'Rewind',
description => 'This attribute specifies if the effect will rewind when done playing.',
format => '',
read_only => '',
},
'after_animation_type' => {
datatype => 'string',
base_name => 'AfterAnimationType',
description => 'Defined an after animation color for effect.',
format => '',
read_only => '',
},
'after_animation_color' => {
datatype => 'string',
base_name => 'AfterAnimationColor',
description => 'Defined an after animation color for effect. Applied when the AfterAnimationType property is set to Color.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'type' => 'string',
'subtype' => 'string',
'preset_class_type' => 'string',
'animate_text_type' => 'string',
'shape_index' => 'int',
( run in 1.610 second using v1.01-cache-2.11-cpan-39bf76dae61 )