Generated by
JDiff

Class com.itextpdf.layout.ElementPropertyContainer

The superclass changed from java.lang.Object to com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement.

Removed Methods
IPropertyContainer  setBackgroundImage( BackgroundImage) Specifies a background image for the Element.
IPropertyContainer  setBackgroundImage( List) Specifies a list of background images for the Element.
IPropertyContainer  setFixedPosition( float, float , UnitValue ) Sets values for a absolute repositioning of the Element.
IPropertyContainer  setFixedPosition( int, float , float , UnitValue ) Sets values for a absolute repositioning of the Element.
IPropertyContainer  setFont( String) Sets the font family of this Element.
 

Added Methods
IPropertyContainer  setBackgroundImage( BackgroundImage) Specifies a background image for the Element.
IPropertyContainer  setBackgroundImage( List) Specifies a list of background images for the Element.
IPropertyContainer  setFixedPosition( float, float , UnitValue ) Sets values for a absolute repositioning of the Element.
IPropertyContainer  setFixedPosition( int, float , float , UnitValue ) Sets values for a absolute repositioning of the Element.
 

Changed Methods
IPropertyContainer  setBaseDirection( BaseDirection) Change in signature from com.itextpdf.layout.property.BaseDirection to com.itextpdf.layout.properties.BaseDirection.
This attribute specifies the base direction of directionally neutral text (i.e., text that doesn't have inherent directionality as defined in Unicode) in an element's content and attribute values.
IPropertyContainer  setBorderBottomLeftRadius( BorderRadius) Change in signature from com.itextpdf.layout.property.BorderRadius to com.itextpdf.layout.properties.BorderRadius.
Sets a border radius for the bottom left corner of this Element.
IPropertyContainer  setBorderBottomRightRadius( BorderRadius) Change in signature from com.itextpdf.layout.property.BorderRadius to com.itextpdf.layout.properties.BorderRadius.
Sets a border radius for the bottom right corner of this Element.
IPropertyContainer  setBorderRadius( BorderRadius) Change in signature from com.itextpdf.layout.property.BorderRadius to com.itextpdf.layout.properties.BorderRadius.
Sets a border radius for all four edges of this Element.
IPropertyContainer  setBorderTopLeftRadius( BorderRadius) Change in signature from com.itextpdf.layout.property.BorderRadius to com.itextpdf.layout.properties.BorderRadius.
Sets a border radius for the top left corner of this Element.
IPropertyContainer  setBorderTopRightRadius( BorderRadius) Change in signature from com.itextpdf.layout.property.BorderRadius to com.itextpdf.layout.properties.BorderRadius.
Sets a border radius for the top right corner of this Element.
IPropertyContainer  setFontKerning( FontKerning) Change in signature from com.itextpdf.layout.property.FontKerning to com.itextpdf.layout.properties.FontKerning.
Enable or disable kerning.
IPropertyContainer  setHorizontalAlignment( HorizontalAlignment) Change in signature from com.itextpdf.layout.property.HorizontalAlignment to com.itextpdf.layout.properties.HorizontalAlignment.
Sets the horizontal alignment of this Element.
IPropertyContainer  setTextAlignment( TextAlignment) Change in signature from com.itextpdf.layout.property.TextAlignment to com.itextpdf.layout.properties.TextAlignment.
Sets the text alignment of this Element.