Package com._1c.g5.v8.dt.moxel.content
Interface CellLine
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SpreadsheetLine
- All Known Implementing Classes:
CellLineImpl
public interface CellLine extends SpreadsheetLine
A representation of the model object 'Cell Line'.The following features are supported:
- See Also:
ContentPackage.getCellLine()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellLineStyle
getStyle()
Returns the value of the 'Style' attribute.int
getWidth()
Returns the value of the 'Width' attribute.boolean
isGap()
Returns the value of the 'Gap' attribute.void
setGap(boolean value)
Sets the value of the 'Gap
' attribute.void
setStyle(CellLineStyle value)
Sets the value of the 'Style
' attribute.void
setWidth(int value)
Sets the value of the 'Width
' attribute.
-
-
-
Method Detail
-
getStyle
CellLineStyle getStyle()
Returns the value of the 'Style' attribute. The literals are from the enumerationCellLineStyle
.- Returns:
- the value of the 'Style' attribute.
- See Also:
CellLineStyle
,setStyle(CellLineStyle)
,ContentPackage.getCellLine_Style()
-
setStyle
void setStyle(CellLineStyle value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
CellLineStyle
,getStyle()
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,ContentPackage.getCellLine_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
isGap
boolean isGap()
Returns the value of the 'Gap' attribute.- Returns:
- the value of the 'Gap' attribute.
- See Also:
setGap(boolean)
,ContentPackage.getCellLine_Gap()
-
-