public interface IDesignAnnotation extends IDesignElement, ICompilationSupport, IPropertiesSupport, ILocationSupport, ISelectionSupport, ILocalizableSupport
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDesignAnnotation.SupportedEventTypes |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
get background color annotation
|
String |
getContent()
get content of annotation
|
boolean |
isPrintable()
get if annotation printable
|
boolean |
isVisible()
get if annotation visible in Help
|
void |
setColor(String color)
set background color annotation
|
void |
setContent(String content)
set content of annotation
|
void |
setPrintable(boolean printable)
set if annotation printable
|
void |
setVisible(boolean visible)
set if annotation visible in Help
|
beforeCompile, beforeMerge, compile, generateName, mergegetDescription, getLabel, getName, setDescription, setLabel, setNamegetDimension, getPoint, setDimension, setPointdeselect, isSelected, selectallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyafterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameload, savegetLocalizableName, getLocalizableType, getLocalizationScopeboolean isVisible()
Booleanvoid setVisible(boolean visible)
visible - boolean isPrintable()
Booleanvoid setPrintable(boolean printable)
printable - void setContent(String content)
content - void setColor(String color)
color - Copyright © 2021 Visiativ Software. All rights reserved.