| Methods in org.docx4j.org.xhtmlrenderer.docx with parameters of type OutputDevice |
void |
Docx4jTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y)
|
void |
Docx4jTextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y)
|
void |
Docx4jTextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y,
JustificationInfo info)
|
Rectangle |
Docx4jTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y)
|
float[] |
Docx4jTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector)
|
FSGlyphVector |
Docx4jTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String string)
|
| Methods in org.docx4j.org.xhtmlrenderer.extend with parameters of type OutputDevice |
void |
TextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y)
|
void |
TextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y)
|
void |
TextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y,
JustificationInfo info)
|
Rectangle |
TextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y)
|
float[] |
TextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector)
|
FSGlyphVector |
TextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String string)
|
| Methods in org.docx4j.org.xhtmlrenderer.pdf with parameters of type OutputDevice |
void |
ITextTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y)
|
void |
ITextTextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y)
|
void |
ITextTextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y,
JustificationInfo info)
|
Rectangle |
ITextTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y)
|
float[] |
ITextTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector)
|
FSGlyphVector |
ITextTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String string)
|
| Methods in org.docx4j.org.xhtmlrenderer.swing with parameters of type OutputDevice |
void |
Java2DTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector fsGlyphVector,
float x,
float y)
|
void |
Java2DTextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y)
|
void |
Java2DTextRenderer.drawString(OutputDevice outputDevice,
String string,
float x,
float y,
JustificationInfo info)
|
Rectangle |
Java2DTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y)
|
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector)
|
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
String text)
|
FSGlyphVector |
Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String text)
|