Package com._1c.g5.v8.dt.moxel.content
Interface DrawingLine
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SpreadsheetLine
- All Known Implementing Classes:
DrawingLineImpl
A representation of the model object 'Drawing Line'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
Returns the value of the 'Style' attribute.void
setStyle
(DrawingLineStyle value) Sets the value of the 'Style
' attribute.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
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.SpreadsheetLine
getWidth, isGap, setGap, setWidth
-
Method Details
-
getStyle
DrawingLineStyle getStyle()Returns the value of the 'Style' attribute. The literals are from the enumerationDrawingLineStyle
.- Returns:
- the value of the 'Style' attribute.
- See Also:
-
setStyle
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
-