AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/CellsApi.pm view on Meta::CPAN
returns => 'CellsCloudResponse',
};
}
#
# @return CellsCloudResponse
#
sub delete_worksheet_chart{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('CellsCloudResponse', $response);
return $_response_object;
}
#
# PostWorksheetChartRequest
#
# Update chart properties in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @chartIndex int (required) The chart index.
# @chart Chart (required) Chart Represents a specified chart.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'PostWorksheetChartRequest',
description => 'PostWorksheetChart Request.',
required => '0',
}
};
__PACKAGE__->method_documentation->{ 'post_worksheet_chart' } = {
summary => 'Update chart properties in the worksheet.',
params => $params,
returns => 'CellsCloudResponse',
};
}
#
# @return CellsCloudResponse
#
sub post_worksheet_chart{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('CellsCloudResponse', $response);
return $_response_object;
}
#
# GetWorksheetChartLegendRequest
#
# Retrieve chart legend description in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @chartIndex int (required) The chart index.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'GetWorksheetChartLegendRequest',
description => 'GetWorksheetChartLegend Request.',
required => '0',
}
};
__PACKAGE__->method_documentation->{ 'get_worksheet_chart_legend' } = {
summary => 'Retrieve chart legend description in the worksheet.',
params => $params,
returns => 'LegendResponse',
};
}
#
# @return LegendResponse
#
sub get_worksheet_chart_legend{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('LegendResponse', $response);
return $_response_object;
}
#
# PostWorksheetChartLegendRequest
#
# Update chart legend in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @chartIndex int (required) The chart index.
# @legend Legend (required)
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'PostWorksheetChartLegendRequest',
description => 'PostWorksheetChartLegend Request.',
required => '0',
}
};
__PACKAGE__->method_documentation->{ 'post_worksheet_chart_legend' } = {
summary => 'Update chart legend in the worksheet.',
params => $params,
returns => 'CellsCloudResponse',
};
}
#
# @return CellsCloudResponse
#
sub post_worksheet_chart_legend{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('CellsCloudResponse', $response);
return $_response_object;
}
#
# PutWorksheetChartLegendRequest
#
# Show chart legend in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @chartIndex int (required) The chart index.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'PutWorksheetChartLegendRequest',
description => 'PutWorksheetChartLegend Request.',
required => '0',
}
};
__PACKAGE__->method_documentation->{ 'put_worksheet_chart_legend' } = {
summary => 'Show chart legend in the worksheet.',
params => $params,
returns => 'CellsCloudResponse',
};
}
#
# @return CellsCloudResponse
#
sub put_worksheet_chart_legend{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('CellsCloudResponse', $response);
return $_response_object;
}
#
# DeleteWorksheetChartLegendRequest
#
# Hides chart legend in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @chartIndex int (required) The chart index.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'DeleteWorksheetChartLegendRequest',
description => 'DeleteWorksheetChartLegend Request.',
required => '0',
}
};
__PACKAGE__->method_documentation->{ 'delete_worksheet_chart_legend' } = {
summary => 'Hides chart legend in the worksheet.',
params => $params,
returns => 'CellsCloudResponse',
};
}
#
# @return CellsCloudResponse
#
sub delete_worksheet_chart_legend{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('CellsCloudResponse', $response);
return $_response_object;
}
#
# DeleteWorksheetChartsRequest
#
# Clear the charts in the worksheets.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'DeleteWorksheetChartsRequest',
description => 'DeleteWorksheetCharts Request.',
required => '0',
}
};
__PACKAGE__->method_documentation->{ 'delete_worksheet_charts' } = {
summary => 'Clear the charts in the worksheets.',
params => $params,
returns => 'CellsCloudResponse',
};
}
#
# @return CellsCloudResponse
#
sub delete_worksheet_charts{
my ($self, %args) = @_;
my $request = $args{'request'};
my $response = $request->run_http_request('client' => $self->{api_client} );
if (!$response) {
return;
}
my $_response_object = $self->{api_client}->deserialize('CellsCloudResponse', $response);
return $_response_object;
}
#
# GetWorksheetChartTitleRequest
#
# Retrieve chart title description in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @chartIndex int (required) The chart index.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
( run in 2.259 seconds using v1.01-cache-2.11-cpan-c966e8aa7e8 )