Package | Description |
---|---|
com.scroogexhtml.converter |
Provides the main converter classes.
|
com.scroogexhtml.css |
Provides classes for CSS.
|
com.scroogexhtml.rtf |
Provides RTF standard datatypes and constants.
|
com.scroogexhtml.table |
Provides table conversion support classes.
|
com.scroogexhtml.xmldom.table |
Provides RTF table support classes.
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
ParagraphProperties.getBorderStyle() |
Modifier and Type | Method and Description |
---|---|
void |
Writer.setBorderStyle(BorderStyle border) |
void |
ParagraphProperties.setBorderStyle(BorderStyle borderStyle) |
void |
AbstractWriter.setBorderStyle(BorderStyle newValue) |
Modifier and Type | Method and Description |
---|---|
static String |
CssBuilder.getBorderStyle(BorderStyle rbs,
String bc,
int width) |
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
RowBorder.getBorderStyle() |
Modifier and Type | Method and Description |
---|---|
void |
TableWriter.setBorderStyle(BorderStyle newValue) |
void |
RowBorder.setBorderStyle(BorderStyle borderStyle) |
Modifier and Type | Method and Description |
---|---|
void |
TableSupport.setBorderStyle(BorderStyle newValue) |
Copyright © 2019 Habarisoft. All rights reserved.