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
A representation of the model object 'Text Drawing'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Parameter' attribute.getText()
Returns the value of the 'Text' containment reference.getValue()
Returns the value of the 'Value' containment reference.boolean
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
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
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isAutosize
boolean isAutosize()Returns the value of the 'Autosize' attribute.- Returns:
- the value of the 'Autosize' attribute.
- See Also:
-
setAutosize
void setAutosize(boolean value) Sets the value of the 'Autosize
' attribute.- Parameters:
value
- the new value of the 'Autosize' attribute.- See Also:
-
getText
LocalString getText()Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
-
setText
Sets the value of the 'Text
' containment reference.- Parameters:
value
- the new value of the 'Text' containment reference.- See Also:
-
getParameter
String getParameter()Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
-
setParameter
Sets the value of the 'Parameter
' attribute.- Parameters:
value
- the new value of the 'Parameter' attribute.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-