Uses of Interface
com._1c.g5.v8.dt.moxel.CommentDrawing
- 
Packages that use CommentDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of CommentDrawing in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return CommentDrawing Modifier and Type Method Description CommentDrawingMoxelFactory. createCommentDrawing()Returns a new object of class 'Comment Drawing'.CommentDrawingCell. getNoteDrawing()Returns the value of the 'Note Drawing' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type CommentDrawing Modifier and Type Method Description voidCell. setNoteDrawing(CommentDrawing value)Sets the value of the 'Note Drawing' containment reference.
- 
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement CommentDrawing Modifier and Type Class Description classCommentDrawingImplAn implementation of the model object 'Comment Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return CommentDrawing Modifier and Type Method Description CommentDrawingMoxelFactoryImpl. createCommentDrawing()CommentDrawingCellImpl. getNoteDrawing()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type CommentDrawing Modifier and Type Method Description voidCellImpl. setNoteDrawing(CommentDrawing newNoteDrawing)
- 
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return CommentDrawing Modifier and Type Method Description CommentDrawingSheetAccessor. getCellCommentDrawing(int rowIndex, int columnIndex)Получить рисунок примечания для ячейки.Methods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type CommentDrawing Modifier and Type Method Description List<CommentDrawing>SheetAccessor. getCommentDrawingsInRows(int beginRowIndex, int endRowIndex)Получить рисунки примечаний в указанной области.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CommentDrawing Modifier and Type Method Description org.eclipse.swt.graphics.RectangleMoxelControl. getCommentRectPixel(ViewPort viewPort, CommentDrawing commentDrawing)Получить прямоугольник примечания в пикселях.ыvoidMoxelControl. setEditedCommentDrawing(CommentDrawing commentDrawing)Set currently edited comment drawing.voidMoxelControl. setEditedCommentDrawing(CommentDrawing commentDrawing, boolean startEditing)Set currently edited comment drawing.
- 
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type CommentDrawing Modifier and Type Method Description TMoxelSwitch. caseCommentDrawing(CommentDrawing object)Returns the result of interpreting the object as an instance of 'Comment Drawing'.static SpreadsheetRectMoxelUtil. getShiftedCommentDrawingPosition(CommentDrawing commentDrawing)Получить позицию рисунка примечания.
 
-