Uses of Interface
com._1c.g5.v8.dt.moxel.content.CellLine
Packages that use CellLine
Package
Description
-
Uses of CellLine in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return CellLineModifier and TypeMethodDescriptionContentFactory.createCellLine()Returns a new object of class 'Cell Line'. -
Uses of CellLine in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement CellLineModifier and TypeClassDescriptionclassAn implementation of the model object 'Cell Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellLine -
Uses of CellLine in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type CellLineModifier and TypeMethodDescriptionContentSwitch.caseCellLine(CellLine object) Returns the result of interpreting the object as an instance of 'Cell Line'. -
Uses of CellLine in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return CellLineModifier and TypeMethodDescriptionSheetAccessor.createEmptyCellLine()Создать новую линию для ячейки со свойствами по умолчаниюSheetAccessor.getBottomBorder(Format cellFormat) Получить нижнюю линию ячейки для формата.SheetAccessor.getBottomBorder(ReadOnlyFormat selectionFormat) Получить нижнюю линию ячейки для формата.SheetAccessor.getLeftBorder(Format cellFormat) Получить левую линию ячейки для формата.SheetAccessor.getLeftBorder(ReadOnlyFormat selectionFormat) Получить левую линию ячейки для формата.SheetAccessor.getRightBorder(Format cellFormat) Получить правую линию ячейки для формата.SheetAccessor.getRightBorder(ReadOnlyFormat selectionFormat) Получить правую линию ячейки для формата.SheetAccessor.getTopBorder(Format cellFormat) Получить верхнюю линию ячейки для формата.SheetAccessor.getTopBorder(ReadOnlyFormat selectionFormat) Получить верхнюю линию ячейки для формата.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type CellLineModifier and TypeMethodDescriptionintSheetAccessor.getCellLineIndex(CellLine line) Get cell line index -
Uses of CellLine in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CellLineModifier and TypeMethodDescriptionstatic voidDrawUtils.drawBorder(org.eclipse.swt.graphics.GC gc, int x1, int y1, int x2, int y2, CellLine line, Color borderColor) Draws border.static voidDrawUtils.drawHorizontalCellBorder(org.eclipse.swt.graphics.ImageData imageData, int x1, int x2, int y, CellLine line, Color borderColor) Draw horizontal cell border.static voidDrawUtils.drawVerticalCellBorder(org.eclipse.swt.graphics.ImageData imageData, int x, int y1, int y2, CellLine line, Color borderColor) Draw vertical cell border