row_spacing property

row_spacing property

Spacing between rows of an array It is used only when RowSpacingRule is set to 3 Exactly in which case the unit of measure is points or Multiple in which case the unit of measure is half-lines. Default: 0

Definition:

@property
def row_spacing(self):
    ...

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

See Also