Package | Description |
---|---|
com.scroogexhtml.table |
Provides table conversion support classes.
|
com.scroogexhtml.xmldom.table |
Provides RTF table support classes.
|
Modifier and Type | Method and Description |
---|---|
ClVertAl |
CellDef.getClVertAl() |
static ClVertAl |
ClVertAl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClVertAl[] |
ClVertAl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableWriter.setCellVertAl(ClVertAl border) |
Constructor and Description |
---|
CellDef(int cellx,
String clCbPat,
ClVertAl al,
BorderDefs borders) |
Modifier and Type | Method and Description |
---|---|
void |
TableSupport.setCellVertAl(ClVertAl al) |
Copyright © 2019 Habarisoft. All rights reserved.