|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.layoutas colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
Gets the stroke color for the current element. The stroke color is the color of the outlines or edges of a shape. @return the current strokeClass ElementPropertyContainer, IPropertyContainer setStrokeColor(Color)colorcolor @deprecated in favour of .getTransparentStrokeColor() which should be renamed to {@code getStrokeColor} after this method will be removed
Sets the stroke color for the current element. The stroke color is the color of the outlines or edges of a shape. @param strokeColor a new strokeClass ElementPropertyContainer, IPropertyContainer setUnderline(Color, float, float, float, float, float, int)colorcolor @return thisElement.element
Setsanhorizontal line that can be an underline or a strikethrough. Actually, the line can be anywhere vertically due to position parameter. Multiple call to this method will produce multiple lines.The thickness of the line will be {@code thickness + thicknessMul * fontSize}. The position of the line will be {@code baseLine + yPosition + yPositionMul * fontSize}. @param color the color of the line or
nullto follow the text color @param opacity the opacity of the line; a float between 0 and 1, where 1 stands for fully opaque colorandand 0 - for fully transparent @param thickness the absolute thickness of the line @param thicknessMul the thickness multiplication factor with the font size @param yPosition the absolute y position relative to the baseline @param yPositionMul the position multiplication factor with the font size @param lineCapStyle the end line cap style. Allowed values are enumerated in com.itextpdf.kernel.pdf.canvas.PdfCanvasConstants.LineCapStyle@return this element