public class QuestionnaireCollectorStyleFont extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
QuestionnaireCollectorStyleFont() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getFontFamily() |
Integer |
getFontSize() |
Boolean |
getIsBold() |
Boolean |
getIsItalic() |
void |
setColor(String color) |
void |
setFontFamily(String fontFamily) |
void |
setFontSize(Integer fontSize) |
void |
setIsBold(Boolean isBold) |
void |
setIsItalic(Boolean isItalic) |
String |
toString() |
public String getFontFamily()
public void setFontFamily(String fontFamily)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public String getColor()
public void setColor(String color)
public Boolean getIsBold()
public void setIsBold(Boolean isBold)
public Boolean getIsItalic()
public void setIsItalic(Boolean isItalic)
Copyright © 2014 GroupDocs. All Rights Reserved.