public class SignatureFormFieldLocationInfo
extends java.lang.Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureFormFieldLocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAlign() |
java.lang.String |
getDocumentGuid() |
java.lang.String |
getFieldGuid() |
java.lang.Boolean |
getFontBold() |
java.lang.String |
getFontColor() |
java.lang.Boolean |
getFontItalic() |
java.lang.String |
getFontName() |
java.lang.Double |
getFontSize() |
java.lang.Boolean |
getFontUnderline() |
java.lang.String |
getId() |
java.lang.Double |
getLocationHeight() |
java.lang.Double |
getLocationWidth() |
java.lang.Double |
getLocationX() |
java.lang.Double |
getLocationY() |
java.lang.Integer |
getOrder() |
java.lang.Integer |
getPage() |
void |
setAlign(java.lang.Integer align) |
void |
setDocumentGuid(java.lang.String documentGuid) |
void |
setFieldGuid(java.lang.String fieldGuid) |
void |
setFontBold(java.lang.Boolean fontBold) |
void |
setFontColor(java.lang.String fontColor) |
void |
setFontItalic(java.lang.Boolean fontItalic) |
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(java.lang.Double fontSize) |
void |
setFontUnderline(java.lang.Boolean fontUnderline) |
void |
setId(java.lang.String id) |
void |
setLocationHeight(java.lang.Double locationHeight) |
void |
setLocationWidth(java.lang.Double locationWidth) |
void |
setLocationX(java.lang.Double locationX) |
void |
setLocationY(java.lang.Double locationY) |
void |
setOrder(java.lang.Integer order) |
void |
setPage(java.lang.Integer page) |
java.lang.String |
toString() |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getDocumentGuid()
public void setDocumentGuid(java.lang.String documentGuid)
public java.lang.String getFieldGuid()
public void setFieldGuid(java.lang.String fieldGuid)
public java.lang.Integer getPage()
public void setPage(java.lang.Integer page)
public java.lang.Double getLocationX()
public void setLocationX(java.lang.Double locationX)
public java.lang.Double getLocationY()
public void setLocationY(java.lang.Double locationY)
public java.lang.Double getLocationWidth()
public void setLocationWidth(java.lang.Double locationWidth)
public java.lang.Double getLocationHeight()
public void setLocationHeight(java.lang.Double locationHeight)
public java.lang.String getFontName()
public void setFontName(java.lang.String fontName)
public java.lang.String getFontColor()
public void setFontColor(java.lang.String fontColor)
public java.lang.Double getFontSize()
public void setFontSize(java.lang.Double fontSize)
public java.lang.Boolean getFontBold()
public void setFontBold(java.lang.Boolean fontBold)
public java.lang.Boolean getFontItalic()
public void setFontItalic(java.lang.Boolean fontItalic)
public java.lang.Boolean getFontUnderline()
public void setFontUnderline(java.lang.Boolean fontUnderline)
public java.lang.Integer getAlign()
public void setAlign(java.lang.Integer align)
public java.lang.Integer getOrder()
public void setOrder(java.lang.Integer order)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 GroupDocs. All Rights Reserved.