Package | Description |
---|---|
com.pd4ml |
Modifier and Type | Method and Description |
---|---|
static Dimensions.Units |
Dimensions.Units.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimensions.Units[] |
Dimensions.Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PageMargins(float left,
float top,
float right,
float bottom,
Dimensions.Units units) |
PageSize(float width,
float height,
Dimensions.Units units)
creates an instance of page size object in given dimension units
|
Revision 4.1.0 / 20201216-0554