Generated by
JDiff

Class com.itextpdf.layout.Style

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