Generated by
JDiff

Class com.itextpdf.layout.ElementPropertyContainer

Added Methods
TransparentColor  getTransparentStrokeColor() Gets the stroke color for the current element.
IPropertyContainer  setDashPattern( float[], float ) Sets the stroke dash pattern for the current text.
IPropertyContainer  setStrokeColor( Color, float ) Sets the stroke color for the current element.
IPropertyContainer  setStrokeColor( TransparentColor) Sets the stroke color for the current element.
IPropertyContainer  setUnderline( Underline) Sets horizontal line that can be an underline, overline or a strikethrough.
 

Changed Methods
Color  getStrokeColor() Documentation changed from old to new.
Now deprecated.
in favour of {@link #getTransparentStrokeColor()} which should be renamed to {@code getStrokeColor} after this method will be removed
IPropertyContainer  setStrokeColor( Color) Documentation changed from old to new.
Sets the stroke color for the current element.
IPropertyContainer  setUnderline( Color, float , float , float , float , float , int ) Documentation changed from old to new.
Sets horizontal line that can be an underline or a strikethrough.