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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CellLineStylegetStyle()Returns the value of the 'Style' attribute.voidsetStyle(CellLineStyle value)Sets the value of the 'Style' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.SpreadsheetLinegetWidth, isGap, setGap, setWidth
 
- 
 
- 
- 
- 
Method Detail- 
getStyleCellLineStyle 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()
 
 - 
setStylevoid setStyle(CellLineStyle value) Sets the value of the 'Style' attribute.- Parameters:
- value- the new value of the 'Style' attribute.
- See Also:
- CellLineStyle,- getStyle()
 
 
- 
 
-