GraphicalObjectLock

Pengamatan umum

GraphicalObjectLock adalah kelas dalam Aspose.Slides FOSS untuk C++.

Properti kunci beton untuk objek grafis. Menentukan operasi mana yang dinonaktifkan pada induk GraphicalObject. Merupakan warisan dari BaseShapeLock (hierarki kunci bentuk) dan mengimplementasikan IGraphicalObjectLock (interface kunci khusus-objek grafik).

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.
 Bahasa Indonesia