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.Vector
lines
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(RtfSink.Line line)
(package private) RtfSink.Box
boundingBox()
-
-
-
Method Detail
-
add
void add(RtfSink.Line line)
-
boundingBox
RtfSink.Box boundingBox()
-
-