font_size property
FieldSymbol.font_size property
Gets or sets the size in points of the font of the character retrieved by the field.
@property
def font_size(self) -> str:
...
@font_size.setter
def font_size(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldSymbol