GraphicalObjectLock

GraphicalObjectLock

Overview

GraphicalObjectLock is a class in Aspose.Slides FOSS for C++.

Concrete locking properties for a graphical object. Determines which operations are disabled on the parent GraphicalObject. Inherits from BaseShapeLock (shape lock hierarchy) and implements IGraphicalObjectLock (graphical-object-specific lock interface).

This class provides 10 methods for working with GraphicalObjectLock objects in C++ programs. Available methods include: GraphicalObjectLock, grouping_locked, no_locks, position_locked, select_locked, set_grouping_locked, set_position_locked, set_select_locked, set_size_locked, size_locked. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
GraphicalObjectLock()
grouping_locked()boolGets whether grouping is locked.
set_grouping_locked(value: bool)Sets whether grouping is locked.
select_locked()boolGets whether selection is locked.
set_select_locked(value: bool)Sets whether selection is locked.
position_locked()boolGets whether position is locked.
set_position_locked(value: bool)Sets whether position is locked.
size_locked()boolGets whether size is locked.
set_size_locked(value: bool)Sets whether size is locked.
no_locks()boolReturns true if all locks are disabled.

See Also