public class DocImage extends DocElement
ELEMENT_TYPE_PARAGRAPH, ELEMENT_TYPE_TABLE, ELEMENT_TYPE_TABLECELL, ELEMENT_TYPE_TABLEROW
Constructor and Description |
---|
DocImage() |
Modifier and Type | Method and Description |
---|---|
String |
getBase64() |
String |
getResolvedBase64() |
Integer |
getScaling() |
String |
getUrl() |
void |
setBase64(String base64) |
void |
setScaling(Integer scaling) |
void |
setUrl(String url) |
getId, setId, toString
public String getUrl()
public void setUrl(String url)
url
- the url to setpublic Integer getScaling()
public void setScaling(Integer scaling)
scaling
- the scaling to setpublic String getBase64()
public void setBase64(String base64)
Copyright © 2019 Fugerit. All rights reserved.