Uses of Enum
com.scroogexhtml.converter.ParagraphProperties.Border
Packages that use ParagraphProperties.Border
-
Uses of ParagraphProperties.Border in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return ParagraphProperties.BorderModifier and TypeMethodDescriptionParagraphProperties.getBorder()
static ParagraphProperties.Border
Returns the enum constant of this type with the specified name.static ParagraphProperties.Border[]
ParagraphProperties.Border.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.scroogexhtml.converter with parameters of type ParagraphProperties.BorderModifier and TypeMethodDescriptionvoid
ParagraphProperties.setBorder
(ParagraphProperties.Border newValue) void
AbstractWriter.setParagraphBorder
(ParagraphProperties.Border value) void
ParagraphPropertiesWriter.setParagraphBorder
(ParagraphProperties.Border value) Sets the border for the paragraph.