public class DocImage extends DocElement
| Modifier and Type | Field and Description | 
|---|---|
static String | 
TAG_NAME  | 
ELEMENT_TYPE_PARAGRAPH, ELEMENT_TYPE_TABLE, ELEMENT_TYPE_TABLECELL, ELEMENT_TYPE_TABLEROW| Constructor and Description | 
|---|
DocImage()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAlign()  | 
String | 
getAlt()  | 
String | 
getBase64()  | 
String | 
getResolvedBase64()  | 
String | 
getResolvedType()  | 
Integer | 
getScaling()  | 
String | 
getType()  | 
String | 
getUrl()  | 
void | 
setAlign(int align)  | 
void | 
setAlt(String alt)  | 
void | 
setBase64(String base64)  | 
void | 
setScaling(Integer scaling)  | 
void | 
setType(String type)  | 
void | 
setUrl(String url)  | 
getId, setId, toStringpublic static final String TAG_NAME
public String getUrl()
public void setUrl(String url)
url - the url to setpublic Integer getScaling()
public String getType()
public void setType(String type)
public void setScaling(Integer scaling)
scaling - the scaling to setpublic String getBase64()
public void setBase64(String base64)
public String getResolvedType()
public String getAlt()
public void setAlt(String alt)
public int getAlign()
public void setAlign(int align)
Copyright © 2021 Fugerit. All rights reserved.