AnnotationBorderEffect Class
Defines annotation border effect settings.
Declaration
public class AnnotationBorderEffect extends JavaObject implements ICloneable
Remarks
Use the setBorderEffect(AnnotationBorderEffect value) method to apply a border effect to a free text annotation. AnnotationBorderEffectStyle values specify the visual effect applied to the annotation border.
Implements
Inherited Members
Inheritance
AnnotationBorderEffect()
Initializes a new instance of the AnnotationBorderEffect class.
Declaration
public AnnotationBorderEffect()
Methods
clone(DocumentCloneContext context) Method
Creates a copy of the annotation border effect.
Declaration
public AnnotationBorderEffect clone(DocumentCloneContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | DocumentCloneContext | The document clone context. |
Returns
| Type | Description |
|---|---|
AnnotationBorderEffect |
A copy of the annotation border effect. |
deepClone() Method
Creates a deep copy of the annotation border effect.
Declaration
public AnnotationBorderEffect deepClone()
Returns
| Type | Description |
|---|---|
AnnotationBorderEffect |
A deep copy of the annotation border effect. |
getIntensity() Method
Returns the annotation border effect intensity.
Declaration
public double getIntensity()
Returns
| Type | Description |
|---|---|
| double | The annotation border effect intensity. |
getStyle() Method
Returns the annotation border effect style.
Declaration
public AnnotationBorderEffectStyle getStyle()
Returns
| Type | Description |
|---|---|
| AnnotationBorderEffectStyle | The annotation border effect style. |
objectClone() Method
Creates a copy of the annotation border effect.
Declaration
public Object objectClone()
Returns
| Type | Description |
|---|---|
| Object | A copy of the annotation border effect. |
setIntensity(double value) Method
Sets the annotation border effect intensity.
Declaration
public void setIntensity(double value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | double | The annotation border effect intensity. |
setStyle(AnnotationBorderEffectStyle value) Method
Sets the annotation border effect style.
Declaration
public void setStyle(AnnotationBorderEffectStyle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AnnotationBorderEffectStyle | The annotation border effect style. |