AnnotationBorderStyle Class
Defines annotation border style settings.
Declaration
public class AnnotationBorderStyle extends JavaObject implements ICloneable
Remarks
Use the annotation’s setBorderStyle(AnnotationBorderStyle) method to specify the border style, line style, and width.
Implements
Inherited Members
Inheritance
AnnotationBorderStyle()
Initializes a new instance of the AnnotationBorderStyle class.
Declaration
public AnnotationBorderStyle()
Methods
clone(DocumentCloneContext context) Method
Creates a copy of the annotation border style.
Declaration
public AnnotationBorderStyle clone(DocumentCloneContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | DocumentCloneContext | The document clone context. |
Returns
| Type | Description |
|---|---|
AnnotationBorderStyle |
A copy of the annotation border style. |
deepClone() Method
Creates a deep copy of the annotation border style.
Declaration
public AnnotationBorderStyle deepClone()
Returns
| Type | Description |
|---|---|
AnnotationBorderStyle |
A deep copy of the annotation border style. |
getLineStyle() Method
Returns the annotation border line style.
Declaration
public LineStyle getLineStyle()
Returns
| Type | Description |
|---|---|
| LineStyle | The annotation border line style. |
getStyle() Method
Returns the annotation border style.
Declaration
public BorderStyle getStyle()
Returns
| Type | Description |
|---|---|
| BorderStyle | The annotation border style. |
getWidth() Method
Returns the annotation border width.
Declaration
public double getWidth()
Returns
| Type | Description |
|---|---|
| double | The annotation border width. |
objectClone() Method
Creates a copy of the annotation border style.
Declaration
public Object objectClone()
Returns
| Type | Description |
|---|---|
| Object | A copy of the annotation border style. |
setLineStyle(LineStyle value) Method
Sets the annotation border line style.
Declaration
public void setLineStyle(LineStyle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | LineStyle | The annotation border line style. |
setStyle(BorderStyle value) Method
Sets the annotation border style.
Declaration
public void setStyle(BorderStyle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | BorderStyle | The annotation border style. |
setWidth(double value) Method
Sets the annotation border width.
Declaration
public void setWidth(double value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | double | The annotation border width. |