public class ImageConfig extends EntityConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageConfig.ImageAlignment
Enumeration holding all possible values for the image alignment.
|
| Constructor and Description |
|---|
ImageConfig() |
| Modifier and Type | Method and Description |
|---|---|
ImageConfig.ImageAlignment |
getAlignment() |
String |
getAltText() |
String |
getHeight() |
String |
getWidth() |
void |
setAlignment(ImageConfig.ImageAlignment alignment) |
void |
setAltText(String altText) |
void |
setHeight(String height) |
void |
setWidth(String width) |
getReference, getUrl, setReference, setUrlpublic String getAltText()
public void setAltText(String altText)
altText - the altText to setpublic String getWidth()
public void setWidth(String width)
width - the width to setpublic String getHeight()
public void setHeight(String height)
height - the height to setpublic ImageConfig.ImageAlignment getAlignment()
public void setAlignment(ImageConfig.ImageAlignment alignment)
alignment - the alignment to setCopyright © 2004–2015 XWiki. All rights reserved.