| Changed Methods |
UnitValue
getMarginBottom()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current bottom margin width of the image. |
UnitValue
getMarginLeft()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current left margin width of the element. |
UnitValue
getMarginRight()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current right margin width of the image. |
UnitValue
getMarginTop()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current top margin width of the image. |
ObjectFit
getObjectFit()
|
Change in return type from com.itextpdf.layout.property.ObjectFit to com.itextpdf.layout.properties.ObjectFit. |
Retrieves the ObjectFit mode for the image. |
UnitValue
getPaddingBottom()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current bottom padding width of the image. |
UnitValue
getPaddingLeft()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current left padding width of the image. |
UnitValue
getPaddingRight()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current right padding width of the image. |
UnitValue
getPaddingTop()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the current top padding width of the image. |
UnitValue
getWidth()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the width property of the image. |
Image
setObjectFit(
ObjectFit)
|
Change in signature from com.itextpdf.layout.property.ObjectFit to com.itextpdf.layout.properties.ObjectFit. |
Sets an object-fit mode for the image. |
Image
setHeight(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the height property of the image with a UnitValue. |
Image
setMaxHeight(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the max-height property of the image with a UnitValue. |
Image
setMaxWidth(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the max-width property of the image with a UnitValue. |
Image
setMinHeight(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the min-height property of the image with a UnitValue. |
Image
setMinWidth(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the min-width property of the image with a UnitValue. |
Image
setWidth(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the width property of the image with a UnitValue. |