| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.documents | |
| org.zwobble.mammoth.internal.docx | |
| org.zwobble.mammoth.internal.styles |
| Modifier and Type | Method and Description |
|---|---|
static NumberingLevel |
NumberingLevel.ordered(String levelIndex) |
static NumberingLevel |
NumberingLevel.unordered(String levelIndex) |
| Modifier and Type | Method and Description |
|---|---|
Optional<NumberingLevel> |
Paragraph.getNumbering() |
| Constructor and Description |
|---|
Paragraph(Optional<Style> style,
Optional<NumberingLevel> numbering,
ParagraphIndent indent,
List<DocumentElement> children) |
| Modifier and Type | Method and Description |
|---|---|
Optional<NumberingLevel> |
Numbering.findLevel(String numId,
String level) |
| Constructor and Description |
|---|
Numbering(Map<String,Map<String,NumberingLevel>> numbering) |
| Constructor and Description |
|---|
ParagraphMatcher(Optional<String> styleId,
Optional<StringMatcher> styleName,
Optional<NumberingLevel> numbering) |
Copyright © 2018. All rights reserved.