Generated by
JDiff

com.itextpdf.layout.borders Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.layout.borders as colored differences. Deletions are shown like 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.

Class GrooveBorder, constructor GrooveBorder(float)

Creates a GrooveBorder instance with the specified width. The color is set to the default: predefined gray. @param width width of the border

Class InsetBorder, constructor InsetBorder(DeviceCmyk, float)

Creates a an InsetBorder instance with the specified width and the cmyk color. @param width width of the border @param color the cmyk color of the border
Class InsetBorder, constructor InsetBorder(DeviceCmyk, float, float)

Creates a an InsetBorder instance with the specified width, color and opacity. @param color color of the border @param width width of the border @param opacity opacity of the border
Class InsetBorder, constructor InsetBorder(DeviceGray, float)

Creates a an InsetBorder instance with the specified width and the gray color. @param width width of the border @param color the gray color of the border
Class InsetBorder, constructor InsetBorder(DeviceGray, float, float)

Creates a an InsetBorder instance with the specified width, color and opacity. @param color color of the border @param width width of the border @param opacity opacity of the border
Class InsetBorder, constructor InsetBorder(DeviceRgb, float)

Creates a an InsetBorder instance with the specified width and the rgb color. @param width width of the border @param color the rgb color of the border
Class InsetBorder, constructor InsetBorder(DeviceRgb, float, float)

Creates a an InsetBorder instance with the specified width, color and opacity. @param color color of the border @param width width of the border @param opacity opacity of the border
Class InsetBorder, constructor InsetBorder(float)

Creates a an InsetBorder instance with the specified width. The color is set to the default: predefined gray. @param width width of the border

Class OutsetBorder, constructor OutsetBorder(DeviceCmyk, float)

Creates a an OutsetBorder instance with the specified width and the cmyk color. @param width width of the border @param color the cmyk color of the border
Class OutsetBorder, constructor OutsetBorder(DeviceCmyk, float, float)

Creates a an OutsetBorder instance with the specified width, color and opacity. @param color color of the border @param width width of the border @param opacity opacity of the border
Class OutsetBorder, constructor OutsetBorder(DeviceGray, float)

Creates a an OutsetBorder instance with the specified width and the gray color. @param width width of the border @param color the gray color of the border
Class OutsetBorder, constructor OutsetBorder(DeviceGray, float, float)

Creates a an OutsetBorder instance with the specified width, color and opacity. @param color color of the border @param width width of the border @param opacity opacity of the border
Class OutsetBorder, constructor OutsetBorder(DeviceRgb, float)

Creates a an OutsetBorder instance with the specified width and the rgb color. @param width width of the border @param color the rgb color of the border
Class OutsetBorder, constructor OutsetBorder(DeviceRgb, float, float)

Creates a an OutsetBorder instance with the specified width, color and opacity. @param color color of the border @param width width of the border @param opacity opacity of the border
Class OutsetBorder, constructor OutsetBorder(float)

Creates a an OutsetBorder instance with the specified width. The color is set to the default: predefined gray. @param width width of the border

Class RidgeBorder, constructor RidgeBorder(float)

Creates a RidgeBorder instance with the specified width. The color is set to the default: predefined gray. @param width width of the border