Constructor and Description |
---|
Annotation() |
Modifier and Type | Method and Description |
---|---|
byte |
getAccess()
Gets or sets the access.
|
double |
getAnnotationLeft()
Gets or sets the annotation left.
|
double |
getAnnotationTop()
Gets or sets the annotation top.
|
int |
getBackgroundColor()
Gets or sets the color of the background.
|
Date |
getCreatedOn()
Gets or sets the created on.
|
long |
getDocumentId()
Gets or sets the document identifier.
|
String |
getFieldText()
Gets or sets the field text.
|
int |
getFontColor()
Gets or sets the color of the font.
|
String |
getFontFamily()
Gets or sets the font family.
|
double |
getFontSize()
Gets or sets the size of the font.
|
String |
getGuid()
Gets or sets the unique identifier.
|
double |
getHeight()
Gets or sets the height.
|
long |
getId()
Gets or sets the identifier.
|
double |
getMarkerLeft()
Gets or sets the left marker.
|
double |
getMarkerTop()
Gets or sets the top marker.
|
int |
getPageNumber()
Gets or sets the page number.
|
int |
getPenColor()
Gets or sets the color of the pen.
|
byte |
getPenStyle()
Gets or sets the pen style.
|
byte |
getPenWidth()
Gets or sets the width of the pen.
|
String |
getSvgPath()
Gets or sets the SVG path.
|
byte |
getType()
Gets or sets the type.
|
long |
getUserId()
Gets or sets the user identifier.
|
double |
getWidth()
Gets or sets the width.
|
void |
setAccess(byte value)
Gets or sets the access.
|
void |
setAnnotationLeft(double value)
Gets or sets the annotation left.
|
void |
setAnnotationTop(double value)
Gets or sets the annotation top.
|
void |
setBackgroundColor(int value)
Gets or sets the color of the background.
|
void |
setCreatedOn(Date value)
Gets or sets the created on.
|
void |
setDocumentId(long value)
Gets or sets the document identifier.
|
void |
setFieldText(String value)
Gets or sets the field text.
|
void |
setFontColor(int value)
Gets or sets the color of the font.
|
void |
setFontFamily(String value)
Gets or sets the font family.
|
void |
setFontSize(double value)
Gets or sets the size of the font.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setHeight(double value)
Gets or sets the height.
|
void |
setId(long value)
Gets or sets the identifier.
|
void |
setMarkerLeft(double value)
Gets or sets the left marker.
|
void |
setMarkerTop(double value)
Gets or sets the top marker.
|
void |
setPageNumber(int value)
Gets or sets the page number.
|
void |
setPenColor(int value)
Gets or sets the color of the pen.
|
void |
setPenStyle(byte value)
Gets or sets the pen style.
|
void |
setPenWidth(byte value)
Gets or sets the width of the pen.
|
void |
setSvgPath(String value)
Gets or sets the SVG path.
|
void |
setType(byte value)
Gets or sets the type.
|
void |
setUserId(long value)
Gets or sets the user identifier.
|
void |
setWidth(double value)
Gets or sets the width.
|
public long getId()
Gets or sets the identifier.
Value: The identifier.public void setId(long value)
Gets or sets the identifier.
Value: The identifier.public long getUserId()
Gets or sets the user identifier.
Value: The user identifier.public void setUserId(long value)
Gets or sets the user identifier.
Value: The user identifier.value
- public String getGuid()
Gets or sets the unique identifier.
Value: The unique identifier.public void setGuid(String value)
Gets or sets the unique identifier.
Value: The unique identifier.value
- public double getMarkerLeft()
Gets or sets the left marker.
Value: The marker left.public void setMarkerLeft(double value)
Gets or sets the left marker.
Value: The marker left.value
- public double getMarkerTop()
Gets or sets the top marker.
Value: The marker top.public void setMarkerTop(double value)
Gets or sets the top marker.
Value: The marker top.value
- public double getWidth()
Gets or sets the width.
Value: The width.public void setWidth(double value)
Gets or sets the width.
Value: The width.value
- public double getHeight()
Gets or sets the height.
Value: The height.public void setHeight(double value)
Gets or sets the height.
Value: The height.value
- public byte getType()
Gets or sets the type.
Value: The type.public void setType(byte value)
Gets or sets the type.
Value: The type.value
- public byte getAccess()
Gets or sets the access.
Value: The access.public void setAccess(byte value)
Gets or sets the access.
Value: The access.value
- public Date getCreatedOn()
Gets or sets the created on.
Value: The created on.public void setCreatedOn(Date value)
Gets or sets the created on.
Value: The created on.value
- public String getSvgPath()
Gets or sets the SVG path.
Value: The SVG path.public void setSvgPath(String value)
Gets or sets the SVG path.
Value: The SVG path.value
- public double getAnnotationLeft()
Gets or sets the annotation left.
Value: The annotation left.public void setAnnotationLeft(double value)
Gets or sets the annotation left.
Value: The annotation left.value
- public double getAnnotationTop()
Gets or sets the annotation top.
Value: The annotation top.public void setAnnotationTop(double value)
Gets or sets the annotation top.
Value: The annotation top.value
- public String getFieldText()
Gets or sets the field text.
Value: The field text.public void setFieldText(String value)
Gets or sets the field text.
Value: The field text.value
- public String getFontFamily()
Gets or sets the font family.
Value: The font family.public void setFontFamily(String value)
Gets or sets the font family.
Value: The font family.value
- public double getFontSize()
Gets or sets the size of the font.
Value: The size of the font.public void setFontSize(double value)
Gets or sets the size of the font.
Value: The size of the font.value
- public int getFontColor()
Gets or sets the color of the font.
Value: The color of the font.public void setFontColor(int value)
Gets or sets the color of the font.
Value: The color of the font.value
- public int getPageNumber()
Gets or sets the page number.
Value: The page number.public void setPageNumber(int value)
Gets or sets the page number.
Value: The page number.value
- public int getPenColor()
Gets or sets the color of the pen.
Value: The color of the pen.public void setPenColor(int value)
Gets or sets the color of the pen.
Value: The color of the pen.value
- public byte getPenWidth()
Gets or sets the width of the pen.
Value: The width of the pen.public void setPenWidth(byte value)
Gets or sets the width of the pen.
Value: The width of the pen.value
- public byte getPenStyle()
Gets or sets the pen style.
Value: The pen style.public void setPenStyle(byte value)
Gets or sets the pen style.
Value: The pen style.value
- public int getBackgroundColor()
Gets or sets the color of the background.
Value: The color of the background.public void setBackgroundColor(int value)
Gets or sets the color of the background.
Value: The color of the background.value
- public long getDocumentId()
Gets or sets the document identifier.
Value: The document identifier.public void setDocumentId(long value)
Gets or sets the document identifier.
Value: The document identifier.value
- Copyright © 2017. All rights reserved.