has_line عقار
has_line عقار
يحصل على حدود الخط للشكل ويضبطها لتكون مرئية.
مثال
if shape.has_line == False:
    shape.has_line = True
تعريف:
@property
def has_line(self):
    ...
@has_line.setter
def has_line(self, value):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة ListBox