| Changed Methods |
UnitValue
getMarginBottom()
|
Documentation changed from old to new. |
Gets the current bottom margin width of the element. |
UnitValue
getMarginLeft()
|
Documentation changed from old to new. |
Gets the current left margin width of the element. |
UnitValue
getMarginRight()
|
Documentation changed from old to new. |
Gets the current right margin width of the element. |
UnitValue
getMarginTop()
|
Documentation changed from old to new. |
Gets the current top margin width of the element. |
UnitValue
getPaddingBottom()
|
Documentation changed from old to new. |
Gets the current bottom padding width of the element. |
UnitValue
getPaddingLeft()
|
Documentation changed from old to new. |
Gets the current left padding width of the element. |
UnitValue
getPaddingRight()
|
Documentation changed from old to new. |
Gets the current right padding width of the element. |
UnitValue
getPaddingTop()
|
Documentation changed from old to new. |
Gets the current top padding width of the element. |
Boolean
isKeepTogether()
|
Documentation changed from old to new. |
Returns whether the BlockElement should be kept together as much as possible. |
Style
setKeepTogether(
boolean)
|
Documentation changed from old to new. |
Sets whether the BlockElement should be kept together as much as possible. |
Style
setMarginBottom(
float)
|
Documentation changed from old to new. |
Sets the bottom margin width of the element. |
Style
setMarginLeft(
float)
|
Documentation changed from old to new. |
Sets the left margin width of the element. |
Style
setMarginRight(
float)
|
Documentation changed from old to new. |
Sets the right margin width of the element. |
Style
setMarginTop(
float)
|
Documentation changed from old to new. |
Sets the top margin width of the element. |
Style
setMargins(
float,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Sets the margins around the element to a series of new widths. |
Style
setPaddingBottom(
float)
|
Documentation changed from old to new. |
Sets the bottom padding width of the element. |
Style
setPaddingLeft(
float)
|
Documentation changed from old to new. |
Sets the left padding width of the element. |
Style
setPaddingRight(
float)
|
Documentation changed from old to new. |
Sets the right padding width of the element. |
Style
setPaddingTop(
float)
|
Documentation changed from old to new. |
Sets the top padding width of the element. |
Style
setPaddings(
float,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Sets the paddings around the element to a series of new widths. |
Style
setSpacingRatio(
float)
|
Documentation changed from old to new. |
Sets a ratio which determines in which proportion will word spacing and character spacing be applied when horizontal alignment is justified. |
Style
setMaxHeight(
float)
|
Documentation changed from old to new. |
Sets the max-height of the element as point-unit value. |
Style
setMaxWidth(
float)
|
Documentation changed from old to new. |
Sets the max-width of the element as point-unit value. |
Style
setMinHeight(
float)
|
Documentation changed from old to new. |
Sets the min-height of the element as point-unit value. |
Style
setMinWidth(
float)
|
Documentation changed from old to new. |
Sets the min-width of the element as point-unit value. |