public class Docx4jDocxOutputDevice extends AbstractOutputDevice
| Constructor and Description |
|---|
Docx4jDocxOutputDevice() |
| Modifier and Type | Method and Description |
|---|---|
void |
clip(Shape s) |
void |
drawBorderLine(Rectangle bounds,
int side,
int width,
boolean solid) |
void |
drawImage(FSImage image,
int x,
int y) |
protected void |
drawLine(int x1,
int y1,
int x2,
int y2) |
void |
drawOval(int x,
int y,
int width,
int height) |
void |
drawRect(int x,
int y,
int width,
int height) |
void |
drawSelection(RenderingContext c,
InlineText inlineText) |
void |
drawString(String string,
float x,
float y,
Object object) |
void |
fill(Shape s) |
void |
fillOval(int x,
int y,
int width,
int height) |
void |
fillRect(int x,
int y,
int width,
int height) |
Shape |
getClip() |
Object |
getRenderingHint(RenderingHints.Key key) |
Stroke |
getStroke() |
boolean |
isSupportsCMYKColors() |
boolean |
isSupportsSelection() |
void |
paintReplacedElement(RenderingContext c,
BlockBox box) |
void |
setClip(Shape s) |
void |
setColor(FSColor color) |
void |
setFont(FSFont font) |
void |
setRenderingHint(RenderingHints.Key key,
Object value) |
void |
setStroke(Stroke s) |
void |
translate(double tx,
double ty) |
drawDebugOutline, drawText, drawTextDecoration, drawTextDecoration, paintBackground, paintBackground, paintBorder, paintBorder, paintCollapsedBorderpublic void drawSelection(RenderingContext c, InlineText inlineText)
public void paintReplacedElement(RenderingContext c, BlockBox box)
public void setFont(FSFont font)
public void setColor(FSColor color)
public void drawRect(int x,
int y,
int width,
int height)
public void drawOval(int x,
int y,
int width,
int height)
public void drawBorderLine(Rectangle bounds, int side, int width, boolean solid)
public void drawImage(FSImage image, int x, int y)
public void fill(Shape s)
public void fillRect(int x,
int y,
int width,
int height)
public void fillOval(int x,
int y,
int width,
int height)
public void clip(Shape s)
public Shape getClip()
public void setClip(Shape s)
public void translate(double tx,
double ty)
public void setStroke(Stroke s)
public Stroke getStroke()
public Object getRenderingHint(RenderingHints.Key key)
public void setRenderingHint(RenderingHints.Key key, Object value)
public boolean isSupportsSelection()
public boolean isSupportsCMYKColors()
protected void drawLine(int x1,
int y1,
int x2,
int y2)
drawLine in class AbstractOutputDeviceCopyright © 2011-2013. All Rights Reserved.