public final class Characteristics extends Object
Represents annotation characteristics
Modifier and Type | Method and Description |
---|---|
Object |
getBackground()
Gets color of the background
|
Object |
getBorder()
Gets color of the border.
|
int |
getRotate()
Gets rotation of the annotation.
|
void |
setBackground(Object value)
Sets color of the background
|
void |
setBorder(Object value)
Sets color of the border.
|
void |
setRotate(int value)
Sets rotation of the annotation.
|
public Object getBackground()
Gets color of the background
public void setBackground(Object value)
Sets color of the background
public Object getBorder()
Gets color of the border.
public void setBorder(Object value)
Sets color of the border.
public int getRotate()
Gets rotation of the annotation.
public void setRotate(int value)
Sets rotation of the annotation.
Copyright © 2014 Aspose. All Rights Reserved.