public class SignatureTemplateFieldLocationSettingsInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureTemplateFieldLocationSettingsInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAlign() |
Boolean |
getFontBold() |
String |
getFontColor() |
Boolean |
getFontItalic() |
String |
getFontName() |
Double |
getFontSize() |
Boolean |
getFontUnderline() |
Boolean |
getForceNewField() |
Double |
getLocationHeight() |
Double |
getLocationWidth() |
Double |
getLocationX() |
Double |
getLocationY() |
Integer |
getPage() |
Integer |
getPageHeight() |
Integer |
getPageWidth() |
void |
setAlign(Integer align) |
void |
setFontBold(Boolean fontBold) |
void |
setFontColor(String fontColor) |
void |
setFontItalic(Boolean fontItalic) |
void |
setFontName(String fontName) |
void |
setFontSize(Double fontSize) |
void |
setFontUnderline(Boolean fontUnderline) |
void |
setForceNewField(Boolean forceNewField) |
void |
setLocationHeight(Double locationHeight) |
void |
setLocationWidth(Double locationWidth) |
void |
setLocationX(Double locationX) |
void |
setLocationY(Double locationY) |
void |
setPage(Integer page) |
void |
setPageHeight(Integer pageHeight) |
void |
setPageWidth(Integer pageWidth) |
String |
toString() |
public SignatureTemplateFieldLocationSettingsInfo()
public Integer getPage()
public void setPage(Integer page)
public Double getLocationX()
public void setLocationX(Double locationX)
public Double getLocationY()
public void setLocationY(Double locationY)
public Double getLocationWidth()
public void setLocationWidth(Double locationWidth)
public Double getLocationHeight()
public void setLocationHeight(Double locationHeight)
public String getFontName()
public void setFontName(String fontName)
public String getFontColor()
public void setFontColor(String fontColor)
public Double getFontSize()
public void setFontSize(Double fontSize)
public Boolean getFontBold()
public void setFontBold(Boolean fontBold)
public Boolean getFontItalic()
public void setFontItalic(Boolean fontItalic)
public Boolean getFontUnderline()
public void setFontUnderline(Boolean fontUnderline)
public Boolean getForceNewField()
public void setForceNewField(Boolean forceNewField)
public Integer getAlign()
public void setAlign(Integer align)
public Integer getPageWidth()
public void setPageWidth(Integer pageWidth)
public Integer getPageHeight()
public void setPageHeight(Integer pageHeight)
Copyright © 2014 GroupDocs. All Rights Reserved.