| Package | Description |
|---|---|
| org.zwobble.mammoth.internal | |
| org.zwobble.mammoth.internal.conversion | |
| org.zwobble.mammoth.internal.docx | |
| org.zwobble.mammoth.internal.results |
| Modifier and Type | Method and Description |
|---|---|
InternalResult<String> |
InternalDocumentConverter.convertToHtml(File file) |
InternalResult<String> |
InternalDocumentConverter.convertToHtml(InputStream stream) |
InternalResult<String> |
InternalDocumentConverter.extractRawText(File file) |
InternalResult<String> |
InternalDocumentConverter.extractRawText(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
static InternalResult<List<HtmlNode>> |
DocumentToHtml.convertToHtml(Document document,
DocumentToHtmlOptions options) |
static InternalResult<List<HtmlNode>> |
DocumentToHtml.convertToHtml(DocumentElement element,
DocumentToHtmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static InternalResult<Document> |
DocumentReader.readDocument(Optional<Path> path,
Archive zipFile) |
InternalResult<List<Comment>> |
CommentXmlReader.readElement(XmlElement element) |
InternalResult<Document> |
DocumentXmlReader.readElement(XmlElement element) |
InternalResult<List<Note>> |
NotesXmlReader.readElement(XmlElement element) |
InternalResult<List<DocumentElement>> |
ReadResult.toResult() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ReadResult |
ReadResult.map(InternalResult<T> first,
ReadResult second,
BiFunction<T,List<DocumentElement>,DocumentElement> function) |
| Modifier and Type | Method and Description |
|---|---|
static InternalResult<Optional<Style>> |
InternalResult.empty() |
<R> InternalResult<R> |
InternalResult.flatMap(Function<T,InternalResult<R>> function) |
static <T1,T2,R> InternalResult<R> |
InternalResult.flatMap(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,InternalResult<R>> function) |
static <T,R> InternalResult<List<R>> |
InternalResult.flatMap(Iterable<T> iterable,
Function<T,InternalResult<R>> function) |
<R> InternalResult<R> |
InternalResult.map(Function<T,R> function) |
static <T1,T2,R> InternalResult<R> |
InternalResult.map(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,R> function) |
static <T> InternalResult<T> |
InternalResult.success(T value) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> InternalResult<R> |
InternalResult.flatMap(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,InternalResult<R>> function) |
static <T1,T2,R> InternalResult<R> |
InternalResult.flatMap(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,InternalResult<R>> function) |
static <T1,T2,R> InternalResult<R> |
InternalResult.map(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,R> function) |
static <T1,T2,R> InternalResult<R> |
InternalResult.map(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,R> function) |
| Modifier and Type | Method and Description |
|---|---|
<R> InternalResult<R> |
InternalResult.flatMap(Function<T,InternalResult<R>> function) |
static <T1,T2,R> InternalResult<R> |
InternalResult.flatMap(InternalResult<T1> first,
InternalResult<T2> second,
BiFunction<T1,T2,InternalResult<R>> function) |
static <T,R> InternalResult<List<R>> |
InternalResult.flatMap(Iterable<T> iterable,
Function<T,InternalResult<R>> function) |
Copyright © 2018. All rights reserved.