| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.conversion | |
| org.zwobble.mammoth.internal.documents | |
| org.zwobble.mammoth.internal.docx |
| Modifier and Type | Method and Description |
|---|---|
static InternalResult<List<HtmlNode>> |
DocumentToHtml.convertToHtml(DocumentElement element,
DocumentToHtmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
Bookmark |
class |
Break |
class |
CommentReference |
class |
Hyperlink |
class |
Image |
class |
NoteReference |
class |
Paragraph |
class |
Run |
class |
Tab |
class |
Table |
class |
TableCell |
class |
TableRow |
class |
Text |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentElement> |
Comment.getBody() |
List<DocumentElement> |
Note.getBody() |
List<DocumentElement> |
TableCell.getChildren() |
List<DocumentElement> |
Document.getChildren() |
List<DocumentElement> |
Hyperlink.getChildren() |
List<DocumentElement> |
Table.getChildren() |
List<DocumentElement> |
Run.getChildren() |
List<DocumentElement> |
TableRow.getChildren() |
List<DocumentElement> |
Paragraph.getChildren() |
List<DocumentElement> |
HasChildren.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static Hyperlink |
Hyperlink.anchor(String anchor,
Optional<String> targetFrame,
List<DocumentElement> children) |
static Hyperlink |
Hyperlink.href(String href,
Optional<String> targetFrame,
List<DocumentElement> children) |
| Constructor and Description |
|---|
Comment(String commentId,
List<DocumentElement> body,
Optional<String> authorName,
Optional<String> authorInitials) |
Document(List<DocumentElement> children,
Notes notes,
List<Comment> comments) |
Hyperlink(Optional<String> href,
Optional<String> anchor,
Optional<String> targetFrame,
List<DocumentElement> children) |
Note(NoteType noteType,
String id,
List<DocumentElement> body) |
Paragraph(Optional<Style> style,
Optional<NumberingLevel> numbering,
ParagraphIndent indent,
List<DocumentElement> children) |
Run(boolean isBold,
boolean isItalic,
boolean isUnderline,
boolean isStrikethrough,
boolean isSmallCaps,
VerticalAlignment verticalAlignment,
Optional<Style> style,
List<DocumentElement> children) |
Table(Optional<Style> style,
List<DocumentElement> children) |
TableCell(int rowspan,
int colspan,
List<DocumentElement> children) |
TableRow(List<DocumentElement> children,
boolean isHeader) |
| Modifier and Type | Method and Description |
|---|---|
InternalResult<List<DocumentElement>> |
ReadResult.toResult() |
| Modifier and Type | Method and Description |
|---|---|
static ReadResult |
ReadResult.success(DocumentElement element) |
static ReadResult |
ReadResult.withWarning(DocumentElement element,
String warning) |
| Modifier and Type | Method and Description |
|---|---|
ReadResult |
ReadResult.flatMap(Function<List<DocumentElement>,ReadResult> function) |
ReadResult |
ReadResult.map(Function<List<DocumentElement>,DocumentElement> function) |
ReadResult |
ReadResult.map(Function<List<DocumentElement>,DocumentElement> function) |
static <T> ReadResult |
ReadResult.map(InternalResult<T> first,
ReadResult second,
BiFunction<T,List<DocumentElement>,DocumentElement> function) |
static <T> ReadResult |
ReadResult.map(InternalResult<T> first,
ReadResult second,
BiFunction<T,List<DocumentElement>,DocumentElement> function) |
static ReadResult |
ReadResult.success(List<DocumentElement> elements) |
static ReadResult |
ReadResult.withWarning(List<DocumentElement> elements,
String warning) |
| Constructor and Description |
|---|
ReadResult(List<DocumentElement> elements,
List<DocumentElement> extra,
Iterable<String> warnings) |
ReadResult(List<DocumentElement> elements,
List<DocumentElement> extra,
Iterable<String> warnings) |
Copyright © 2018. All rights reserved.