Uses of Class
com.scroogexhtml.converter.ParagraphProperties.Border
-
Packages that use ParagraphProperties.Border Package Description com.scroogexhtml.converter Provides the main converter classes. -
-
Uses of ParagraphProperties.Border in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return ParagraphProperties.Border Modifier and Type Method Description ParagraphProperties.Border
ParagraphProperties. getBorder()
static ParagraphProperties.Border
ParagraphProperties.Border. valueOf(String name)
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.Border Modifier and Type Method Description void
ParagraphProperties. setBorder(ParagraphProperties.Border newValue)
void
AbstractWriter. setParagraphBorder(ParagraphProperties.Border value)
void
Writer. setParagraphBorder(ParagraphProperties.Border value)
-