Class RtfSink.Table
java.lang.Object
org.apache.maven.doxia.module.rtf.RtfSink.Table
- Enclosing class:
- RtfSink
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int[]
(package private) boolean
(package private) int[]
(package private) int
(package private) Vector<RtfSink.Row>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
add
(RtfSink.Row row) (package private) int
width()
-
Field Details
-
numColumns
int numColumns -
columnWidths
int[] columnWidths -
justification
int[] justification -
grid
boolean grid -
rows
Vector<RtfSink.Row> rows
-
-
Constructor Details
-
Table
Table(int[] justification, boolean grid)
-
-
Method Details
-
add
-
width
int width()
-