Uses of Class
org.xhtmlrenderer.newtable.CollapsedBorderValue
Packages that use CollapsedBorderValue
-
Uses of CollapsedBorderValue in org.xhtmlrenderer.css.style.derived
Constructors in org.xhtmlrenderer.css.style.derived with parameters of type CollapsedBorderValueModifierConstructorDescriptionBorderPropertySet
(CollapsedBorderValue top, CollapsedBorderValue right, CollapsedBorderValue bottom, CollapsedBorderValue left) -
Uses of CollapsedBorderValue in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return CollapsedBorderValueModifier and TypeMethodDescriptionstatic CollapsedBorderValue
CollapsedBorderValue.borderBottom
(BorderPropertySet border, int precedence) static CollapsedBorderValue
CollapsedBorderValue.borderLeft
(BorderPropertySet border, int precedence) static CollapsedBorderValue
CollapsedBorderValue.borderRight
(BorderPropertySet border, int precedence) static CollapsedBorderValue
CollapsedBorderValue.borderTop
(BorderPropertySet border, int precedence) static CollapsedBorderValue
TableCellBox.compareBorders
(CollapsedBorderValue border1, CollapsedBorderValue border2, boolean returnNullOnEqual) TableCellBox.getCollapsedBorderBottom()
TableCellBox.getCollapsedBorderLeft()
TableCellBox.getCollapsedBorderRight()
TableCellBox.getCollapsedBorderTop()
Methods in org.xhtmlrenderer.newtable with parameters of type CollapsedBorderValueModifier and TypeMethodDescriptionstatic CollapsedBorderValue
TableCellBox.compareBorders
(CollapsedBorderValue border1, CollapsedBorderValue border2, boolean returnNullOnEqual)