Package com.saperion.annotation
Class Highlight
java.lang.Object
com.saperion.annotation.AbstractAnnotation
com.saperion.annotation.Highlight
A rectangular highlight (textmarker). Required properties: 
 
- X
- Y
- PAGE
- EDIT
- FILLCOLOR
- LINEWIDTH
- WIDTH
- HEIGHT
- 
Nested Class SummaryNested classes/interfaces inherited from class com.saperion.annotation.AbstractAnnotationAbstractAnnotation.AnnotationProperty, AbstractAnnotation.AnnotationType
- 
Constructor SummaryConstructorsConstructorDescriptionHighlight(Map<AbstractAnnotation.AnnotationProperty, String> properties) Instantiates a new highlight.
- 
Method SummaryMethods inherited from class com.saperion.annotation.AbstractAnnotationequals, getPage, getProperties, getProperty, getType, hashCode, isEdit, setProperty, toString
- 
Constructor Details- 
HighlightInstantiates a new highlight.- Parameters:
- properties- the properties
 
 
-