| Changed Methods |
UnitValue
getHeight()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the height property of a block element. |
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 element. |
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 element. |
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 element. |
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 element. |
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 element. |
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 element. |
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 element. |
UnitValue
getWidth()
|
Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Gets the width property of a block element. |
IElement
setVerticalAlignment(
VerticalAlignment)
|
Change in signature from com.itextpdf.layout.property.VerticalAlignment to com.itextpdf.layout.properties.VerticalAlignment. |
Sets the vertical alignment of the element. |
IElement
setHeight(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the height property of a block element with a UnitValue. |
IElement
setMaxHeight(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the max-height property of a block element with a UnitValue. |
IElement
setMaxWidth(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the max-width property of a block element with a UnitValue. |
IElement
setMinHeight(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the min-height property of a block element with a UnitValue. |
IElement
setMinWidth(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the min-width property of a block element with a UnitValue. |
IElement
setWidth(
UnitValue)
|
Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue. |
Sets the width property of a block element with a UnitValue. |