text عقار
text عقار
يحصل على text لهذا الشكل ويضبطه.
مثال
if shape.text == None:
    shape.text = "This is a test."
تعريف:
@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة DialogBox