Package com._1c.g5.v8.dt.moxel.content
Interface LineDrawingProperties
- All Superinterfaces:
BaseDrawingProperties,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BaseDrawingWithBackgroundProperties,EllipseDrawingProperties,PictureDrawingProperties,RectangleDrawingProperties,TextDrawingProperties
- All Known Implementing Classes:
BaseDrawingWithBackgroundPropertiesImpl,EllipseDrawingPropertiesImpl,LineDrawingPropertiesImpl,PictureDrawingPropertiesImpl,RectangleDrawingPropertiesImpl,TextDrawingPropertiesImpl
A representation of the model object 'Line Drawing Properties'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetLine()Returns the value of the 'Line' containment reference.Returns the value of the 'Line Color' containment reference.booleanReturns whether the value of the 'Line' containment reference is set.booleanReturns whether the value of the 'Line Color' containment reference is set.voidsetLine(SpreadsheetLine value) Sets the value of the 'Line' containment reference.voidsetLineColor(Color value) Sets the value of the 'Line Color' containment reference.voidUnsets the value of the 'Line' containment reference.voidUnsets the value of the 'Line Color' containment reference.Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingProperties
getCellReference, getDetailParameter, getName, isHyperlink, isIsTemplateModeOn, isPrint, isSetDetailParameter, isSetHyperlink, isSetName, isSetPrint, setCellReference, setDetailParameter, setHyperlink, setIsTemplateModeOn, setName, setPrint, unsetDetailParameter, unsetHyperlink, unsetName, unsetPrintMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLine
SpreadsheetLine getLine()Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
-
setLine
Sets the value of the 'Line' containment reference.- Parameters:
value- the new value of the 'Line' containment reference.- See Also:
-
unsetLine
void unsetLine()Unsets the value of the 'Line' containment reference.- See Also:
-
isSetLine
boolean isSetLine()Returns whether the value of the 'Line' containment reference is set.- Returns:
- whether the value of the 'Line' containment reference is set.
- See Also:
-
getLineColor
Color getLineColor()Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
-
setLineColor
Sets the value of the 'Line Color' containment reference.- Parameters:
value- the new value of the 'Line Color' containment reference.- See Also:
-
unsetLineColor
void unsetLineColor()Unsets the value of the 'Line Color' containment reference. -
isSetLineColor
boolean isSetLineColor()Returns whether the value of the 'Line Color' containment reference is set.- Returns:
- whether the value of the 'Line Color' containment reference is set.
- See Also:
-