Package com.saperion.annotation
Class Text
- java.lang.Object
-
- com.saperion.annotation.AbstractAnnotation
-
- com.saperion.annotation.Text
-
public class Text extends AbstractAnnotation
A text annotation (like a sticky-note). Required properties:
- X
- Y
- PAGE
- EDIT
- TEXT
- WIDTH
- HEIGHT
- BORDER
- COLOR
- FILLCOLOR
- TRANSPARENT
- SEMITRANSPARENT
- FONT_NAME
- FONT_BOLD
- FONT_ITALIC
- FONT_UNDERLINE
- FONT_STRIKETHROUGH
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.saperion.annotation.AbstractAnnotation
AbstractAnnotation.AnnotationProperty, AbstractAnnotation.AnnotationType
-
-
Constructor Summary
Constructors Constructor Description Text(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties)
Instantiates a new text.
-
Method Summary
-
Methods inherited from class com.saperion.annotation.AbstractAnnotation
equals, getPage, getProperties, getProperty, getType, hashCode, isEdit, setProperty, toString
-
-
-
-
Constructor Detail
-
Text
public Text(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties)
Instantiates a new text.- Parameters:
properties
- the properties
-
-