public class TemplateEditorFieldStyle extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
TemplateEditorFieldStyle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor() |
String |
getBorderColor() |
Integer |
getBorderWidth() |
String |
getColor() |
String |
getFontName() |
Integer |
getFontSize() |
String |
getTextAlignment() |
void |
setBackgroundColor(String backgroundColor) |
void |
setBorderColor(String borderColor) |
void |
setBorderWidth(Integer borderWidth) |
void |
setColor(String color) |
void |
setFontName(String fontName) |
void |
setFontSize(Integer fontSize) |
void |
setTextAlignment(String textAlignment) |
String |
toString() |
public String getFontName()
public void setFontName(String fontName)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public String getColor()
public void setColor(String color)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public Integer getBorderWidth()
public void setBorderWidth(Integer borderWidth)
public String getBorderColor()
public void setBorderColor(String borderColor)
public String getTextAlignment()
public void setTextAlignment(String textAlignment)
Copyright © 2014 GroupDocs. All Rights Reserved.