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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum 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 SummaryModifier 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- 
X1X-coordinate of an arrow's start-point.
- 
Y1Y-coordinate of an arrow's start-point.
- 
X2X-coordinate of an arrow's end-point.
- 
Y2Y-coordinate of an arrow's end-point.
- 
PAGEPage number.
- 
EDITWhether the annotation can be edited (1 or 0).
- 
LABELLabel of the annotation.
- 
COLORColor of text or arrow.
- 
LINEWIDTHAn arrow's line width.
- 
XX-coordinate.
- 
YY-coordinate.
- 
WIDTHAnnotation width.
- 
HEIGHTAnnotation height.
- 
FILLCOLORFill-color of a highlight.
- 
TRANSPARENTTransparent mode of text or highlight (1 or 0).
- 
TEXTText content.
- 
FONT_HEIGHTText fontheight.
- 
BORDERText border.
- 
SEMITRANSPARENTSemitransparent mode of text.
- 
FONT_NAMEFont name.
- 
FONT_BOLDBold text (0 or 1).
- 
FONT_ITALICItalic text (0 or 1).
- 
FONT_UNDERLINEUnderline text (0 or 1).
- 
FONT_STRIKETHROUGHStrike through text (0 or 1).
- 
READONLYReadonly mode (0 or 1).
- 
SIMPLELINESimpleline for arrow set by backend (0 or 1)
- 
CUSTOMPROPERTYCustomproperty set by backend.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-