AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/Protection.pm view on Meta::CPAN
},
'allow_formatting_cell' => {
datatype => 'boolean',
base_name => 'AllowFormattingCell',
description => 'Represents if the formatting of cells is allowed on a protected worksheet. ',
format => '',
read_only => '',
},
'allow_formatting_column' => {
datatype => 'boolean',
base_name => 'AllowFormattingColumn',
description => 'Represents if the formatting of columns is allowed on a protected worksheet ',
format => '',
read_only => '',
},
'allow_formatting_row' => {
datatype => 'boolean',
base_name => 'AllowFormattingRow',
description => 'Represents if the formatting of rows is allowed on a protected worksheet ',
format => '',
read_only => '',
},
'allow_inserting_column' => {
datatype => 'boolean',
base_name => 'AllowInsertingColumn',
description => 'Represents if the insertion of columns is allowed on a protected worksheet ',
format => '',
read_only => '',
},
'allow_inserting_hyperlink' => {
datatype => 'boolean',
base_name => 'AllowInsertingHyperlink',
description => 'Represents if the insertion of hyperlinks is allowed on a protected worksheet ',
format => '',
read_only => '',
},
'allow_inserting_row' => {
datatype => 'boolean',
base_name => 'AllowInsertingRow',
description => 'Represents if the insertion of rows is allowed on a protected worksheet ',
format => '',
read_only => '',
},
'allow_sorting' => {
datatype => 'boolean',
base_name => 'AllowSorting',
description => 'Represents if the sorting option is allowed on a protected worksheet. ',
format => '',
read_only => '',
},
'allow_using_pivot_table' => {
datatype => 'boolean',
base_name => 'AllowUsingPivotTable',
description => 'Represents if the user is allowed to manipulate pivot tables on a protected worksheet. ',
format => '',
read_only => '',
},
'allow_editing_content' => {
datatype => 'boolean',
base_name => 'AllowEditingContent',
description => 'Represents if the user is allowed to edit contents of locked cells on a protected worksheet. ',
format => '',
read_only => '',
},
'allow_editing_object' => {
datatype => 'boolean',
base_name => 'AllowEditingObject',
description => 'Represents if the user is allowed to manipulate drawing objects on a protected worksheet. ',
format => '',
read_only => '',
},
'allow_editing_scenario' => {
datatype => 'boolean',
base_name => 'AllowEditingScenario',
description => 'Represents if the user is allowed to edit scenarios on a protected worksheet. ',
format => '',
read_only => '',
},
'password' => {
datatype => 'string',
base_name => 'Password',
description => 'Represents the password to protect the worksheet. ',
format => '',
read_only => '',
},
'allow_selecting_locked_cell' => {
datatype => 'boolean',
base_name => 'AllowSelectingLockedCell',
description => 'Represents if the user is allowed to select locked cells on a protected worksheet. ',
format => '',
read_only => '',
},
'allow_selecting_unlocked_cell' => {
datatype => 'boolean',
base_name => 'AllowSelectingUnlockedCell',
description => 'Represents if the user is allowed to select unlocked cells on a protected worksheet. ',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'allow_deleting_column' => 'boolean',
'allow_deleting_row' => 'boolean',
'allow_filtering' => 'boolean',
'allow_formatting_cell' => 'boolean',
'allow_formatting_column' => 'boolean',
'allow_formatting_row' => 'boolean',
'allow_inserting_column' => 'boolean',
'allow_inserting_hyperlink' => 'boolean',
'allow_inserting_row' => 'boolean',
'allow_sorting' => 'boolean',
'allow_using_pivot_table' => 'boolean',
'allow_editing_content' => 'boolean',
'allow_editing_object' => 'boolean',
'allow_editing_scenario' => 'boolean',
'password' => 'string',
'allow_selecting_locked_cell' => 'boolean',
'allow_selecting_unlocked_cell' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'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_sorting' => 'AllowSorting',
'allow_using_pivot_table' => 'AllowUsingPivotTable',
'allow_editing_content' => 'AllowEditingContent',
'allow_editing_object' => 'AllowEditingObject',
'allow_editing_scenario' => 'AllowEditingScenario',
'password' => 'Password',
'allow_selecting_locked_cell' => 'AllowSelectingLockedCell',
'allow_selecting_unlocked_cell' => 'AllowSelectingUnlockedCell'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 2.822 seconds using v1.01-cache-2.11-cpan-c221a9de4ec )