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 CollapsedBorderValueCollapsedBorderValue.borderBottom(BorderPropertySet border, int precedence) static CollapsedBorderValueCollapsedBorderValue.borderLeft(BorderPropertySet border, int precedence) static CollapsedBorderValueCollapsedBorderValue.borderRight(BorderPropertySet border, int precedence) static CollapsedBorderValueCollapsedBorderValue.borderTop(BorderPropertySet border, int precedence) static CollapsedBorderValueTableCellBox.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 CollapsedBorderValueTableCellBox.compareBorders(CollapsedBorderValue border1, CollapsedBorderValue border2, boolean returnNullOnEqual) Method parameters in org.xhtmlrenderer.newtable with type arguments of type CollapsedBorderValueModifier and TypeMethodDescriptionvoidTableCellBox.addCollapsedBorders(Set<CollapsedBorderValue> all, List<CollapsedBorderSide> borders)