public final class Border extends Object
Class representing characteristics of annotation border.
Constructor and Description |
---|
Border(Annotation parent)
Constructor for border object.
|
Modifier and Type | Method and Description |
---|---|
Dash |
getDash()
Gets dash pattern.
|
int |
getEffect()
Gets border effect.
|
int |
getEffectIntensity()
Gets effect intencity.
|
int |
getHCornerRadius()
Gets horizontal corner radius.
|
int |
getStyle()
Gets border style.
|
int |
getVCornerRaduis()
Gets or sets vertical corner radius.
|
int |
getWidth()
Gets border width.
|
void |
setDash(Dash value)
Sets dash pattern.
|
void |
setEffect(int value)
Sets border effect.
|
void |
setEffectIntensity(int value)
Sets effect intencity.
|
void |
setHCornerRadius(int value)
Sets horizontal corner radius.
|
void |
setStyle(int value)
Sets border style.
|
void |
setVCornerRaduis(int value)
Sets vertical corner radius.
|
void |
setWidth(int value)
Sets border width.
|
public Border(Annotation parent)
Constructor for border object.
parent
- Parent annotation.public int getHCornerRadius()
Gets horizontal corner radius.
public void setHCornerRadius(int value)
Sets horizontal corner radius.
public int getVCornerRaduis()
Gets or sets vertical corner radius.
public void setVCornerRaduis(int value)
Sets vertical corner radius.
public int getWidth()
Gets border width.
public void setWidth(int value)
Sets border width.
public int getEffectIntensity()
Gets effect intencity. Valid range of value is [0..2].
public void setEffectIntensity(int value)
Sets effect intencity. Valid range of value is [0..2].
public int getStyle()
Gets border style.
BorderStyle
public void setStyle(int value)
Sets border style.
BorderStyle
public int getEffect()
Gets border effect.
BorderEffect
public void setEffect(int value)
Sets border effect.
BorderEffect
public Dash getDash()
Gets dash pattern.
public void setDash(Dash value)
Sets dash pattern.
Copyright © 2014 Aspose. All Rights Reserved.