Package com.saperion.annotation
Class Text
java.lang.Object
com.saperion.annotation.AbstractAnnotation
com.saperion.annotation.Text
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
ConstructorsConstructorDescriptionText
(Map<AbstractAnnotation.AnnotationProperty, 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 Details
-
Text
Instantiates a new text.- Parameters:
properties
- the properties
-