text property
text property
Gets or sets the text.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadMText
Gets or sets the text.
@property
def text(self):
...
@text.setter
def text(self, value):
...
aspose.cad.fileformats.cad.cadobjects
CadMText