org.odftoolkit.simple.style
Enum StyleTypeDefinitions.WritingMode

java.lang.Object
  extended by java.lang.Enum<StyleTypeDefinitions.WritingMode>
      extended by org.odftoolkit.simple.style.StyleTypeDefinitions.WritingMode
All Implemented Interfaces:
Serializable, Comparable<StyleTypeDefinitions.WritingMode>
Enclosing class:
StyleTypeDefinitions

public static enum StyleTypeDefinitions.WritingMode
extends Enum<StyleTypeDefinitions.WritingMode>


Enum Constant Summary
LR
           
LRTB
           
PAGE
           
RL
           
RLTB
           
TB
           
TBLR
           
TBRL
           
 
Method Summary
static StyleTypeDefinitions.WritingMode enumValueOf(String aValue)
           
 String toString()
           
static StyleTypeDefinitions.WritingMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleTypeDefinitions.WritingMode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LRTB

public static final StyleTypeDefinitions.WritingMode LRTB

RLTB

public static final StyleTypeDefinitions.WritingMode RLTB

TBRL

public static final StyleTypeDefinitions.WritingMode TBRL

TBLR

public static final StyleTypeDefinitions.WritingMode TBLR

LR

public static final StyleTypeDefinitions.WritingMode LR

RL

public static final StyleTypeDefinitions.WritingMode RL

TB

public static final StyleTypeDefinitions.WritingMode TB

PAGE

public static final StyleTypeDefinitions.WritingMode PAGE
Method Detail

values

public static StyleTypeDefinitions.WritingMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StyleTypeDefinitions.WritingMode c : StyleTypeDefinitions.WritingMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StyleTypeDefinitions.WritingMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

enumValueOf

public static StyleTypeDefinitions.WritingMode enumValueOf(String aValue)

toString

public String toString()
Overrides:
toString in class Enum<StyleTypeDefinitions.WritingMode>


Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.