Uses of Interface
com._1c.g5.v8.dt.moxel.CommentDrawing
Packages that use CommentDrawing
Package
Description
-
Uses of CommentDrawing in com._1c.g5.v8.dt.internal.moxel.serializer
Methods in com._1c.g5.v8.dt.internal.moxel.serializer with parameters of type CommentDrawingModifier and TypeMethodDescriptionstatic void
MxlSerializerUtil.adjustCommentDrawing
(CommentDrawing commentDrawing, int columnIndex, int rowIndex) Adjust comment drawing. -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return CommentDrawingModifier and TypeMethodDescriptionMoxelFactory.createCommentDrawing()
Returns a new object of class 'Comment Drawing'.Cell.getNoteDrawing()
Returns the value of the 'Note Drawing' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type CommentDrawingModifier and TypeMethodDescriptionvoid
Cell.setNoteDrawing
(CommentDrawing value) Sets the value of the 'Note Drawing
' containment reference. -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement CommentDrawingModifier and TypeClassDescriptionclass
An implementation of the model object 'Comment Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return CommentDrawingModifier and TypeMethodDescriptionMoxelFactoryImpl.createCommentDrawing()
CellImpl.getNoteDrawing()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type CommentDrawing -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return CommentDrawingModifier and TypeMethodDescriptionSheetAccessor.getCellCommentDrawing
(int rowIndex, int columnIndex) Получить рисунок примечания для ячейки.Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type CommentDrawingModifier and TypeMethodDescriptionSheetAccessor.getCommentDrawingsInRows
(int beginRowIndex, int endRowIndex) Получить рисунки примечаний в указанной области. -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CommentDrawingModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangle
MoxelControl.getCommentRectPixel
(ViewPort viewPort, CommentDrawing commentDrawing) Получить прямоугольник примечания в пикселях.ыvoid
MoxelControl.setEditedCommentDrawing
(CommentDrawing commentDrawing) Set currently edited comment drawing.void
MoxelControl.setEditedCommentDrawing
(CommentDrawing commentDrawing, boolean startEditing) Set currently edited comment drawing. -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type CommentDrawingModifier and TypeMethodDescriptionMoxelSwitch.caseCommentDrawing
(CommentDrawing object) Returns the result of interpreting the object as an instance of 'Comment Drawing'.static SpreadsheetRect
MoxelUtil.getShiftedCommentDrawingPosition
(CommentDrawing commentDrawing) Получить позицию рисунка примечания.