Image |
Image.scale(float horizontalScaling,
float verticalScaling) |
Scale the image relative to its default size.
|
Image |
Image.scaleAbsolute(float fitWidth,
float fitHeight) |
Scale the image to an absolute size.
|
Image |
Image.scaleToFit(float fitWidth,
float fitHeight) |
Scale the image to an absolute size.
|
Image |
Image.setAutoScale(boolean autoScale) |
Sets the autoscale property for both width and height.
|
Image |
Image.setAutoScaleHeight(boolean autoScale) |
Sets the autoscale property for the height of the image.
|
Image |
Image.setAutoScaleWidth(boolean autoScale) |
Sets the autoscale property for the width of the image.
|
Image |
Image.setFixedPosition(float left,
float bottom) |
Sets values for a absolute repositioning of the Element.
|
Image |
Image.setFixedPosition(int pageNumber,
float left,
float bottom) |
Sets values for a absolute repositioning of the Element, on a specific
page.
|
Image |
Image.setHeight(float height) |
Sets the height property of the image, measured in points.
|
Image |
Image.setHeight(UnitValue height) |
Sets the height property of the image with a UnitValue .
|
Image |
Image.setMarginBottom(float value) |
Sets the bottom margin width of the image.
|
Image |
Image.setMarginLeft(float value) |
Sets the left margin width of the element.
|
Image |
Image.setMarginRight(float value) |
Sets the right margin width of the image.
|
Image |
Image.setMargins(float marginTop,
float marginRight,
float marginBottom,
float marginLeft) |
Sets the margins around the image to a series of new widths.
|
Image |
Image.setMarginTop(float value) |
Sets the top margin width of the image.
|
Image |
Image.setMaxHeight(float maxHeight) |
Sets the max-height property of the image, measured in points.
|
Image |
Image.setMaxHeight(UnitValue maxHeight) |
Sets the max-height property of the image with a UnitValue .
|
Image |
Image.setMaxWidth(float maxWidth) |
Sets the max-width property of the image, measured in points.
|
Image |
Image.setMaxWidth(UnitValue maxWidth) |
Sets the max-width property of the image with a UnitValue .
|
Image |
Image.setMinHeight(float minHeight) |
Sets the min-height property of the image, measured in points.
|
Image |
Image.setMinHeight(UnitValue minHeight) |
Sets the min-height property of the image with a UnitValue .
|
Image |
Image.setMinWidth(float minWidth) |
Sets the min-width property of the image, measured in points.
|
Image |
Image.setMinWidth(UnitValue minWidth) |
Sets the min-width property of the image with a UnitValue .
|
Image |
Image.setNeutralRole() |
Give this element a neutral role.
|
Image |
Image.setObjectFit(ObjectFit objectFit) |
Sets an object-fit mode for the image.
|
Image |
Image.setPadding(float commonPadding) |
Sets all paddings around the image to the same width.
|
Image |
Image.setPaddingBottom(float value) |
Sets the bottom padding width of the image.
|
Image |
Image.setPaddingLeft(float value) |
Sets the left padding width of the image.
|
Image |
Image.setPaddingRight(float value) |
Sets the right padding width of the image.
|
Image |
Image.setPaddings(float paddingTop,
float paddingRight,
float paddingBottom,
float paddingLeft) |
Sets the paddings around the image to a series of new widths.
|
Image |
Image.setPaddingTop(float value) |
Sets the top padding width of the image.
|
Image |
Image.setRotationAngle(double radAngle) |
Sets the rotation radAngle.
|
Image |
Image.setWidth(float width) |
Sets the width property of the image, measured in points.
|
Image |
Image.setWidth(UnitValue width) |
Sets the width property of the image with a UnitValue .
|