Uses of Interface
com._1c.g5.v8.dt.moxel.Cell
- 
Packages that use Cell 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 Cell in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return Cell Modifier and Type Method Description CellMoxelFactory. createCell()Returns a new object of class 'Cell'.CellSpreadsheetDocument. getCenterFooter()Returns the value of the 'Center Footer' containment reference.CellSpreadsheetDocument. getCenterHeader()Returns the value of the 'Center Header' containment reference.CellSpreadsheetDocument. getLeftFooter()Returns the value of the 'Left Footer' containment reference.CellSpreadsheetDocument. getLeftHeader()Returns the value of the 'Left Header' containment reference.CellSpreadsheetDocument. getRightFooter()Returns the value of the 'Right Footer' containment reference.CellSpreadsheetDocument. getRightHeader()Returns the value of the 'Right Header' containment reference.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Cell Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Integer,Cell>Row. getCells()Returns the value of the 'Cells' map.Methods in com._1c.g5.v8.dt.moxel with parameters of type Cell Modifier and Type Method Description voidSpreadsheetDocument. setCenterFooter(Cell value)Sets the value of the 'Center Footer' containment reference.voidSpreadsheetDocument. setCenterHeader(Cell value)Sets the value of the 'Center Header' containment reference.voidSpreadsheetDocument. setLeftFooter(Cell value)Sets the value of the 'Left Footer' containment reference.voidSpreadsheetDocument. setLeftHeader(Cell value)Sets the value of the 'Left Header' containment reference.voidSpreadsheetDocument. setRightFooter(Cell value)Sets the value of the 'Right Footer' containment reference.voidSpreadsheetDocument. setRightHeader(Cell value)Sets the value of the 'Right Header' containment reference.
- 
Uses of Cell in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement Cell Modifier and Type Class Description classCellImplAn implementation of the model object 'Cell'.Methods in com._1c.g5.v8.dt.moxel.impl that return Cell Modifier and Type Method Description CellMoxelFactoryImpl. createCell()CellSpreadsheetDocumentImpl. getCenterFooter()CellSpreadsheetDocumentImpl. getCenterHeader()CellSpreadsheetDocumentImpl. getLeftFooter()CellSpreadsheetDocumentImpl. getLeftHeader()CellSpreadsheetDocumentImpl. getRightFooter()CellSpreadsheetDocumentImpl. getRightHeader()CellCellMapEntryImpl. getTypedValue()CellCellMapEntryImpl. getValue()CellCellMapEntryImpl. setValue(Cell value)Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Cell Modifier and Type Method Description Map.Entry<Integer,Cell>MoxelFactoryImpl. createCellMapEntry()org.eclipse.emf.common.util.EMap<Integer,Cell>RowImpl. getCells()org.eclipse.emf.common.util.EMap<Integer,Cell>CellMapEntryImpl. getEMap()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Cell Modifier and Type Method Description voidSpreadsheetDocumentImpl. setCenterFooter(Cell newCenterFooter)voidSpreadsheetDocumentImpl. setCenterHeader(Cell newCenterHeader)voidSpreadsheetDocumentImpl. setLeftFooter(Cell newLeftFooter)voidSpreadsheetDocumentImpl. setLeftHeader(Cell newLeftHeader)voidSpreadsheetDocumentImpl. setRightFooter(Cell newRightFooter)voidSpreadsheetDocumentImpl. setRightHeader(Cell newRightHeader)voidCellMapEntryImpl. setTypedValue(Cell newValue)CellCellMapEntryImpl. setValue(Cell value)
- 
Uses of Cell in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return Cell Modifier and Type Method Description CellSheetAccessor. getCell(int rowIndex, int columnIndex)CellSheetAccessor. getCenterFooter()Получить центральный подвал.CellSheetAccessor. getCenterHeader()Получить центральный заголовок.CellSheetAccessor. getLeftFooter()Получить левый подвал.CellSheetAccessor. getLeftHeader()Получить левый заголовок.CellSheetAccessor. getRightFooter()Получить правый подвал.CellSheetAccessor. getRightHeader()Получить правый заголовок.CellSheetAccessor. lookupCell(int rowIndex, int columnIndex)Получить ячейку по указанным координатам.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type Cell Modifier and Type Method Description List<FoundPlace>SheetAccessor. findInCell(Cell cell, SearchParameters searchParameters, int places)Найти текст в ячейке.StringSheetAccessor. getCellText(Cell cell)Получить текст ячейки.intSheetAccessor. getSelectionCellsProperties(Selection selection, Cell resultCell, int mask, boolean first)Получить формат выделения.booleanSheetAccessor. isCellDrawable(Cell cell)Проверить, выводится ли ячейка.booleanSheetAccessor. isCellHaveTextOrValue(Cell cell)Проверить, содержит ли ячейка текст.voidSheetAccessor. replaceInCell(Cell cell, Format format, SearchParameters searchParameters, int places, String replaceString)Заменить текст в ячейке.voidSheetAccessor. setCellText(Cell cell, String text)Установить текст в ячейке.static voidMoxelCellsUpdateUtils. switchParameterToText(SheetAccessor sheet, Cell cell)Switch cell parameter to textstatic voidMoxelCellsUpdateUtils. switchTextToParameter(SheetAccessor sheet, Cell cell)Switch cell text to parametervoidCellUpdater. updateCell(SheetAccessor sheet, Cell cell)Update cell value
- 
Uses of Cell in com._1c.g5.v8.dt.moxel.ui.operationsMethods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type Cell Modifier and Type Method Description static voidOperationsHelper. applyFormatting(MoxelControl control, IEditingContext editingContext, String operationName, ReadOnlyFormat format, long properties, Cell cellToApply, int cellProperties)protected voidApplyFontOperation. applyToCell(Map<Integer,Integer> convertedFormatsApply, Cell cell, boolean applyFormat)protected voidApplyFormatOperation. applyToCell(Map<Integer,Integer> convertedFormatsApply, Cell cell, boolean applyFormat)protected abstract voidBaseApplyFormatOperation. applyToCell(Map<Integer,Integer> convertedFormatsApply, Cell cell, boolean applyFormat)Apply to cellConstructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type Cell Constructor Description ApplyFormatOperation(String label, SheetAccessor sheet, Selection selection, ReadOnlyFormat format, long properties, Cell cellToApply, int cellProperties, PositionHolder positionHolder, boolean nested)Creates new instance ofApplyFormatOperation
- 
Uses of Cell in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return Cell Modifier and Type Method Description static CellMoxelUtil. getCell(SpreadsheetDocument document, int rowIndex, int columnIndex)Get document cell.static CellMoxelUtil. lookupCell(SpreadsheetDocument document, int rowIndex, int columnIndex)Lookup for cell in spreadsheet document.static CellMoxelUtil. sheetCellApply(Cell srcCell, Cell dstCell, int cellPropertiesMask, boolean onlyUnassigned)Apply cell propertiesMethods in com._1c.g5.v8.dt.moxel.util with parameters of type Cell Modifier and Type Method Description static voidMoxelUtil. applyCellProperties(Cell srcCell, int cellProperties, Cell dstCell)Применить свойства ячейки к ячейке.TMoxelSwitch. caseCell(Cell object)Returns the result of interpreting the object as an instance of 'Cell'.static intMoxelUtil. compareCells(Cell cell1, Cell cell2, int propertiesToCompare)Compare cellsstatic booleanMoxelUtil. isCellWithoutProperties(Cell cell)static CellMoxelUtil. sheetCellApply(Cell srcCell, Cell dstCell, int cellPropertiesMask, boolean onlyUnassigned)Apply cell propertiesMethod parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type Cell Modifier and Type Method Description TMoxelSwitch. caseCellMapEntry(Map.Entry<Integer,Cell> object)Returns the result of interpreting the object as an instance of 'Cell Map Entry'.
 
-