| 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. |