AsposeSlidesCloud-SlidesApi

 view release on metacpan or  search on metacpan

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

    'type' => {
    	datatype => 'string',
    	base_name => 'Type',
    	description => 'Image transform effect type',
    	format => '',
    	read_only => '',
    		},
    'amount' => {
    	datatype => 'double',
    	base_name => 'Amount',
    	description => 'Returns an amount of effect in percents.    ',
    	format => '',
    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'type' => 'string',
    'amount' => 'double'
} );

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

    'invert_if_negative' => {
    	datatype => 'boolean',
    	base_name => 'InvertIfNegative',
    	description => 'True if the series shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
    	format => '',
    	read_only => '',
    		},
    'explosion' => {
    	datatype => 'int',
    	base_name => 'Explosion',
    	description => 'The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.',
    	format => '',
    	read_only => '',
    		},
    'marker' => {
    	datatype => 'SeriesMarker',
    	base_name => 'Marker',
    	description => 'Series marker.',
    	format => '',
    	read_only => '',
    		},

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

    'type' => {
    	datatype => 'string',
    	base_name => 'Type',
    	description => 'Returns a type of this series group.',
    	format => '',
    	read_only => '',
    		},
    'gap_width' => {
    	datatype => 'int',
    	base_name => 'GapWidth',
    	description => 'Specifies the space between bar or column clusters, as a percentage of the bar or column width.',
    	format => '',
    	read_only => '',
    		},
    'gap_depth' => {
    	datatype => 'int',
    	base_name => 'GapDepth',
    	description => 'Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.',
    	format => '',
    	read_only => '',
    		},
    'first_slice_angle' => {
    	datatype => 'int',
    	base_name => 'FirstSliceAngle',
    	description => 'Gets or sets the angle of the first pie or doughnut chart slice,  in degrees (clockwise from up, from 0 to 360 degrees).',
    	format => '',
    	read_only => '',
    		},

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

    'overlap' => {
    	datatype => 'int',
    	base_name => 'Overlap',
    	description => 'Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).',
    	format => '',
    	read_only => '',
    		},
    'second_pie_size' => {
    	datatype => 'int',
    	base_name => 'SecondPieSize',
    	description => 'Specifies the size of the second pie or bar of a pie-of-pie chart or  a bar-of-pie chart, as a percentage of the size of the first pie (can  be between 5 and 200 percents).',
    	format => '',
    	read_only => '',
    		},
    'pie_split_position' => {
    	datatype => 'double',
    	base_name => 'PieSplitPosition',
    	description => 'Specifies a value that shall be used to determine which data points  are in the second pie or bar on a pie-of-pie or bar-of-pie chart.  Is used together with PieSplitBy property.',
    	format => '',
    	read_only => '',
    		},
    'pie_split_by' => {
    	datatype => 'string',
    	base_name => 'PieSplitBy',
    	description => 'Specifies how to determine which data points are in the second pie or bar  on a pie-of-pie or bar-of-pie chart.',
    	format => '',
    	read_only => '',
    		},
    'doughnut_hole_size' => {
    	datatype => 'int',
    	base_name => 'DoughnutHoleSize',
    	description => 'Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents  of the size of the plot area.).',
    	format => '',
    	read_only => '',
    		},
    'bubble_size_scale' => {
    	datatype => 'int',
    	base_name => 'BubbleSizeScale',
    	description => 'Specifies the scale factor for the bubble chart (can be  between 0 and 300 percents of the default size). Read/write Int32.',
    	format => '',
    	read_only => '',
    		},
    'hi_low_lines_format' => {
    	datatype => 'ChartLinesFormat',
    	base_name => 'HiLowLinesFormat',
    	description => 'Specifies HiLowLines format.  HiLowLines applied with HiLowClose, OpenHiLowClose, VolumeHiLowClose and VolumeOpenHiLowClose chart types.',
    	format => '',
    	read_only => '',
    		},

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

    '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 => '',
    		},

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


