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) voidadd(RtfSink.Row row) (package private) intwidth()
-
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()
-