public interface TitleBlock extends LabelBlock
LayoutPackage.getTitleBlock()
Modifier and Type | Method and Description |
---|---|
TitleBlock |
copyInstance() |
boolean |
isAuto()
Returns the value of the 'Auto' attribute.
|
boolean |
isSetAuto()
Returns whether the value of the '
Auto ' attribute is set. |
void |
setAuto(boolean value)
Sets the value of the '
Auto ' attribute. |
void |
unsetAuto()
Unsets the value of the '
Auto ' attribute. |
getLabel, setLabel
add, children, getAnchor, getBackground, getBounds, getChildren, getColumn, getColumnspan, getCursor, getHeightHint, getInsets, getMinSize, getOutline, getPreferredSize, getRow, getRowspan, getStretch, getTriggers, getWidthHint, isCustom, isLegend, isPlot, isSetAnchor, isSetColumn, isSetColumnspan, isSetHeightHint, isSetRow, isSetRowspan, isSetStretch, isSetVisible, isSetWidthHint, isText, isTitle, isVisible, remove, setAnchor, setBackground, setBounds, setColumn, setColumnspan, setCursor, setHeightHint, setInsets, setMinSize, setOutline, setRow, setRowspan, setStretch, setVisible, setWidthHint, unsetAnchor, unsetColumn, unsetColumnspan, unsetHeightHint, unsetRow, unsetRowspan, unsetStretch, unsetVisible, unsetWidthHint
boolean isAuto()
"false"
.
Attribute "Auto" of type boolean specifies whether the text of the TitleBlock
could be automatically determined by the system.
isSetAuto()
,
unsetAuto()
,
setAuto(boolean)
,
LayoutPackage.getTitleBlock_Auto()
void setAuto(boolean value)
Auto
' attribute.
value
- the new value of the 'Auto' attribute.isSetAuto()
,
unsetAuto()
,
isAuto()
void unsetAuto()
Auto
' attribute.
isSetAuto()
,
isAuto()
,
setAuto(boolean)
boolean isSetAuto()
Auto
' attribute is set.
unsetAuto()
,
isAuto()
,
setAuto(boolean)
TitleBlock copyInstance()
copyInstance
in interface Block
copyInstance
in interface IChartObject
copyInstance
in interface LabelBlock
Copyright © 2005-2008 Actuate Corp. All rights reserved.