PictureFrameLock

PictureFrameLock — Aspose.Slides FOSS C++ API Reference

PictureFrameLock — Determines which operations are disabled on the parent PictureFrame.

Package: Aspose::Slides


Methods

MethodReturnsDescription
init_internal()voidDetermines which operations are disabled on the parent PictureFrame.
grouping_locked()boolGets whether grouping is locked.
set_grouping_locked()voidSets whether grouping is locked.
select_locked()boolGets whether selection is locked.
set_select_locked()voidSets whether selection is locked.
rotation_locked()boolGets whether rotation is locked.
set_rotation_locked()voidSets whether rotation is locked.
aspect_ratio_locked()boolGets whether aspect ratio is locked.
set_aspect_ratio_locked()voidSets whether aspect ratio is locked.
position_locked()boolGets whether position is locked.
set_position_locked()voidSets whether position is locked.
size_locked()boolGets whether size is locked.
set_size_locked()voidSets whether size is locked.
edit_points_locked()boolGets whether edit points is locked.
set_edit_points_locked()voidSets whether edit points is locked.
adjust_handles_locked()boolGets whether adjust handles is locked.
set_adjust_handles_locked()voidSets whether adjust handles is locked.
arrowheads_locked()boolGets whether arrowheads is locked.
set_arrowheads_locked()voidSets whether arrowheads is locked.
shape_type_locked()boolGets whether shape type is locked.
set_shape_type_locked()voidSets whether shape type is locked.
crop_locked()boolGets whether crop is locked.
set_crop_locked()voidSets whether crop is locked.
no_locks()boolReturns true if all locks are disabled.

See Also