is_superscript property
is_superscript property
Gets or sets a value indicating whether the font is super script.
Definition:
@property
def is_superscript(self):
    ...
@is_superscript.setter
def is_superscript(self, value):
    ...
See Also
- module aspose.cells
- class Font