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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SpreadsheetLinegetLine()Returns the value of the 'Line' containment reference.ColorgetLineColor()Returns the value of the 'Line Color' containment reference.booleanisSetLine()Returns whether the value of the 'Line' containment reference is set.booleanisSetLineColor()Returns 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.voidunsetLine()Unsets the value of the 'Line' containment reference.voidunsetLineColor()Unsets the value of the 'Line Color' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingPropertiesgetCellReference, getDetailParameter, getName, isHyperlink, isIsTemplateModeOn, isPrint, isSetDetailParameter, isSetHyperlink, isSetName, isSetPrint, setCellReference, setDetailParameter, setHyperlink, setIsTemplateModeOn, setName, setPrint, unsetDetailParameter, unsetHyperlink, unsetName, unsetPrint
 
- 
 
- 
- 
- 
Method Detail- 
getLineSpreadsheetLine 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()
 
 - 
setLinevoid 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()
 
 - 
unsetLinevoid unsetLine() Unsets the value of the 'Line' containment reference.- See Also:
- isSetLine(),- getLine(),- setLine(SpreadsheetLine)
 
 - 
isSetLineboolean 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)
 
 - 
getLineColorColor 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()
 
 - 
setLineColorvoid 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()
 
 - 
unsetLineColorvoid unsetLineColor() Unsets the value of the 'Line Color' containment reference.- See Also:
- isSetLineColor(),- getLineColor(),- setLineColor(Color)
 
 - 
isSetLineColorboolean 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)
 
 
- 
 
-