public class TextFieldAnnotation extends com.groupdocs.annotation.models.annotationmodels.AnnotationBaseProps implements ITextFieldAnnotation
Represents Text field annotation properties
| Constructor and Description |
|---|
TextFieldAnnotation()
Initializes new instance of
TextFieldAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Text Field Annotations using standard object Equals method
|
boolean |
equals(TextFieldAnnotation other)
Compares Text Field Annotations using IEquatable Equals method
|
Integer |
getFontColor()
Gets or sets annotation text font color
|
String |
getFontFamily()
Gets or sets annotation text font family
|
Double |
getFontSize()
Gets or sets annotation text font size
|
Byte |
getPenStyle()
Gets or sets annotation pen style
|
String |
getText()
Gets or sets text
|
Integer |
getTextHorizontalAlignment()
Gets or sets text horizontal alignment
|
int |
hashCode()
Returns HashCode of Text Field Annotation
|
void |
setFontColor(Integer value)
Gets or sets annotation text font color
|
void |
setFontFamily(String value)
Gets or sets annotation text font family
|
void |
setFontSize(Double value)
Gets or sets annotation text font size
|
void |
setPenStyle(Byte value)
Gets or sets annotation pen style
|
void |
setText(String value)
Gets or sets text
|
void |
setTextHorizontalAlignment(Integer value)
Gets or sets text horizontal alignment
|
String |
toString() |
String |
toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle) |
getBackgroundColor, getBox, getOpacity, getPenColor, getPenWidth, setBackgroundColor, setBox, setOpacity, setPenColor, setPenWidthequals, getCounter, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCounter, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUserclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackgroundColor, setBackgroundColorgetBox, setBoxgetOpacity, setOpacitygetPenColor, setPenColorgetPenWidth, setPenWidthpublic TextFieldAnnotation()
Initializes new instance of TextFieldAnnotation class.
public Object deepClone()
Returns new Instance with same values
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class AnnotationBasepublic boolean equals(Object o)
Compares Text Field Annotations using standard object Equals method
equals in interface com.aspose.ms.System.IEquatable<AnnotationBase>equals in class AnnotationBaseo - The object to compare with the current objectpublic final boolean equals(TextFieldAnnotation other)
Compares Text Field Annotations using IEquatable Equals method
other - The TextFieldAnnotation object to compare with the current objectpublic final Integer getFontColor()
Gets or sets annotation text font color
getFontColor in interface IFontColorpublic final String getFontFamily()
Gets or sets annotation text font family
getFontFamily in interface IFontFamilypublic final Double getFontSize()
Gets or sets annotation text font size
getFontSize in interface IFontSizepublic final Byte getPenStyle()
Gets or sets annotation pen style
getPenStyle in interface IPenStylepublic final String getText()
Gets or sets text
public final Integer getTextHorizontalAlignment()
Gets or sets text horizontal alignment
getTextHorizontalAlignment in interface com.groupdocs.annotation.models.annotationmodels.interfaces.properties.ITextHAlignmentpublic int hashCode()
Returns HashCode of Text Field Annotation
hashCode in class AnnotationBasepublic final void setFontColor(Integer value)
Gets or sets annotation text font color
setFontColor in interface IFontColorvalue - public final void setFontFamily(String value)
Gets or sets annotation text font family
setFontFamily in interface IFontFamilyvalue - public final void setFontSize(Double value)
Gets or sets annotation text font size
setFontSize in interface IFontSizevalue - public final void setPenStyle(Byte value)
Gets or sets annotation pen style
setPenStyle in interface IPenStylevalue - public final void setText(String value)
Gets or sets text
public final void setTextHorizontalAlignment(Integer value)
Gets or sets text horizontal alignment
setTextHorizontalAlignment in interface com.groupdocs.annotation.models.annotationmodels.interfaces.properties.ITextHAlignmentvalue - public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.