is_rich_text عقار
is_rich_text عقار
ما إذا كان النص نصًا منسقًا أم لا.
مثال
if shape.is_rich_text:
print("The text is rich text.")
تعريف:
@property
def is_rich_text(self):
...
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
OleObject
ما إذا كان النص نصًا منسقًا أم لا.
if shape.is_rich_text:
print("The text is rich text.")
@property
def is_rich_text(self):
...
aspose.cells.drawing
OleObject