weight property
weight property
Returns or sets the weight of the line ,in units of pt.
Definition:
@property
def weight(self):
...
@weight.setter
def weight(self, value):
...
See Also
- module
aspose.cells.drawing
- class
MsoLineFormat
Returns or sets the weight of the line ,in units of pt.
@property
def weight(self):
...
@weight.setter
def weight(self, value):
...
aspose.cells.drawing
MsoLineFormat