Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Field and Description |
---|---|
static Margins |
Margins.Empty
The empty margins.
|
Modifier and Type | Method and Description |
---|---|
Margins |
Margins.Clone() |
Margins |
Page.getMargin()
Gets or sets the margin.
|
Modifier and Type | Method and Description |
---|---|
void |
Margins.CloneTo(Margins that) |
boolean |
Margins.equals(Margins other) |
static boolean |
Margins.equals(Margins obj1,
Margins obj2) |
static boolean |
Margins.op_Equality(Margins lhs,
Margins rhs)
Tests whether two
T:Margins structures are equal. |
static boolean |
Margins.op_Inequality(Margins lhs,
Margins rhs)
Tests whether two
T:Margins structures are not equal. |
void |
Page.setMargin(Margins value)
Gets or sets the margin.
|