public class CheckBoxComponent extends AnnotationBase implements ICheckBoxComponent
Represents CheckBox properties
<b>Learn more</b>
| Constructor and Description |
|---|
CheckBoxComponent()
Initializes new instance of
CheckBoxComponent class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(CheckBoxComponent other)
Compares CheckBox Components using IEquatable Equals method
|
boolean |
equals(Object obj)
Compares CheckBox Components using standard object Equals method
|
Rectangle |
getBox()
Gets or sets component position
|
boolean |
getChecked()
Gets or sets component checked
|
Integer |
getPenColor()
Gets or sets component color
|
Byte |
getStyle()
Gets or sets style box
|
int |
hashCode()
Returns HashCode of CheckBox Component
|
void |
setBox(Rectangle value)
Gets or sets component position
|
void |
setChecked(boolean value)
Gets or sets component checked
|
void |
setPenColor(Integer value)
Gets or sets component color
|
void |
setStyle(Byte value)
Gets or sets style box
|
String |
toString() |
String |
toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle) |
equals, getCounter, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCounter, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUserpublic CheckBoxComponent()
Initializes new instance of CheckBoxComponent class.
public Object deepClone()
Returns new Instance with same values
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class AnnotationBasepublic final boolean equals(CheckBoxComponent other)
Compares CheckBox Components using IEquatable Equals method
other - The CheckBoxComponent object to compare with the current
objectpublic boolean equals(Object obj)
Compares CheckBox Components using standard object Equals method
equals in interface com.aspose.ms.System.IEquatable<AnnotationBase>equals in class AnnotationBaseobj - The object to compare with the current objectpublic final Rectangle getBox()
Gets or sets component position
public final boolean getChecked()
Gets or sets component checked
public final Integer getPenColor()
Gets or sets component color
public final Byte getStyle()
Gets or sets style box
getStyle in interface com.groupdocs.annotation.models.annotationmodels.interfaces.properties.IBoxStylepublic int hashCode()
Returns HashCode of CheckBox Component
hashCode in class AnnotationBasepublic final void setBox(Rectangle value)
Gets or sets component position
public final void setChecked(boolean value)
Gets or sets component checked
value - public final void setPenColor(Integer value)
Gets or sets component color
value - public final void setStyle(Byte value)
Gets or sets style box
setStyle in interface com.groupdocs.annotation.models.annotationmodels.interfaces.properties.IBoxStylevalue - public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.