snap_to_grid property
Font.snap_to_grid property
Specifies whether the current font should use the document grid characters per line settings when laying out.
@property
def snap_to_grid(self) -> bool:
...
@snap_to_grid.setter
def snap_to_grid(self, value: bool):
...
See Also
- module aspose.words
- class Font