public class RMTextShapePdfr<T extends RMTextShape> extends RMShapePdfr<T>
| Constructor and Description |
|---|
RMTextShapePdfr() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeRun(RMTextShape aText,
RMTextRun aRun,
RMTextRun aLastRun,
RMPDFWriter aWriter)
Writes the given text run.
|
protected void |
writeShape(T aTextShape,
RMPDFWriter aWriter)
Writes a given RMShape hierarchy to a PDF file (recursively).
|
getPdfr, writePDF, writeShapeAfter, writeShapeAll, writeShapeBefore, writeShapeChildrengetPdfrprotected void writeShape(T aTextShape, RMPDFWriter aWriter)
writeShape in class RMShapePdfr<T extends RMTextShape>public void writeRun(RMTextShape aText, RMTextRun aRun, RMTextRun aLastRun, RMPDFWriter aWriter)