| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.documents |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignment |
Run.getVerticalAlignment() |
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Run(boolean isBold,
boolean isItalic,
boolean isUnderline,
boolean isStrikethrough,
boolean isSmallCaps,
VerticalAlignment verticalAlignment,
Optional<Style> style,
List<DocumentElement> children) |
Copyright © 2018. All rights reserved.