__PACKAGE__->class_documentation({description => 'Slide view properties.',
                                  class => 'CommonSlideViewProperties',
                                  required => [], # TODO
}                                 );

__PACKAGE__->method_documentation({
    'scale' => {
    	datatype => 'int',
    	base_name => 'Scale',
    	description => 'The view scaling ratio (percentage).',
    	format => '',
    	read_only => '',
    		},
    'variable_scale' => {
    	datatype => 'boolean',
    	base_name => 'VariableScale',
    	description => 'True if the view content should automatically scale to best fit the current window size.',
    	format => '',
    	read_only => '',
    		},

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

    '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 => '',
    		},

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

    '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 => '',
    		},

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

    'invert_if_negative' => {
    	datatype => 'boolean',
    	base_name => 'InvertIfNegative',
    	description => 'True if the series shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
    	format => '',
    	read_only => '',
    		},
    'explosion' => {
    	datatype => 'int',
    	base_name => 'Explosion',
    	description => 'The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.',
    	format => '',
    	read_only => '',
    		},
    'marker' => {
    	datatype => 'SeriesMarker',
    	base_name => 'Marker',
    	description => 'Series marker.',
    	format => '',
    	read_only => '',
    		},

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

    'tile_offset_y' => {
    	datatype => 'double',
    	base_name => 'TileOffsetY',
    	description => 'The vertical offset of the texture from the shape's origin in points. A positive value moves the texture down, while a negative value moves it up.',
    	format => '',
    	read_only => '',
    		},
    'tile_scale_x' => {
    	datatype => 'double',
    	base_name => 'TileScaleX',
    	description => 'The horizontal scale for the texture fill as a percentage.',
    	format => '',
    	read_only => '',
    		},
    'tile_scale_y' => {
    	datatype => 'double',
    	base_name => 'TileScaleY',
    	description => 'The vertical scale for the texture fill as a percentage.',
    	format => '',
    	read_only => '',
    		},
    'tile_alignment' => {
    	datatype => 'string',
    	base_name => 'TileAlignment',
    	description => 'The way texture is aligned within the shape. This setting controls the starting point of the texture pattern and how it repeats across the shape.',
    	format => '',
    	read_only => '',
    		},

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

    'invert_if_negative' => {
    	datatype => 'boolean',
    	base_name => 'InvertIfNegative',
    	description => 'True if the series shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
    	format => '',
    	read_only => '',
    		},
    'explosion' => {
    	datatype => 'int',
    	base_name => 'Explosion',
    	description => 'The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.',
    	format => '',
    	read_only => '',
    		},
    'marker' => {
    	datatype => 'SeriesMarker',
    	base_name => 'Marker',
    	description => 'Series marker.',
    	format => '',
    	read_only => '',
    		},

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

    'invert_if_negative' => {
    	datatype => 'boolean',
    	base_name => 'InvertIfNegative',
    	description => 'True if the series shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
    	format => '',
    	read_only => '',
    		},
    'explosion' => {
    	datatype => 'int',
    	base_name => 'Explosion',
    	description => 'The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.',
    	format => '',
    	read_only => '',
    		},
    'marker' => {
    	datatype => 'SeriesMarker',
    	base_name => 'Marker',
    	description => 'Series marker.',
    	format => '',
    	read_only => '',
    		},

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

    'invert_if_negative' => {
    	datatype => 'boolean',
    	base_name => 'InvertIfNegative',
    	description => 'True if the series shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
    	format => '',
    	read_only => '',
    		},
    'explosion' => {
    	datatype => 'int',
    	base_name => 'Explosion',
    	description => 'The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.',
    	format => '',
    	read_only => '',
    		},
    'marker' => {
    	datatype => 'SeriesMarker',
    	base_name => 'Marker',
    	description => 'Series marker.',
    	format => '',
    	read_only => '',
    		},



( run in 0.388 second using v1.01-cache-2.11-cpan-709fd43a63f )