Uses of Interface
com._1c.g5.v8.dt.moxel.SpreadsheetRect
- 
Packages that use SpreadsheetRect 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.ui.operations com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return SpreadsheetRect Modifier and Type Method Description SpreadsheetRectMoxelFactory. createSpreadsheetRect()Returns a new object of class 'Spreadsheet Rect'.SpreadsheetRectDrawing. getPosition()Returns the value of the 'Position' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type SpreadsheetRect Modifier and Type Method Description voidDrawing. setPosition(SpreadsheetRect value)Sets the value of the 'Position' containment reference.
- 
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement SpreadsheetRect Modifier and Type Class Description classSpreadsheetRectImplAn implementation of the model object 'Spreadsheet Rect'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetRect Modifier and Type Method Description SpreadsheetRectMoxelFactoryImpl. createSpreadsheetRect()SpreadsheetRectDrawingImpl. getPosition()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetRect Modifier and Type Method Description voidDrawingImpl. setPosition(SpreadsheetRect newPosition)
- 
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetRect Modifier and Type Method Description SpreadsheetRectMoxelControl. calcSpreadsheetVisibleArea(PositionHolder positionHolder, SpreadsheetPoint startPoint, org.eclipse.swt.graphics.Point areaSizePixel)Рассчитать видимую область табличного документа, если отображать начиная с указанной точки.static SpreadsheetRectClipboardPasteUtil. getDrawingsSelectionRect(List<Drawing> drawings)Get total rect, containing all of the drawings' position rectsSpreadsheetRectViewPort. getSheetPosition()Получить позицию табличного документа.SpreadsheetRectViewPort. getSheetPositionForRectInPixel(org.eclipse.swt.graphics.Rectangle drawingPositionPixel)Получить позицию табличного документа по кординатам в пикселях.SpreadsheetRectPositionHolder. getSpreadsheetRectForRectInUnit(org.eclipse.swt.graphics.Rectangle rectUnit)Получить прямоугольник в координатах табличного документа по координатам в юнитах.static SpreadsheetRectGeometryTools. normalizeRect(SpreadsheetRect rectangle)Нормализовать прямоугольник.static SpreadsheetRectGeometryTools. unionRect(SpreadsheetRect boundRect, SpreadsheetRect drawingPosition)Объединить прямоугольник.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetRect Modifier and Type Method Description voidSheetAccessor. changeDrawingPosition(Drawing drawing, SpreadsheetRect resultPosition)Изменить позицию рисунка.org.eclipse.swt.graphics.RectangleViewPort. getPositionForRectPixel(SpreadsheetRect sheetRect)Получить поизцию в пикселях для прямоугольника табличного документа.org.eclipse.swt.graphics.RectanglePositionHolder. getPositionForRectUnit(SpreadsheetRect sheetRect)Получить поизцию в юнитах для прямоугольника табличного документа.static SpreadsheetRectGeometryTools. normalizeRect(SpreadsheetRect rectangle)Нормализовать прямоугольник.voidSheetAccessor. setDrawingPosition(Drawing drawing, SpreadsheetRect position)Изменить поизицию рисунка.voidViewPort. setSheetPosition(SpreadsheetRect sheetPosition_)Установить позицию табличного документа.static SpreadsheetRectGeometryTools. unionRect(SpreadsheetRect boundRect, SpreadsheetRect drawingPosition)Объединить прямоугольник.
- 
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.ui.operationsConstructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type SpreadsheetRect Constructor Description ChangeDrawingPositionOperation(String label, SheetAccessor sheet_, Drawing drawing_, SpreadsheetRect newPosition_, boolean nested)Конструктор.SheetSizeRestoreHelperForSpreadsheetRect(SheetAccessor sheet_, SpreadsheetRect position_)Конструктор.
- 
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return SpreadsheetRect Modifier and Type Method Description static SpreadsheetRectMoxelUtil. createSpreadsheetRect()Создать прямоугольник.static SpreadsheetRectMoxelUtil. getShiftedCommentDrawingPosition(CommentDrawing commentDrawing)Получить позицию рисунка примечания.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetRect Modifier and Type Method Description TMoxelSwitch. caseSpreadsheetRect(SpreadsheetRect object)Returns the result of interpreting the object as an instance of 'Spreadsheet Rect'.
 
-