PictureFrameLock — Aspose.Slides FOSS C++ API Reference
PictureFrameLock — Determines which operations are disabled on the parent PictureFrame.
Package: Aspose::Slides
Methods
| Method | Returns | Description |
|---|---|---|
init_internal() | void | Determines which operations are disabled on the parent PictureFrame. |
grouping_locked() | bool | Gets whether grouping is locked. |
set_grouping_locked() | void | Sets whether grouping is locked. |
select_locked() | bool | Gets whether selection is locked. |
set_select_locked() | void | Sets whether selection is locked. |
rotation_locked() | bool | Gets whether rotation is locked. |
set_rotation_locked() | void | Sets whether rotation is locked. |
aspect_ratio_locked() | bool | Gets whether aspect ratio is locked. |
set_aspect_ratio_locked() | void | Sets whether aspect ratio is locked. |
position_locked() | bool | Gets whether position is locked. |
set_position_locked() | void | Sets whether position is locked. |
size_locked() | bool | Gets whether size is locked. |
set_size_locked() | void | Sets whether size is locked. |
edit_points_locked() | bool | Gets whether edit points is locked. |
set_edit_points_locked() | void | Sets whether edit points is locked. |
adjust_handles_locked() | bool | Gets whether adjust handles is locked. |
set_adjust_handles_locked() | void | Sets whether adjust handles is locked. |
arrowheads_locked() | bool | Gets whether arrowheads is locked. |
set_arrowheads_locked() | void | Sets whether arrowheads is locked. |
shape_type_locked() | bool | Gets whether shape type is locked. |
set_shape_type_locked() | void | Sets whether shape type is locked. |
crop_locked() | bool | Gets whether crop is locked. |
set_crop_locked() | void | Sets whether crop is locked. |
no_locks() | bool | Returns true if all locks are disabled. |