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
public interface CommentDrawing extends TextDrawing
A representation of the model object 'Comment Drawing'.The following features are supported:
- See Also:
MoxelPackage.getCommentDrawing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCellColumnIndex()
Returns the value of the 'Cell Column Index' attribute.int
getCellRowIndex()
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 Detail
-
getCellRowIndex
int getCellRowIndex()
Returns the value of the 'Cell Row Index' attribute.- Returns:
- the value of the 'Cell Row Index' attribute.
- See Also:
setCellRowIndex(int)
,MoxelPackage.getCommentDrawing_CellRowIndex()
-
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:
getCellRowIndex()
-
getCellColumnIndex
int getCellColumnIndex()
Returns the value of the 'Cell Column Index' attribute.- Returns:
- the value of the 'Cell Column Index' attribute.
- See Also:
setCellColumnIndex(int)
,MoxelPackage.getCommentDrawing_CellColumnIndex()
-
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:
getCellColumnIndex()
-
-