font property
font property
Gets the font of comment.
Example
font = comment1.font
font.size = 12
Definition:
@property
def font(self):
...
See Also
- module
aspose.cells
- class
Comment
- class
Font
Gets the font of comment.
font = comment1.font
font.size = 12
@property
def font(self):
...
aspose.cells
Comment
Font