Package com._1c.g5.v8.dt.moxel.content
Interface SpreadsheetLine
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CellLine
,DrawingLine
- All Known Implementing Classes:
CellLineImpl
,DrawingLineImpl
,SpreadsheetLineImpl
public interface SpreadsheetLine
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Spreadsheet Line'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWidth
int getWidth()Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
void setWidth(int value) Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
-
isGap
boolean isGap()Returns the value of the 'Gap' attribute.- Returns:
- the value of the 'Gap' attribute.
- See Also:
-
setGap
void setGap(boolean value) Sets the value of the 'Gap
' attribute.- Parameters:
value
- the new value of the 'Gap' attribute.- See Also:
-