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
public interface LineDrawingProperties extends BaseDrawingProperties
A representation of the model object 'Line Drawing Properties'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpreadsheetLine
getLine()
Returns the value of the 'Line' containment reference.Color
getLineColor()
Returns the value of the 'Line Color' containment reference.boolean
isSetLine()
Returns whether the value of the 'Line
' containment reference is set.boolean
isSetLineColor()
Returns whether the value of the 'Line Color
' containment reference is set.void
setLine(SpreadsheetLine value)
Sets the value of the 'Line
' containment reference.void
setLineColor(Color value)
Sets the value of the 'Line Color
' containment reference.void
unsetLine()
Unsets the value of the 'Line
' containment reference.void
unsetLineColor()
Unsets 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, unsetPrint
-
-
-
-
Method Detail
-
getLine
SpreadsheetLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
isSetLine()
,unsetLine()
,setLine(SpreadsheetLine)
,ContentPackage.getLineDrawingProperties_Line()
-
setLine
void setLine(SpreadsheetLine value)
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
isSetLine()
,unsetLine()
,getLine()
-
unsetLine
void unsetLine()
Unsets the value of the 'Line
' containment reference.- See Also:
isSetLine()
,getLine()
,setLine(SpreadsheetLine)
-
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:
unsetLine()
,getLine()
,setLine(SpreadsheetLine)
-
getLineColor
Color getLineColor()
Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
isSetLineColor()
,unsetLineColor()
,setLineColor(Color)
,ContentPackage.getLineDrawingProperties_LineColor()
-
setLineColor
void setLineColor(Color value)
Sets the value of the 'Line Color
' containment reference.- Parameters:
value
- the new value of the 'Line Color' containment reference.- See Also:
isSetLineColor()
,unsetLineColor()
,getLineColor()
-
unsetLineColor
void unsetLineColor()
Unsets the value of the 'Line Color
' containment reference.- See Also:
isSetLineColor()
,getLineColor()
,setLineColor(Color)
-
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:
unsetLineColor()
,getLineColor()
,setLineColor(Color)
-
-