|
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 current bottom margin width of the element.Class Style, UnitValue getMarginLeft()@return the bottom margin width, as a UnitValue object
Gets the current left margin width of the element.Class Style, UnitValue getMarginRight()@return the left margin width, as a UnitValue object
Gets the current right margin width of the element.Class Style, UnitValue getMarginTop()@return the right margin width, as a UnitValue object
Gets the current top margin width of the element.Class Style, UnitValue getPaddingBottom()@return the top margin width, as a UnitValue object
Gets the current bottom padding width of the element.Class Style, UnitValue getPaddingLeft()@return the bottom padding width, as a UnitValue object
Gets the current left padding width of the element.Class Style, UnitValue getPaddingRight()@return the left padding width, as a UnitValue object
Gets the current right padding width of the element.Class Style, UnitValue getPaddingTop()@return the right padding width, as a UnitValue object
Gets the current top padding width of the element.Class Style, Boolean isKeepTogether()@return the top padding width, as a UnitValue object
Returns whether the BlockElement should be kept together as much as possible.Class Style, Style setKeepTogether(boolean)@return the current value of the Property.KEEP_TOGETHER property
Sets whether the BlockElement should be kept together as much as possible.Class Style, Style setMarginBottom(float)@param keepTogether the new value of the Property.KEEP_TOGETHER property @return this element
Sets the bottom margin width of the element.Class Style, Style setMarginLeft(float)@param value the new bottom margin width @return this element
Sets the left margin width of the element.Class Style, Style setMarginRight(float)@param value the new left margin width @return this element
Sets the right margin width of the element.Class Style, Style setMarginTop(float)@param value the new right margin width @return this element
Sets the top margin width of the element.Class Style, Style setMargins(float, float, float, float)@param value the new top margin width @return this element
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 elementClass Style, Style setMaxHeight(float)
Sets the max-height of the element as point-unit value.Class Style, Style setMaxWidth(float)@param maxHeight a floating point value for the new max-height @return the block element itself
Sets the max-width of the element as point-unit value.Class Style, Style setMinHeight(float)@param maxWidth a floating point value for the new max-width @return the block element itself
Sets the min-height of the element as point-unit value.Class Style, Style setMinWidth(float)@param minHeight a floating point value for the new min-height @return the block element itself
Sets the min-width of the element as point-unit value.Class Style, Style setPaddingBottom(float)@param minWidth a floating point value for the new min-width @return the block element itself
Sets the bottom padding width of the element.Class Style, Style setPaddingLeft(float)@param value the new bottom padding width @return this element
Sets the left padding width of the element.Class Style, Style setPaddingRight(float)@param value the new left padding width @return this element
Sets the right padding width of the element.Class Style, Style setPaddingTop(float)@param value the new right padding width @return this element
Sets the top padding width of the element.Class Style, Style setPaddings(float, float, float, float)@param value the new top padding width @return this element
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 elementClass 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