maximum_distribution property

maximum_distribution property

Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).

Definition:

@property
def maximum_distribution(self):
    ...

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

See Also