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.content
Methods in com._1c.g5.v8.dt.moxel.content that return CellLine Modifier and Type Method Description CellLine
ContentFactory. 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 CellLine Modifier and Type Class Description class
CellLineImpl
An 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 CellLine
ContentFactoryImpl. createCellLine()
-
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 CellLine Modifier and Type Method Description T
ContentSwitch. 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.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return CellLine Modifier and Type Method Description CellLine
SheetAccessor. createEmptyCellLine()
Создать новую линию для ячейки со свойствами по умолчаниюCellLine
SheetAccessor. getBottomBorder(Format cellFormat)
Получить нижнюю линию ячейки для формата.CellLine
SheetAccessor. getBottomBorder(ReadOnlyFormat selectionFormat)
Получить нижнюю линию ячейки для формата.CellLine
SheetAccessor. getLeftBorder(Format cellFormat)
Получить левую линию ячейки для формата.CellLine
SheetAccessor. getLeftBorder(ReadOnlyFormat selectionFormat)
Получить левую линию ячейки для формата.CellLine
SheetAccessor. getRightBorder(Format cellFormat)
Получить правую линию ячейки для формата.CellLine
SheetAccessor. getRightBorder(ReadOnlyFormat selectionFormat)
Получить правую линию ячейки для формата.CellLine
SheetAccessor. getTopBorder(Format cellFormat)
Получить верхнюю линию ячейки для формата.CellLine
SheetAccessor. getTopBorder(ReadOnlyFormat selectionFormat)
Получить верхнюю линию ячейки для формата.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CellLine Modifier and Type Method Description static void
DrawUtils. drawBorder(org.eclipse.swt.graphics.GC gc, int x1, int y1, int x2, int y2, CellLine line, Color borderColor)
Вывести линию.static void
DrawUtils. drawHorizontalCellBorder(org.eclipse.swt.graphics.ImageData imageData, int x1, int x2, int y, CellLine line, Color borderColor)
Draw horizontal cell borderstatic void
DrawUtils. drawVerticalCellBorder(org.eclipse.swt.graphics.ImageData imageData, int x, int y1, int y2, CellLine line, Color borderColor)
Draw vertical cell borderint
SheetAccessor. getCellLineIndex(CellLine line)
Get cell line index -
Uses of CellLine in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type CellLine Modifier and Type Method Description static int
MoxelUtil. getCellLineIndex(SpreadsheetDocument document, CellLine line)
Get index of CellLine
-