|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAnnotation
Interface for Annotation entity
| Field Summary | |
|---|---|
static String |
ACCESS
|
static String |
ANNOTATION_LEFT
|
static String |
ANNOTATION_SESSION_ID
|
static String |
ANNOTATION_TOP
|
static String |
BACKGROUND_COLOR
|
static String |
CREATED_ON
|
static String |
FIELD_TEXT
|
static String |
FONT_COLOR
|
static String |
FONT_FAMILY
|
static String |
FONT_SIZE
|
static String |
GUID
|
static String |
HEIGHT
|
static String |
MARKER_LEFT
|
static String |
MARKER_TOP
|
static String |
MESSAGE_ANNOTATION_NOT_FOUND
|
static String |
MESSAGE_CANT_CREATE_ANNOTATION
|
static String |
PAGE_NUMBER
|
static String |
PEN_COLOR
|
static String |
PEN_STYLE
|
static String |
PEN_WIDTH
|
static String |
SVG_PATH
|
static String |
TABLE_NAME
|
static String |
TEXT_LENGTH
|
static String |
TEXT_POSITION
|
static String |
TYPE
|
static String |
USER_ID
|
static String |
WIDTH
|
| Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable |
|---|
ID |
| Method Summary | |
|---|---|
int |
getAccess()
Getter for property 'access'. |
Double |
getAnnotationLeft()
Getter for property 'annotationLeft'. |
int |
getAnnotationSessionId()
Getter for property 'annotationSessionId'. |
Double |
getAnnotationTop()
Getter for property 'annotationTop'. |
int |
getBackgroundColor()
Getter for property 'backgroundColor'. |
Date |
getCreatedOn()
Getter for property 'createdOn'. |
String |
getFieldText()
Getter for property 'fieldText'. |
int |
getFontColor()
Getter for property 'fontColor'. |
String |
getFontFamily()
Getter for property 'fontFamily'. |
Float |
getFontSize()
Getter for property 'fontSize'. |
String |
getGuid()
Getter for property 'guid'. |
Double |
getHeight()
Getter for property 'height'. |
Double |
getMarkerLeft()
Getter for property 'markerLeft'. |
Double |
getMarkerTop()
Getter for property 'markerTop'. |
int |
getPageNumber()
Getter for property 'pageNumber'. |
int |
getPenColor()
Getter for property 'penColor'. |
int |
getPenStyle()
Getter for property 'penStyle'. |
int |
getPenWidth()
Getter for property 'penWidth'. |
List<IReply> |
getReplies()
Getter for property 'replies'. |
String |
getSvgPath()
Getter for property 'svgPath'. |
int |
getTextLength()
Getter for property 'textLength'. |
int |
getTextPosition()
Getter for property 'textPosition'. |
int |
getType()
Getter for property 'type'. |
int |
getUserId()
Getter for property 'userId'. |
Double |
getWidth()
Getter for property 'width'. |
void |
setAccess(int access)
Setter for property 'access'. |
void |
setAnnotationLeft(Double annotationLeft)
Setter for property 'annotationLeft'. |
void |
setAnnotationSessionId(int annotationSessionId)
Setter for property 'annotationSessionId'. |
void |
setAnnotationTop(Double annotationTop)
Setter for property 'annotationTop'. |
void |
setBackgroundColor(int backgroundColor)
Setter for property 'backgroundColor'. |
void |
setCreatedOn(Date createdOn)
Setter for property 'createdOn'. |
void |
setFieldText(String fieldText)
Setter for property 'fieldText'. |
void |
setFontColor(int fontColor)
Setter for property 'fontColor'. |
void |
setFontFamily(String fontFamily)
Setter for property 'fontFamily'. |
void |
setFontSize(Float fontSize)
Setter for property 'fontSize'. |
void |
setGuid(String guid)
Setter for property 'guid'. |
void |
setHeight(Double height)
Setter for property 'height'. |
void |
setMarkerLeft(Double markerLeft)
Setter for property 'markerLeft'. |
void |
setMarkerTop(Double markerTop)
Setter for property 'markerTop'. |
void |
setPageNumber(int pageNumber)
Setter for property 'pageNumber'. |
void |
setPenColor(int penColor)
Setter for property 'penColor'. |
void |
setPenStyle(int penStyle)
Setter for property 'penStyle'. |
void |
setPenWidth(int penWidth)
Setter for property 'penWidth'. |
void |
setReplies(List<IReply> replies)
Setter for property 'replies'. |
void |
setSvgPath(String svgPath)
Setter for property 'svgPath'. |
void |
setTextLength(int textLength)
Setter for property 'textLength'. |
void |
setTextPosition(int textPosition)
Setter for property 'textPosition'. |
void |
setType(int type)
Setter for property 'type'. |
void |
setUserId(int userId)
Setter for property 'userId'. |
void |
setWidth(Double width)
Setter for property 'width'. |
| Methods inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable |
|---|
getId, setId |
| Field Detail |
|---|
static final String TABLE_NAME
static final String ANNOTATION_SESSION_ID
static final String GUID
static final String USER_ID
static final String PAGE_NUMBER
static final String MARKER_LEFT
static final String MARKER_TOP
static final String WIDTH
static final String HEIGHT
static final String TYPE
static final String ACCESS
static final String CREATED_ON
static final String TEXT_POSITION
static final String TEXT_LENGTH
static final String SVG_PATH
static final String ANNOTATION_LEFT
static final String ANNOTATION_TOP
static final String FIELD_TEXT
static final String FONT_FAMILY
static final String FONT_SIZE
static final String FONT_COLOR
static final String PEN_WIDTH
static final String PEN_STYLE
static final String PEN_COLOR
static final String BACKGROUND_COLOR
static final String MESSAGE_ANNOTATION_NOT_FOUND
static final String MESSAGE_CANT_CREATE_ANNOTATION
| Method Detail |
|---|
int getAnnotationSessionId()
void setAnnotationSessionId(int annotationSessionId)
annotationSessionId - Value to set for property 'annotationSessionId'.int getUserId()
void setUserId(int userId)
userId - Value to set for property 'userId'.String getGuid()
void setGuid(String guid)
guid - Value to set for property 'guid'.int getPageNumber()
void setPageNumber(int pageNumber)
pageNumber - Value to set for property 'pageNumber'.Double getMarkerLeft()
void setMarkerLeft(Double markerLeft)
markerLeft - Value to set for property 'markerLeft'.Double getMarkerTop()
void setMarkerTop(Double markerTop)
markerTop - Value to set for property 'markerTop'.Double getWidth()
void setWidth(Double width)
width - Value to set for property 'width'.Double getHeight()
void setHeight(Double height)
height - Value to set for property 'height'.int getType()
void setType(int type)
type - Value to set for property 'type'.int getAccess()
void setAccess(int access)
access - Value to set for property 'access'.Date getCreatedOn()
void setCreatedOn(Date createdOn)
createdOn - Value to set for property 'createdOn'.int getTextPosition()
void setTextPosition(int textPosition)
textPosition - Value to set for property 'textPosition'.int getTextLength()
void setTextLength(int textLength)
textLength - Value to set for property 'textLength'.String getSvgPath()
void setSvgPath(String svgPath)
svgPath - Value to set for property 'svgPath'.Double getAnnotationLeft()
void setAnnotationLeft(Double annotationLeft)
annotationLeft - Value to set for property 'annotationLeft'.Double getAnnotationTop()
void setAnnotationTop(Double annotationTop)
annotationTop - Value to set for property 'annotationTop'.String getFieldText()
void setFieldText(String fieldText)
fieldText - Value to set for property 'fieldText'.String getFontFamily()
void setFontFamily(String fontFamily)
fontFamily - Value to set for property 'fontFamily'.Float getFontSize()
void setFontSize(Float fontSize)
fontSize - Value to set for property 'fontSize'.int getFontColor()
void setFontColor(int fontColor)
fontColor - Value to set for property 'fontColor'.int getPenWidth()
void setPenWidth(int penWidth)
penWidth - Value to set for property 'penWidth'.int getPenStyle()
void setPenStyle(int penStyle)
penStyle - Value to set for property 'penStyle'.int getPenColor()
void setPenColor(int penColor)
penColor - Value to set for property 'penColor'.int getBackgroundColor()
void setBackgroundColor(int backgroundColor)
backgroundColor - Value to set for property 'backgroundColor'.List<IReply> getReplies()
void setReplies(List<IReply> replies)
replies - Value to set for property 'replies'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||