Package com.saperion.annotation
Enum Class AbstractAnnotation.AnnotationProperty
java.lang.Object
java.lang.Enum<AbstractAnnotation.AnnotationProperty>
com.saperion.annotation.AbstractAnnotation.AnnotationProperty
- All Implemented Interfaces:
Serializable
,Comparable<AbstractAnnotation.AnnotationProperty>
,Constable
- Enclosing class:
- AbstractAnnotation
public static enum AbstractAnnotation.AnnotationProperty
extends Enum<AbstractAnnotation.AnnotationProperty>
Properties of annotations.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionText border.Color of text or arrow.Customproperty set by backend.Whether the annotation can be edited (1 or 0).Fill-color of a highlight.Bold text (0 or 1).Text fontheight.Italic text (0 or 1).Font name.Strike through text (0 or 1).Underline text (0 or 1).Annotation height.Label of the annotation.An arrow's line width.Page number.Readonly mode (0 or 1).Semitransparent mode of text.Simpleline for arrow set by backend (0 or 1)Text content.Transparent mode of text or highlight (1 or 0).Annotation width.X-coordinate.X-coordinate of an arrow's start-point.X-coordinate of an arrow's end-point.Y-coordinate.Y-coordinate of an arrow's start-point.Y-coordinate of an arrow's end-point. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
X1
X-coordinate of an arrow's start-point. -
Y1
Y-coordinate of an arrow's start-point. -
X2
X-coordinate of an arrow's end-point. -
Y2
Y-coordinate of an arrow's end-point. -
PAGE
Page number. -
EDIT
Whether the annotation can be edited (1 or 0). -
LABEL
Label of the annotation. -
COLOR
Color of text or arrow. -
LINEWIDTH
An arrow's line width. -
X
X-coordinate. -
Y
Y-coordinate. -
WIDTH
Annotation width. -
HEIGHT
Annotation height. -
FILLCOLOR
Fill-color of a highlight. -
TRANSPARENT
Transparent mode of text or highlight (1 or 0). -
TEXT
Text content. -
FONT_HEIGHT
Text fontheight. -
BORDER
Text border. -
SEMITRANSPARENT
Semitransparent mode of text. -
FONT_NAME
Font name. -
FONT_BOLD
Bold text (0 or 1). -
FONT_ITALIC
Italic text (0 or 1). -
FONT_UNDERLINE
Underline text (0 or 1). -
FONT_STRIKETHROUGH
Strike through text (0 or 1). -
READONLY
Readonly mode (0 or 1). -
SIMPLELINE
Simpleline for arrow set by backend (0 or 1) -
CUSTOMPROPERTY
Customproperty set by backend.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-