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 AlignmentReturns 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 TypeMethodDescriptionvoidvoidAbstractWriter.setAlignment(Alignment newValue) voidParagraphPropertiesWriter.setAlignment(Alignment value) Sets the alignment for the paragraph.