is_visible الملكية
is_visible الملكية
يشير إلى ما إذا كان الكائن مرئيًا أم لا.
تعريف:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
أنظر أيضا
- وحدة aspose.cells.drawing
- فئة MsoLineFormat
يشير إلى ما إذا كان الكائن مرئيًا أم لا.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...