GraphicalObjectLock
Összefoglaló
GraphicalObjectLock egy osztály a Aspose.Slides FOSS-ban C++-ra.
Konkrét zárolási tulajdonságok egy grafikus objektumhoz. Meghatározza, hogy mely műveletek vannak letiltva a szülő GraphicalObject. Örökbe veszi a BaseShapeLock-tól (formaszár hierarchiája) és végrehajtja az IGraphicalObjectLock -ot (grafikai tárgyra vonatkozó zárt felület).
| Signature | Description |
|---|---|
GraphicalObjectLock() | |
grouping_locked() → bool | Gets whether grouping is locked. |
set_grouping_locked(value: bool) | Sets whether grouping is locked. |
select_locked() → bool | Gets whether selection is locked. |
set_select_locked(value: bool) | Sets whether selection is locked. |
position_locked() → bool | Gets whether position is locked. |
set_position_locked(value: bool) | Sets whether position is locked. |
size_locked() → bool | Gets whether size is locked. |
set_size_locked(value: bool) | Sets whether size is locked. |
no_locks() → bool | Returns true if all locks are disabled. |