Package | Description |
---|---|
org.xlsx4j.sml |
Modifier and Type | Field and Description |
---|---|
protected STOrientation |
CTPageSetup.orientation |
protected STOrientation |
CTCsPageSetup.orientation |
Modifier and Type | Method and Description |
---|---|
static STOrientation |
STOrientation.fromValue(String v) |
STOrientation |
CTPageSetup.getOrientation()
Gets the value of the orientation property.
|
STOrientation |
CTCsPageSetup.getOrientation()
Gets the value of the orientation property.
|
static STOrientation |
STOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STOrientation[] |
STOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTPageSetup.setOrientation(STOrientation value)
Sets the value of the orientation property.
|
void |
CTCsPageSetup.setOrientation(STOrientation value)
Sets the value of the orientation property.
|
Copyright © 2007-2014. All Rights Reserved.