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(int value) |
void |
setBackground(Object value)
Sets color of the background
|
void |
setBorder(int value)
Sets color of the border.
|
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 void setBackground(int value)
public Object getBorder()
Gets color of the border.
public void setBorder(Object value)
Sets color of the border.
public void setBorder(int 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 © 2019 Aspose. All Rights Reserved.