public static enum AbstractAnnotation.AnnotationProperty extends Enum<AbstractAnnotation.AnnotationProperty>
Enum Constant and Description |
---|
BORDER
Text border.
|
COLOR
Color of text or arrow.
|
CUSTOMPROPERTY
Customproperty set by backend.
|
EDIT
Whether the annotation can be edited (1 or 0).
|
FILLCOLOR
Fill-color of a highlight.
|
FONT_BOLD
Bold text (0 or 1).
|
FONT_HEIGHT
Text fontheight.
|
FONT_ITALIC
Italic text (0 or 1).
|
FONT_NAME
Font name.
|
FONT_STRIKETHROUGH
Strike through text (0 or 1).
|
FONT_UNDERLINE
Underline text (0 or 1).
|
HEIGHT
Annotation height.
|
LABEL
Label of the annotation.
|
LINEWIDTH
An arrow's line width.
|
PAGE
Page number.
|
READONLY
Readonly mode (0 or 1).
|
SEMITRANSPARENT
Semitransparent mode of text.
|
TEXT
Text content.
|
TRANSPARENT
Transparent mode of text or highlight (1 or 0).
|
WIDTH
Annotation width.
|
X
X-coordinate.
|
X1
X-coordinate of an arrow's start-point.
|
X2
X-coordinate of an arrow's end-point.
|
Y
Y-coordinate.
|
Y1
Y-coordinate of an arrow's start-point.
|
Y2
Y-coordinate of an arrow's end-point.
|
Modifier and Type | Method and Description |
---|---|
static AbstractAnnotation.AnnotationProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAnnotation.AnnotationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAnnotation.AnnotationProperty X1
public static final AbstractAnnotation.AnnotationProperty Y1
public static final AbstractAnnotation.AnnotationProperty X2
public static final AbstractAnnotation.AnnotationProperty Y2
public static final AbstractAnnotation.AnnotationProperty PAGE
public static final AbstractAnnotation.AnnotationProperty EDIT
public static final AbstractAnnotation.AnnotationProperty LABEL
public static final AbstractAnnotation.AnnotationProperty COLOR
public static final AbstractAnnotation.AnnotationProperty LINEWIDTH
public static final AbstractAnnotation.AnnotationProperty X
public static final AbstractAnnotation.AnnotationProperty Y
public static final AbstractAnnotation.AnnotationProperty WIDTH
public static final AbstractAnnotation.AnnotationProperty HEIGHT
public static final AbstractAnnotation.AnnotationProperty FILLCOLOR
public static final AbstractAnnotation.AnnotationProperty TRANSPARENT
public static final AbstractAnnotation.AnnotationProperty TEXT
public static final AbstractAnnotation.AnnotationProperty FONT_HEIGHT
public static final AbstractAnnotation.AnnotationProperty BORDER
public static final AbstractAnnotation.AnnotationProperty SEMITRANSPARENT
public static final AbstractAnnotation.AnnotationProperty FONT_NAME
public static final AbstractAnnotation.AnnotationProperty FONT_BOLD
public static final AbstractAnnotation.AnnotationProperty FONT_ITALIC
public static final AbstractAnnotation.AnnotationProperty FONT_UNDERLINE
public static final AbstractAnnotation.AnnotationProperty FONT_STRIKETHROUGH
public static final AbstractAnnotation.AnnotationProperty READONLY
public static final AbstractAnnotation.AnnotationProperty CUSTOMPROPERTY
public static AbstractAnnotation.AnnotationProperty[] values()
for (AbstractAnnotation.AnnotationProperty c : AbstractAnnotation.AnnotationProperty.values()) System.out.println(c);
public static AbstractAnnotation.AnnotationProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 SAPERION AG. All rights reserved.