org.odftoolkit.simple.style
public static enum StyleTypeDefinitions.OdfLineWidth extends Enum<StyleTypeDefinitions.OdfLineWidth>
Enum Constant and Description |
---|
AUTO |
BOLD |
MEDIUM |
NORMAL |
THICK |
THIN |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static StyleTypeDefinitions.OdfLineWidth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.OdfLineWidth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.OdfLineWidth AUTO
public static final StyleTypeDefinitions.OdfLineWidth BOLD
public static final StyleTypeDefinitions.OdfLineWidth MEDIUM
public static final StyleTypeDefinitions.OdfLineWidth NORMAL
public static final StyleTypeDefinitions.OdfLineWidth THICK
public static final StyleTypeDefinitions.OdfLineWidth THIN
public static StyleTypeDefinitions.OdfLineWidth[] values()
for (StyleTypeDefinitions.OdfLineWidth c : StyleTypeDefinitions.OdfLineWidth.values()) System.out.println(c);
public static StyleTypeDefinitions.OdfLineWidth valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<StyleTypeDefinitions.OdfLineWidth>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.