Package com._1c.g5.v8.dt.moxel
Interface TextDrawing
-
- All Superinterfaces:
Drawing
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,RectangleDrawing
- All Known Subinterfaces:
CommentDrawing
- All Known Implementing Classes:
CommentDrawingImpl
,TextDrawingImpl
public interface TextDrawing extends RectangleDrawing
A representation of the model object 'Text Drawing'.The following features are supported:
- See Also:
MoxelPackage.getTextDrawing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParameter()
Returns the value of the 'Parameter' attribute.LocalString
getText()
Returns the value of the 'Text' containment reference.Value
getValue()
Returns the value of the 'Value' containment reference.boolean
isAutosize()
Returns the value of the 'Autosize' attribute.void
setAutosize(boolean value)
Sets the value of the 'Autosize
' attribute.void
setParameter(String value)
Sets the value of the 'Parameter
' attribute.void
setText(LocalString value)
Sets the value of the 'Text
' containment reference.void
setValue(Value value)
Sets the value of the 'Value
' containment reference.-
Methods inherited from interface com._1c.g5.v8.dt.moxel.Drawing
getDetailParameter, getDetailValue, getDrawingId, getFormatIndex, getPosition, getZOrder, setDetailParameter, setDetailValue, setDrawingId, setFormatIndex, setPosition, setZOrder
-
-
-
-
Method Detail
-
isAutosize
boolean isAutosize()
Returns the value of the 'Autosize' attribute.- Returns:
- the value of the 'Autosize' attribute.
- See Also:
setAutosize(boolean)
,MoxelPackage.getTextDrawing_Autosize()
-
setAutosize
void setAutosize(boolean value)
Sets the value of the 'Autosize
' attribute.- Parameters:
value
- the new value of the 'Autosize' attribute.- See Also:
isAutosize()
-
getText
LocalString getText()
Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
setText(LocalString)
,MoxelPackage.getTextDrawing_Text()
-
setText
void setText(LocalString value)
Sets the value of the 'Text
' containment reference.- Parameters:
value
- the new value of the 'Text' containment reference.- See Also:
getText()
-
getParameter
String getParameter()
Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
setParameter(String)
,MoxelPackage.getTextDrawing_Parameter()
-
setParameter
void setParameter(String value)
Sets the value of the 'Parameter
' attribute.- Parameters:
value
- the new value of the 'Parameter' attribute.- See Also:
getParameter()
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,MoxelPackage.getTextDrawing_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-