Package | Description |
---|---|
com.scroogexhtml.converter |
Provides the main converter classes.
|
Modifier and Type | Method and Description |
---|---|
Alignment |
ParagraphProperties.getAlign() |
static Alignment |
Alignment.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ParagraphProperties.setAlign(Alignment a) |
void |
Writer.setAlignment(Alignment value) |
void |
AbstractWriter.setAlignment(Alignment newValue) |
Copyright © 2019 Habarisoft. All rights reserved.