is_hidden عقار
is_hidden عقار
يشير إلى ما إذا كان الكائن مرئيًا.
مثال
shape.is_hidden = False
تعريف:
@property
def is_hidden(self):
    ...
@is_hidden.setter
def is_hidden(self, value):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة CheckBox
يشير إلى ما إذا كان الكائن مرئيًا.
shape.is_hidden = False
@property
def is_hidden(self):
    ...
@is_hidden.setter
def is_hidden(self, value):
    ...
aspose.cells.drawingCheckBox