Package com._1c.g5.v8.dt.moxel
Interface CommentDrawing
- All Superinterfaces:
Drawing
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,RectangleDrawing
,TextDrawing
- All Known Implementing Classes:
CommentDrawingImpl
A representation of the model object 'Comment Drawing'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Cell Column Index' attribute.int
Returns the value of the 'Cell Row Index' attribute.void
setCellColumnIndex
(int value) Sets the value of the 'Cell Column Index
' attribute.void
setCellRowIndex
(int value) Sets the value of the 'Cell Row Index
' attribute.Methods inherited from interface com._1c.g5.v8.dt.moxel.Drawing
getDetailParameter, getDetailValue, getDrawingId, getFormatIndex, getPosition, getZOrder, setDetailParameter, setDetailValue, setDrawingId, setFormatIndex, setPosition, setZOrder
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
Methods inherited from interface com._1c.g5.v8.dt.moxel.TextDrawing
getParameter, getText, getValue, isAutosize, setAutosize, setParameter, setText, setValue
-
Method Details
-
getCellRowIndex
int getCellRowIndex()Returns the value of the 'Cell Row Index' attribute.- Returns:
- the value of the 'Cell Row Index' attribute.
- See Also:
-
setCellRowIndex
void setCellRowIndex(int value) Sets the value of the 'Cell Row Index
' attribute.- Parameters:
value
- the new value of the 'Cell Row Index' attribute.- See Also:
-
getCellColumnIndex
int getCellColumnIndex()Returns the value of the 'Cell Column Index' attribute.- Returns:
- the value of the 'Cell Column Index' attribute.
- See Also:
-
setCellColumnIndex
void setCellColumnIndex(int value) Sets the value of the 'Cell Column Index
' attribute.- Parameters:
value
- the new value of the 'Cell Column Index' attribute.- See Also:
-