Uses of Enum
com.scroogexhtml.converter.Alignment
Packages that use Alignment
-
Uses of Alignment in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return AlignmentModifier and TypeMethodDescriptionParagraphProperties.getAlign()
static Alignment
Returns the enum constant of this type with the specified name.static Alignment[]
Alignment.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 AlignmentModifier and TypeMethodDescriptionvoid
void
AbstractWriter.setAlignment
(Alignment newValue) void
ParagraphPropertiesWriter.setAlignment
(Alignment value) Sets the alignment for the paragraph.