Package | Description |
---|---|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.PrintOrientation |
StyleTypeDefinitions.PrintOrientation.enumValueOf(String aValue) |
static StyleTypeDefinitions.PrintOrientation |
StyleTypeDefinitions.PrintOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.PrintOrientation[] |
StyleTypeDefinitions.PrintOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PageLayoutProperties.setPrintOrientation(StyleTypeDefinitions.PrintOrientation orientation)
Set the print orientation of this
PageLayoutProperties |
void |
MasterPage.setPrintOrientation(StyleTypeDefinitions.PrintOrientation orientation)
Set the print orientation of the
PageLayoutProperties
referenced by this master page. |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.