|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.ListAnnotationsResponseAnnotations
public class ListAnnotationsResponseAnnotations
List annotations response annotations
Constructor Summary | |
---|---|
ListAnnotationsResponseAnnotations()
|
Method Summary | |
---|---|
Integer |
getAccess()
Get access |
AnnotationPosition |
getAnnotationPosition()
Get annotation position |
Integer |
getBackgroundColor()
Get background color |
Box |
getBox()
Get box |
Long |
getCreatedOn()
Get created on date |
String |
getCreatorEmail()
Get creator email |
String |
getCreatorGuid()
Get creator guid |
String |
getCreatorName()
Get creator name |
String |
getDocumentGuid()
Get document guid |
String |
getFieldText()
Get field text |
Integer |
getFontColor()
Get font color |
String |
getFontFamily()
Get font family |
Float |
getFontSize()
Get font size |
String |
getGuid()
Get guid |
Integer |
getPageNumber()
Get page number |
Integer |
getPenColor()
Get pen color |
Integer |
getPenStyle()
Get pen style |
Integer |
getPenWidth()
Get pen width |
Object |
getRange()
Get range |
List<Reply> |
getReplies()
Get list of replies |
String |
getSessionGuid()
Get session guid |
String |
getSvgPath()
Get svg path |
Integer |
getType()
Get type |
void |
setAccess(Integer access)
Set access |
void |
setAnnotationPosition(AnnotationPosition annotationPosition)
Set annotation position |
void |
setBackgroundColor(Integer backgroundColor)
Set background color |
void |
setBox(Box box)
Set box |
void |
setCreatedOn(Long createdOn)
Set created on date |
void |
setCreatorEmail(String creatorEmail)
Set creator email |
void |
setCreatorGuid(String creatorGuid)
Set creator guid |
void |
setCreatorName(String creatorName)
Set creator name |
void |
setDocumentGuid(String documentGuid)
Set document guid |
void |
setFieldText(String fieldText)
Set field text |
void |
setFontColor(Integer fontColor)
Set font color |
void |
setFontFamily(String fontFamily)
Set font family |
void |
setFontSize(Float fontSize)
Set font size |
void |
setGuid(String guid)
Set guid |
void |
setPageNumber(Integer pageNumber)
Set page number |
void |
setPenColor(Integer penColor)
Set pen color |
void |
setPenStyle(Integer penStyle)
Set pen style |
void |
setPenWidth(Integer penWidth)
Set pen width |
void |
setRange(Object range)
Set range |
void |
setReplies(List<Reply> replies)
Set list of replies |
void |
setSessionGuid(String sessionGuid)
Set session guid |
void |
setSvgPath(String svgPath)
Set svg path |
void |
setType(Integer type)
Set type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListAnnotationsResponseAnnotations()
Method Detail |
---|
public final String getFieldText()
public final void setFieldText(String fieldText)
fieldText
- field textpublic final String getFontFamily()
public final void setFontFamily(String fontFamily)
fontFamily
- font familypublic final Float getFontSize()
public final void setFontSize(Float fontSize)
fontSize
- font sizepublic final Integer getAccess()
public final void setAccess(Integer access)
access
- accesspublic Integer getBackgroundColor()
public void setBackgroundColor(Integer backgroundColor)
backgroundColor
- background colorpublic final AnnotationPosition getAnnotationPosition()
public final void setAnnotationPosition(AnnotationPosition annotationPosition)
annotationPosition
- annotation positionpublic final Box getBox()
public final void setBox(Box box)
box
- boxpublic final Long getCreatedOn()
public final void setCreatedOn(Long createdOn)
createdOn
- created on datepublic final String getCreatorGuid()
public final void setCreatorGuid(String creatorGuid)
creatorGuid
- creator guidpublic String getCreatorEmail()
public void setCreatorEmail(String creatorEmail)
creatorEmail
- creator emailpublic String getCreatorName()
public void setCreatorName(String creatorName)
creatorName
- creator namepublic final String getDocumentGuid()
public final void setDocumentGuid(String documentGuid)
documentGuid
- document guidpublic final Integer getFontColor()
public final void setFontColor(Integer fontColor)
fontColor
- font colorpublic final String getGuid()
public final void setGuid(String guid)
guid
- guidpublic final Integer getPageNumber()
public final void setPageNumber(Integer pageNumber)
pageNumber
- page numberpublic final Object getRange()
public final void setRange(Object range)
range
- rangepublic final List<Reply> getReplies()
public final void setReplies(List<Reply> replies)
replies
- list of repliespublic final String getSessionGuid()
public final void setSessionGuid(String sessionGuid)
sessionGuid
- session guidpublic final String getSvgPath()
public final void setSvgPath(String svgPath)
svgPath
- svg pathpublic final Integer getType()
public final void setType(Integer type)
type
- typepublic Integer getPenWidth()
public void setPenWidth(Integer penWidth)
penWidth
- pen widthpublic Integer getPenStyle()
public void setPenStyle(Integer penStyle)
penStyle
- pen stylepublic Integer getPenColor()
public void setPenColor(Integer penColor)
penColor
- pen color
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |