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.BorderReturns 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 TypeMethodDescriptionvoidParagraphProperties.setBorder(ParagraphProperties.Border newValue) voidAbstractWriter.setParagraphBorder(ParagraphProperties.Border value) voidParagraphPropertiesWriter.setParagraphBorder(ParagraphProperties.Border value) Sets the border for the paragraph.