Uses of Enum
com.scroogexhtml.table.Border
Packages that use Border
Package
Description
Provides table conversion support classes.
Provides RTF table support classes.
-
Uses of Border in com.scroogexhtml.table
Methods in com.scroogexhtml.table that return BorderModifier and TypeMethodDescriptionstatic Border
Returns the enum constant of this type with the specified name.static Border[]
Border.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.scroogexhtml.table that return types with arguments of type BorderMethods in com.scroogexhtml.table with parameters of type BorderModifier and TypeMethodDescriptionvoid
TableWriter.setCellBorder
(Border border) void
TableWriter.setRowBorder
(Border paramValue) -
Uses of Border in com.scroogexhtml.xmldom.table
Methods in com.scroogexhtml.xmldom.table with parameters of type BorderModifier and TypeMethodDescriptionvoid
TableSupportBase.setCellBorder
(Border paramValue) void
TableSupportBase.setRowBorder
(Border paramValue)