Package | Description |
---|---|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Field and Description |
---|---|
static BorderStyle |
BorderStyle.DASHED
border-style: dashed
|
static BorderStyle |
BorderStyle.DOTTED
border-style: dotted
|
static BorderStyle |
BorderStyle.DOUBLE
border-style: double
|
static BorderStyle |
BorderStyle.GROOVE
border-style: groove
|
static BorderStyle |
BorderStyle.HIDDEN
border-style: hidden
|
static BorderStyle |
BorderStyle.INSET
border-style: inset
|
static BorderStyle |
BorderStyle.NONE
border-style: none
|
static BorderStyle |
BorderStyle.OUTSET
border-style: outset
|
static BorderStyle |
BorderStyle.RIDGE
border-style: ridge
|
static BorderStyle |
BorderStyle.SOLID
border-style: solid
|
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
BorderStyle.valueOf(int enumValue)
Returns the enumeration/singleton object based on its name.
|
static BorderStyle |
BorderStyle.valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.