static class RtfSink.Table
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
columnWidths |
(package private) boolean |
grid |
(package private) int[] |
justification |
(package private) int |
numColumns |
(package private) java.util.Vector |
rows |
Constructor and Description |
---|
Table(int[] justification,
boolean grid) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(RtfSink.Row row) |
(package private) int |
width() |
int numColumns
int[] columnWidths
int[] justification
boolean grid
java.util.Vector rows
void add(RtfSink.Row row)
int width()