MarginsF module
- class MarginsF.MarginsF
Bases:
WordAttrCollectionRepresents a collection of margins for a document.
- property All: float
Gets or sets the value of all margins.
- Returns:
The value of all margins.
- Return type:
float
- property Bottom: float
Gets or sets the bottom margin.
- Returns:
The bottom margin.
- Return type:
float
- Clone() MarginsF
Creates a new instance of the MarginsF class that is a copy of the current instance.
- Returns:
A new instance that is a copy of this instance.
- Return type:
- property Left: float
Gets or sets the left margin.
- Returns:
The left margin.
- Return type:
float
- property Right: float
Gets or sets the right margin.
- Returns:
The right margin.
- Return type:
float
- property Top: float
Gets or sets the top margin.
- Returns:
The top margin.
- Return type:
float
