public class SignatureDocumentFieldLocationInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureDocumentFieldLocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldId() |
String |
getFontColor() |
String |
getFontName() |
Double |
getFontSize() |
String |
getId() |
Double |
getLocationHeight() |
Double |
getLocationWidth() |
Double |
getLocationX() |
Double |
getLocationY() |
Integer |
getPage() |
void |
setFieldId(String fieldId) |
void |
setFontColor(String fontColor) |
void |
setFontName(String fontName) |
void |
setFontSize(Double fontSize) |
void |
setId(String id) |
void |
setLocationHeight(Double locationHeight) |
void |
setLocationWidth(Double locationWidth) |
void |
setLocationX(Double locationX) |
void |
setLocationY(Double locationY) |
void |
setPage(Integer page) |
String |
toString() |
public String getId()
public void setId(String id)
public String getFieldId()
public void setFieldId(String fieldId)
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)
Copyright © 2015 GroupDocs. All Rights Reserved.