AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
## Enhancements in Version 24.5
* Added **options** parameter to **ImportFromPdf** method. You can specify **options.DetectTables** property to control import behavior.
* Added **Title** property to **Axis** class for charts.
* Added **X**, **Y**, **Width**, **Height**, **Overlay**, **FillFormat**, **EffectFormat** and **LineFormat** properties to **ChartTitle** class.
* Added **HasTitle** property to **Chart** class; removed **HasTitle** property from **ChartTitle** class.
## Enhancements in Version 24.4
* Added **DownloadMathPortion** and **SaveMathPortion** methods to convert math portions to math markup formats (MathML or LaTeX). See [documentation](https://docs.aspose.cloud/slides/export-a-math-formula/) for more info. **DownloadPortionAsMathML**...
* Added **Marker** property to **DataPoint** class.
## Enhancements in Version 24.3
* Added Markdown (**Md**) to the list of allowed export formats.
* Added **DeletePictureCroppedAreas** method to delete cropped areas of pictures.
* Added **SlidesLayoutOptions** property to **PdfExportOptions**, **HtmlExportOptions**, **TiffExportOptions** and **ImageExportOptions** classes. You can use it to specify handout or notes/comments layouting options.
* Added **AnimateTextType** enum property to **Effect** class.
* Added **NotesCommentsLayouting** property to **Html5ExportOptions** class.
* Added **BwConversionMode** property to **TiffExportOptions** class.
lib/AsposeSlidesCloud/Object/BubbleChartDataPoint.pm view on Meta::CPAN
format => '',
read_only => '',
},
'y_value' => {
datatype => 'double',
base_name => 'YValue',
description => 'Y-value',
format => '',
read_only => '',
},
'x_value_formula' => {
datatype => 'string',
base_name => 'XValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'y_value_formula' => {
datatype => 'string',
base_name => 'YValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'bubble_size' => {
datatype => 'double',
base_name => 'BubbleSize',
description => 'Bubble size.',
format => '',
read_only => '',
},
'bubble_size_formula' => {
datatype => 'string',
base_name => 'BubbleSizeFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'SeriesMarker',
'type' => 'string',
'x_value' => 'double',
'y_value' => 'double',
'x_value_formula' => 'string',
'y_value_formula' => 'string',
'bubble_size' => 'double',
'bubble_size_formula' => 'string'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'Marker',
'type' => 'Type',
'x_value' => 'XValue',
'y_value' => 'YValue',
'x_value_formula' => 'XValueFormula',
'y_value_formula' => 'YValueFormula',
'bubble_size' => 'BubbleSize',
'bubble_size_formula' => 'BubbleSizeFormula'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
lib/AsposeSlidesCloud/Object/OneValueChartDataPoint.pm view on Meta::CPAN
format => '',
read_only => '',
},
'value' => {
datatype => 'double',
base_name => 'Value',
description => 'Value.',
format => '',
read_only => '',
},
'value_formula' => {
datatype => 'string',
base_name => 'ValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'set_as_total' => {
datatype => 'boolean',
base_name => 'SetAsTotal',
description => 'SetAsTotal. Applied to Waterfall data points only.',
format => '',
read_only => '',
},
lib/AsposeSlidesCloud/Object/OneValueChartDataPoint.pm view on Meta::CPAN
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'SeriesMarker',
'type' => 'string',
'value' => 'double',
'value_formula' => 'string',
'set_as_total' => 'boolean',
'invert_if_negative' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'Marker',
'type' => 'Type',
'value' => 'Value',
'value_formula' => 'ValueFormula',
'set_as_total' => 'SetAsTotal',
'invert_if_negative' => 'InvertIfNegative'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
lib/AsposeSlidesCloud/Object/ScatterChartDataPoint.pm view on Meta::CPAN
format => '',
read_only => '',
},
'y_value' => {
datatype => 'double',
base_name => 'YValue',
description => 'Y-value',
format => '',
read_only => '',
},
'x_value_formula' => {
datatype => 'string',
base_name => 'XValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'y_value_formula' => {
datatype => 'string',
base_name => 'YValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'SeriesMarker',
'type' => 'string',
'x_value' => 'double',
'y_value' => 'double',
'x_value_formula' => 'string',
'y_value_formula' => 'string'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'Marker',
'type' => 'Type',
'x_value' => 'XValue',
'y_value' => 'YValue',
'x_value_formula' => 'XValueFormula',
'y_value_formula' => 'YValueFormula'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 1.268 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )