org.exoplatform.wiki.rendering.macro.floatmacro
Class FloatMacroParameters
java.lang.Object
org.exoplatform.wiki.rendering.macro.floatmacro.FloatMacroParameters
public class FloatMacroParameters
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatMacroParameters
public FloatMacroParameters()
getCssClass
public String getCssClass()
- Returns:
- the CSS class
setCssClass
public void setCssClass(String cssClass)
- Parameters:
cssClass - the CSS class to set
getSide
public String getSide()
- Returns:
- the side
setSide
public void setSide(String side)
- Parameters:
side - the side to set (left/right)
getWidth
public String getWidth()
- Returns:
- the width
setWidth
public void setWidth(String width)
- Parameters:
width - the width to set
getBackground
public String getBackground()
- Returns:
- the background
setBackground
public void setBackground(String background)
- Parameters:
background - the background to set
getBorder
public String getBorder()
- Returns:
- the border
setBorder
public void setBorder(String border)
- Parameters:
border - the border to set
getMargin
public String getMargin()
- Returns:
- margin
setMargin
public void setMargin(String margin)
- Parameters:
margin - the margin to set
getPadding
public String getPadding()
- Returns:
- the padding
setPadding
public void setPadding(String padding)
- Parameters:
padding - the padding to set
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.