Package | Description |
---|---|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.WritingMode |
StyleTypeDefinitions.WritingMode.enumValueOf(String aValue) |
static StyleTypeDefinitions.WritingMode |
StyleTypeDefinitions.WritingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.WritingMode[] |
StyleTypeDefinitions.WritingMode.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.setWritingMode(StyleTypeDefinitions.WritingMode mode)
Set the writing mode of this
PageLayoutProperties
If the parameter mode is null, the default value of writing
node "page" will be set. |
void |
MasterPage.setWritingMode(StyleTypeDefinitions.WritingMode mode)
Set the writing mode of the
PageLayoutProperties referenced
by this master page. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.