Generated by
JDiff

com.itextpdf.layout Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.layout 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 Style, UnitValue getMarginBottom()

Gets the current bottom margin width of the element. @return the bottom margin width, as a UnitValue object
Class Style, UnitValue getMarginLeft()

Gets the current left margin width of the element. @return the left margin width, as a UnitValue object
Class Style, UnitValue getMarginRight()

Gets the current right margin width of the element. @return the right margin width, as a UnitValue object
Class Style, UnitValue getMarginTop()

Gets the current top margin width of the element. @return the top margin width, as a UnitValue object
Class Style, UnitValue getPaddingBottom()

Gets the current bottom padding width of the element. @return the bottom padding width, as a UnitValue object
Class Style, UnitValue getPaddingLeft()

Gets the current left padding width of the element. @return the left padding width, as a UnitValue object
Class Style, UnitValue getPaddingRight()

Gets the current right padding width of the element. @return the right padding width, as a UnitValue object
Class Style, UnitValue getPaddingTop()

Gets the current top padding width of the element. @return the top padding width, as a UnitValue object
Class Style, Boolean isKeepTogether()

Returns whether the BlockElement should be kept together as much as possible. @return the current value of the Property.KEEP_TOGETHER property
Class Style, Style setKeepTogether(boolean)

Sets whether the BlockElement should be kept together as much as possible. @param keepTogether the new value of the Property.KEEP_TOGETHER property @return this element
Class Style, Style setMarginBottom(float)

Sets the bottom margin width of the element. @param value the new bottom margin width @return this element
Class Style, Style setMarginLeft(float)

Sets the left margin width of the element. @param value the new left margin width @return this element
Class Style, Style setMarginRight(float)

Sets the right margin width of the element. @param value the new right margin width @return this element
Class Style, Style setMarginTop(float)

Sets the top margin width of the element. @param value the new top margin width @return this element
Class Style, Style setMargins(float, float, float, float)

Sets the margins around the element to a series of new widths. @param marginTop the new margin top width @param marginRight the new margin right width @param marginBottom the new margin bottom width @param marginLeft the new margin left width @return this element
Class Style, Style setMaxHeight(float)

Sets the max-height of the element as point-unit value. @param maxHeight a floating point value for the new max-height @return the block element itself
Class Style, Style setMaxWidth(float)

Sets the max-width of the element as point-unit value. @param maxWidth a floating point value for the new max-width @return the block element itself
Class Style, Style setMinHeight(float)

Sets the min-height of the element as point-unit value. @param minHeight a floating point value for the new min-height @return the block element itself
Class Style, Style setMinWidth(float)

Sets the min-width of the element as point-unit value. @param minWidth a floating point value for the new min-width @return the block element itself
Class Style, Style setPaddingBottom(float)

Sets the bottom padding width of the element. @param value the new bottom padding width @return this element
Class Style, Style setPaddingLeft(float)

Sets the left padding width of the element. @param value the new left padding width @return this element
Class Style, Style setPaddingRight(float)

Sets the right padding width of the element. @param value the new right padding width @return this element
Class Style, Style setPaddingTop(float)

Sets the top padding width of the element. @param value the new top padding width @return this element
Class Style, Style setPaddings(float, float, float, float)

Sets the paddings around the element to a series of new widths. @param paddingTop the new padding top width @param paddingRight the new padding right width @param paddingBottom the new padding bottom width @param paddingLeft the new padding left width @return this element
Class Style, Style setSpacingRatio(float)

Sets a ratio which determines in which proportion will word spacing and character spacing be applied when horizontal alignment is justified. @param ratio the ratio coefficient. It must be between 0 and 1, inclusive. It means that ratio part of the free space will be compensated by word spacing, and 1-ratio part of the free space will be compensated by character spacing. If ratio is 1, additional character spacing will not be applied. If ratio is 0, additional word spacing will not be applied. @return this element