InternalMargin module

class InternalMargin.InternalMargin

Bases: SpireObject

Represents an internal margin.

property Bottom: float

Gets or sets the internal bottom margin (in points).

Returns:

The internal bottom margin.

Return type:

float

property Left: float

Gets or sets the internal left margin (in points).

Returns:

The internal left margin.

Return type:

float

property Right: float

Gets or sets the internal right margin (in points).

Returns:

The internal right margin.

Return type:

float

SetAll(value: float)

Sets all internal margins to the specified value.

Parameters:

value (float) – The value to set all internal margins to.

property Top: float

Gets or sets the internal top margin (in points).

Returns:

The internal top margin.

Return type:

float