Uses of Enum
com.scroogexhtml.rtf.BorderStyle
Packages that use BorderStyle
Package
Description
Provides the main converter classes.
Provides classes for CSS.
Provides RTF standard data types and constants.
Provides table conversion support classes.
Provides RTF table support classes.
-
Uses of BorderStyle in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return BorderStyleMethods in com.scroogexhtml.converter with parameters of type BorderStyleModifier and TypeMethodDescriptionvoid
AbstractWriter.setBorderStyle
(BorderStyle value) void
BorderPropertiesWriter.setBorderStyle
(BorderStyle value) Sets the border style for the paragraph or table.void
ParagraphProperties.setBorderStyle
(BorderStyle borderStyle) -
Uses of BorderStyle in com.scroogexhtml.css
Methods in com.scroogexhtml.css with parameters of type BorderStyleModifier and TypeMethodDescriptionstatic String
CssBuilder.getParagraphBorderStyle
(BorderStyle borderStyle, String borderColor, int borderWidth) Constructs a CSS border style string based on the specified border style, color, and width. -
Uses of BorderStyle in com.scroogexhtml.rtf
Methods in com.scroogexhtml.rtf that return BorderStyleModifier and TypeMethodDescriptionstatic BorderStyle
Returns the enum constant of this type with the specified name.static BorderStyle[]
BorderStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BorderStyle in com.scroogexhtml.table
Methods in com.scroogexhtml.table that return BorderStyleMethods in com.scroogexhtml.table with parameters of type BorderStyleModifier and TypeMethodDescriptionvoid
RowBorder.setBorderStyle
(BorderStyle borderStyle) void
TableWriter.setBorderStyle
(BorderStyle newValue) -
Uses of BorderStyle in com.scroogexhtml.xmldom.table
Methods in com.scroogexhtml.xmldom.table with parameters of type BorderStyle