GraphicalObjectLock
المعلومات العامة
GraphicalObjectLock هي فئة في Aspose.Slides FOSS لـ C++.
خصائص قفل ملموسة لأشياء رسومية. تحدد العمليات التي تم تعطيلها على GraphicalObject. يرث من BaseShapeLock (هيراركية قفلة الشكل) ويطبق IGraphicalObjectLock (واجهة القفل المحددة للجسم الرسومي).
| 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. |