Class RtfSink.Table
- java.lang.Object
-
- org.apache.maven.doxia.module.rtf.RtfSink.Table
-
- Enclosing class:
- RtfSink
static class RtfSink.Table extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]
columnWidths
(package private) boolean
grid
(package private) int[]
justification
(package private) int
numColumns
(package private) java.util.Vector<RtfSink.Row>
rows
-
Constructor Summary
Constructors Constructor Description Table(int[] justification, boolean grid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(RtfSink.Row row)
(package private) int
width()
-
-
-
Field Detail
-
numColumns
int numColumns
-
columnWidths
int[] columnWidths
-
justification
int[] justification
-
grid
boolean grid
-
rows
java.util.Vector<RtfSink.Row> rows
-
-
Method Detail
-
add
void add(RtfSink.Row row)
-
width
int width()
-
-