Uses of Interface
com._1c.g5.v8.dt.moxel.content.CellLine
- 
Packages that use CellLine Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of CellLine in com._1c.g5.v8.dt.moxel.contentMethods in com._1c.g5.v8.dt.moxel.content that return CellLine Modifier and Type Method Description CellLineContentFactory. createCellLine()Returns a new object of class 'Cell Line'.
- 
Uses of CellLine in com._1c.g5.v8.dt.moxel.content.implClasses in com._1c.g5.v8.dt.moxel.content.impl that implement CellLine Modifier and Type Class Description classCellLineImplAn implementation of the model object 'Cell Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellLine Modifier and Type Method Description CellLineContentFactoryImpl. createCellLine()
- 
Uses of CellLine in com._1c.g5.v8.dt.moxel.content.utilMethods in com._1c.g5.v8.dt.moxel.content.util with parameters of type CellLine Modifier and Type Method Description TContentSwitch. 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.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return CellLine Modifier and Type Method Description CellLineSheetAccessor. createEmptyCellLine()Создать новую линию для ячейки со свойствами по умолчаниюCellLineSheetAccessor. getBottomBorder(Format cellFormat)Получить нижнюю линию ячейки для формата.CellLineSheetAccessor. getBottomBorder(ReadOnlyFormat selectionFormat)Получить нижнюю линию ячейки для формата.CellLineSheetAccessor. getLeftBorder(Format cellFormat)Получить левую линию ячейки для формата.CellLineSheetAccessor. getLeftBorder(ReadOnlyFormat selectionFormat)Получить левую линию ячейки для формата.CellLineSheetAccessor. getRightBorder(Format cellFormat)Получить правую линию ячейки для формата.CellLineSheetAccessor. getRightBorder(ReadOnlyFormat selectionFormat)Получить правую линию ячейки для формата.CellLineSheetAccessor. getTopBorder(Format cellFormat)Получить верхнюю линию ячейки для формата.CellLineSheetAccessor. getTopBorder(ReadOnlyFormat selectionFormat)Получить верхнюю линию ячейки для формата.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CellLine Modifier and Type Method Description static voidDrawUtils. drawBorder(org.eclipse.swt.graphics.GC gc, int x1, int y1, int x2, int y2, CellLine line, Color borderColor)Вывести линию.static voidDrawUtils. drawHorizontalCellBorder(org.eclipse.swt.graphics.ImageData imageData, int x1, int x2, int y, CellLine line, Color borderColor)Draw horizontal cell borderstatic voidDrawUtils. drawVerticalCellBorder(org.eclipse.swt.graphics.ImageData imageData, int x, int y1, int y2, CellLine line, Color borderColor)Draw vertical cell borderintSheetAccessor. getCellLineIndex(CellLine line)Get cell line index
- 
Uses of CellLine in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type CellLine Modifier and Type Method Description static intMoxelUtil. getCellLineIndex(SpreadsheetDocument document, CellLine line)Get index of CellLine
 
-