| Modifier and Type | Method and Description |
|---|---|
RtfPicture |
RtfPicture.height(double height,
RtfUnit unit)
Height of the image.
|
static RtfPicture |
RtfText.picture(InputStream source)
Place a picture.
|
static RtfPicture |
RtfText.picture(URL source)
Place a picture.
|
RtfPicture |
RtfPicture.scale(int scaleX,
int scaleY)
Scale the image.
|
RtfPicture |
RtfPicture.scaleX(int scale)
Horizontal scaling.
|
RtfPicture |
RtfPicture.scaleY(int scale)
Vertical scaling.
|
RtfPicture |
RtfPicture.size(double width,
double height,
RtfUnit unit)
Size of the picture.
|
RtfPicture |
RtfPicture.width(double width,
RtfUnit unit)
Width of the image.
|
Copyright © 2010–2015 Tutego. All rights reserved.