AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/ProtectSheetParameter.pm view on Meta::CPAN
description => '',
format => '',
read_only => '',
},
'allow_deleting_row' => {
datatype => 'string',
base_name => 'AllowDeletingRow',
description => '',
format => '',
read_only => '',
},
'allow_filtering' => {
datatype => 'string',
base_name => 'AllowFiltering',
description => '',
format => '',
read_only => '',
},
'allow_formatting_cell' => {
datatype => 'string',
base_name => 'AllowFormattingCell',
description => '',
format => '',
read_only => '',
},
'allow_formatting_column' => {
datatype => 'string',
base_name => 'AllowFormattingColumn',
description => '',
format => '',
read_only => '',
},
'allow_formatting_row' => {
datatype => 'string',
base_name => 'AllowFormattingRow',
description => '',
format => '',
read_only => '',
},
'allow_inserting_column' => {
datatype => 'string',
base_name => 'AllowInsertingColumn',
description => '',
format => '',
read_only => '',
},
'allow_inserting_hyperlink' => {
datatype => 'string',
base_name => 'AllowInsertingHyperlink',
description => '',
format => '',
read_only => '',
},
'allow_inserting_row' => {
datatype => 'string',
base_name => 'AllowInsertingRow',
description => '',
format => '',
read_only => '',
},
'allow_selecting_locked_cell' => {
datatype => 'string',
base_name => 'AllowSelectingLockedCell',
description => '',
format => '',
read_only => '',
},
'allow_selecting_unlocked_cell' => {
datatype => 'string',
base_name => 'AllowSelectingUnlockedCell',
description => '',
format => '',
read_only => '',
},
'allow_sorting' => {
datatype => 'string',
base_name => 'AllowSorting',
description => '',
format => '',
read_only => '',
},
'allow_using_pivot_table' => {
datatype => 'string',
base_name => 'AllowUsingPivotTable',
description => '',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'protection_type' => 'string',
'password' => 'string',
'allow_edit_area' => 'ARRAY[string]',
'allow_deleting_column' => 'string',
'allow_deleting_row' => 'string',
'allow_filtering' => 'string',
'allow_formatting_cell' => 'string',
'allow_formatting_column' => 'string',
'allow_formatting_row' => 'string',
'allow_inserting_column' => 'string',
'allow_inserting_hyperlink' => 'string',
'allow_inserting_row' => 'string',
'allow_selecting_locked_cell' => 'string',
'allow_selecting_unlocked_cell' => 'string',
'allow_sorting' => 'string',
'allow_using_pivot_table' => 'string'
} );
__PACKAGE__->attribute_map( {
'protection_type' => 'ProtectionType',
'password' => 'Password',
'allow_edit_area' => 'AllowEditArea',
'allow_deleting_column' => 'AllowDeletingColumn',
'allow_deleting_row' => 'AllowDeletingRow',
'allow_filtering' => 'AllowFiltering',
'allow_formatting_cell' => 'AllowFormattingCell',
'allow_formatting_column' => 'AllowFormattingColumn',
'allow_formatting_row' => 'AllowFormattingRow',
'allow_inserting_column' => 'AllowInsertingColumn',
'allow_inserting_hyperlink' => 'AllowInsertingHyperlink',
'allow_inserting_row' => 'AllowInsertingRow',
'allow_selecting_locked_cell' => 'AllowSelectingLockedCell',
'allow_selecting_unlocked_cell' => 'AllowSelectingUnlockedCell',
'allow_sorting' => 'AllowSorting',
'allow_using_pivot_table' => 'AllowUsingPivotTable'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 0.949 second using v1.01-cache-2.11-cpan-c221a9de4ec )