Class RtfSink.Cell
- java.lang.Object
-
- org.apache.maven.doxia.module.rtf.RtfSink.Cell
-
- Enclosing class:
- RtfSink
class RtfSink.Cell extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Vectorlines
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadd(RtfSink.Line line)(package private) RtfSink.BoxboundingBox()
-
-
-
Method Detail
-
add
void add(RtfSink.Line line)
-
boundingBox
RtfSink.Box boundingBox()
-
-