Paddings module

class Paddings.Paddings

Bases: WordAttrCollection

Represents a collection of padding values for a document element.

property Bottom: float

Gets or sets the bottom padding value.

Equals

Determines whether the current instance is equal to the specified object.

property Left: float

Gets or sets the left padding value.

property Right: float

Gets or sets the right padding value.

SetAll(value: float)

Sets all padding values to the specified value.

property Top: float

Gets or sets the top padding value.