public class Image extends Object implements DocumentElement
| Constructor and Description |
|---|
Image(Optional<String> altText,
Optional<String> contentType,
InputStreamSupplier open) |
| Modifier and Type | Method and Description |
|---|---|
<T,U> T |
accept(DocumentElementVisitor<T,U> visitor,
U context) |
Optional<String> |
getAltText() |
Optional<String> |
getContentType() |
InputStream |
open() |
public Image(Optional<String> altText, Optional<String> contentType, InputStreamSupplier open)
public InputStream open() throws IOException
IOExceptionpublic <T,U> T accept(DocumentElementVisitor<T,U> visitor, U context)
accept in interface DocumentElementCopyright © 2018. All rights reserved.