punctuation_kerning property
Document.punctuation_kerning property
Specifies whether kerning applies to both Latin text and punctuation.
@property
def punctuation_kerning(self) -> bool:
...
@punctuation_kerning.setter
def punctuation_kerning(self, value: bool):
...
See Also
- module aspose.words
- class Document