public class AnnotationInfo extends TextFieldInfo
Annotation metadata.
Constructor and Description |
---|
AnnotationInfo() |
Modifier and Type | Method and Description |
---|---|
byte |
getAccess()
Gets or sets the access.
|
Point |
getAnnotationPosition()
Gets or sets the annotation position.
|
int |
getBackgroundColor()
Gets or sets the color of the background.
|
Rectangle |
getBox()
Gets or sets the box.
|
Date |
getCreatedOn()
Gets or sets the created on.
|
com.aspose.ms.System.DateTime |
getCreatedOnInternal() |
String |
getCreatorEmail()
Gets or sets the creator email.
|
String |
getCreatorGuid()
Gets or sets the creator unique identifier.
|
String |
getCreatorName()
Gets or sets the name of the creator.
|
long |
getDocumentGuid()
Gets or sets the document unique identifier.
|
int |
getFontColor()
Gets or sets the color of the font.
|
String |
getGuid()
Gets or sets the unique identifier.
|
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.
|
AnnotationReplyInfo[] |
getReplies()
Gets or sets the replies.
|
String |
getSvgPath()
Gets or sets the SVG path.
|
String |
getText()
Gets or sets the text.
|
byte |
getType()
Gets or sets the type.
|
void |
setAccess(byte value)
Gets or sets the access.
|
void |
setAnnotationPosition(Point value)
Gets or sets the annotation position.
|
void |
setBackgroundColor(int value)
Gets or sets the color of the background.
|
void |
setBox(Rectangle value)
Gets or sets the box.
|
void |
setCreatedOn(Date value)
Gets or sets the created on.
|
void |
setCreatedOnInternal(com.aspose.ms.System.DateTime value) |
void |
setCreatorEmail(String value)
Gets or sets the creator email.
|
void |
setCreatorGuid(String value)
Gets or sets the creator unique identifier.
|
void |
setCreatorName(String value)
Gets or sets the name of the creator.
|
void |
setDocumentGuid(long value)
Gets or sets the document unique identifier.
|
void |
setFontColor(int value)
Gets or sets the color of the font.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
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 |
setReplies(AnnotationReplyInfo[] value)
Gets or sets the replies.
|
void |
setSvgPath(String value)
Gets or sets the SVG path.
|
void |
setText(String value)
Gets or sets the text.
|
void |
setType(byte value)
Gets or sets the type.
|
String |
toString() |
getFieldText, getFontFamily, getFontSize, setFieldText, setFontFamily, setFontSize
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 long getDocumentGuid()
Gets or sets the document unique identifier.
Value: The document unique identifier.public void setDocumentGuid(long value)
Gets or sets the document unique identifier.
Value: The document unique identifier.value
- public String getText()
Gets or sets the text.
Value: The text.public void setText(String value)
Gets or sets the text.
Value: The text.value
- public String getCreatorGuid()
Gets or sets the creator unique identifier.
Value: The creator unique identifier.public void setCreatorGuid(String value)
Gets or sets the creator unique identifier.
Value: The creator unique identifier.value
- public String getCreatorName()
Gets or sets the name of the creator.
Value: The name of the creator.public void setCreatorName(String value)
Gets or sets the name of the creator.
Value: The name of the creator.value
- public String getCreatorEmail()
Gets or sets the creator email.
Value: The creator email.public void setCreatorEmail(String value)
Gets or sets the creator email.
Value: The creator email.value
- public Rectangle getBox()
Gets or sets the box.
Value: The box.public void setBox(Rectangle value)
Gets or sets the box.
Value: The box.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 Point getAnnotationPosition()
Gets or sets the annotation position.
Value: The annotation position.public void setAnnotationPosition(Point value)
Gets or sets the annotation position.
Value: The annotation position.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 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 AnnotationReplyInfo[] getReplies()
Gets or sets the replies.
Value: The replies.public void setReplies(AnnotationReplyInfo[] value)
Gets or sets the replies.
Value: The replies.value
- public Date getCreatedOn()
Gets or sets the created on.
Value: The created on.public com.aspose.ms.System.DateTime getCreatedOnInternal()
public void setCreatedOn(Date value)
Gets or sets the created on.
Value: The created on.value
- public void setCreatedOnInternal(com.aspose.ms.System.DateTime 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 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
- Copyright © 2017. All rights reserved.