grid_spacing property

grid_spacing property

Returns or sets the grid spacing that should be used for the grid underlying the presentation document, in points. Read/write float.

Remarks

The grid spacing value must be a positive number. The typical value range is from 1 mm (2.8349607 points) to 2 inches (144 points).

Definition:

@property
def grid_spacing(self):
    ...

@grid_spacing.setter
def grid_spacing(self, value):
    ...

See Also