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 |
---|---|
static Border |
Border.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Border[] |
Border.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Border> |
BorderDefs.keySet() |
Modifier and Type | Method and Description |
---|---|
RowBorder |
BorderDefs.get(Border border) |
void |
TableWriter.setCellBorder(Border border) |
void |
TableWriter.setRowBorder(Border paramValue) |
Modifier and Type | Method and Description |
---|---|
void |
TableSupport.setCellBorder(Border paramValue) |
void |
TableSupport.setRowBorder(Border paramValue) |
Copyright © 2019 Habarisoft. All rights reserved.