Interface IDesignAnnotation
- All Superinterfaces:
ICompilationSupport,IDesignElement,ILocalizableSupport,ILocationSupport,IPropertiesSupport,ISelectionSupport,IWidget,IWritable,IXmlSerializable,Serializable
public interface IDesignAnnotation
extends IDesignElement, ICompilationSupport, IPropertiesSupport, ILocationSupport, ISelectionSupport, ILocalizableSupport
- Author:
- fedom
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetColor()get background color annotationget content of annotationbooleanget if annotation printablebooleanget if annotation visible in Helpvoidset background color annotationvoidsetContent(String content) set content of annotationvoidsetPrintable(boolean printable) set if annotation printablevoidsetVisible(boolean visible) set if annotation visible in HelpMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupport
beforeCompile, beforeMerge, compile, generateName, mergeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElement
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.supports.ILocalizableSupport
getLocalizableName, getLocalizableType, getLocalizationScopeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupport
getDimension, getPoint, setDimension, setPointMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupport
getDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, selectMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, save
-
Method Details
-
isVisible
boolean isVisible()get if annotation visible in Help- Returns:
Boolean
-
setVisible
void setVisible(boolean visible) set if annotation visible in Help- Parameters:
visible-
-
isPrintable
boolean isPrintable()get if annotation printable- Returns:
Boolean
-
setPrintable
void setPrintable(boolean printable) set if annotation printable- Parameters:
printable-
-
getContent
String getContent()get content of annotation- Returns:
String
-
setContent
set content of annotation- Parameters:
content-
-
getColor
String getColor()get background color annotation- Returns:
String
-
setColor
set background color annotation- Parameters:
color-
-