Uses of Class
org.xhtmlrenderer.newtable.CollapsedBorderValue
-
Packages that use CollapsedBorderValue Package Description org.xhtmlrenderer.css.style.derived org.xhtmlrenderer.newtable -
-
Uses of CollapsedBorderValue in org.xhtmlrenderer.css.style.derived
Constructors in org.xhtmlrenderer.css.style.derived with parameters of type CollapsedBorderValue Constructor Description BorderPropertySet(CollapsedBorderValue top, CollapsedBorderValue right, CollapsedBorderValue bottom, CollapsedBorderValue left)
-
Uses of CollapsedBorderValue in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return CollapsedBorderValue Modifier and Type Method Description static 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)
CollapsedBorderValue
TableCellBox. getCollapsedBorderBottom()
CollapsedBorderValue
TableCellBox. getCollapsedBorderLeft()
CollapsedBorderValue
TableCellBox. getCollapsedBorderRight()
CollapsedBorderValue
TableCellBox. getCollapsedBorderTop()
Methods in org.xhtmlrenderer.newtable with parameters of type CollapsedBorderValue Modifier and Type Method Description static CollapsedBorderValue
TableCellBox. compareBorders(CollapsedBorderValue border1, CollapsedBorderValue border2, boolean returnNullOnEqual)
-