Uses of Interface
com._1c.g5.v8.dt.moxel.Cell
Packages that use Cell
Package
Description
-
Uses of Cell in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return CellModifier and TypeMethodDescriptionMoxelFactory.createCell()Returns a new object of class 'Cell'.SpreadsheetDocument.getCenterFooter()Returns the value of the 'Center Footer' containment reference.SpreadsheetDocument.getCenterHeader()Returns the value of the 'Center Header' containment reference.SpreadsheetDocument.getLeftFooter()Returns the value of the 'Left Footer' containment reference.SpreadsheetDocument.getLeftHeader()Returns the value of the 'Left Header' containment reference.SpreadsheetDocument.getRightFooter()Returns the value of the 'Right Footer' containment reference.SpreadsheetDocument.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 CellMethods in com._1c.g5.v8.dt.moxel with parameters of type CellModifier and TypeMethodDescriptionvoidSpreadsheetDocument.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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement CellMethods in com._1c.g5.v8.dt.moxel.impl that return CellModifier and TypeMethodDescriptionMoxelFactoryImpl.createCell()SpreadsheetDocumentImpl.getCenterFooter()SpreadsheetDocumentImpl.getCenterHeader()SpreadsheetDocumentImpl.getLeftFooter()SpreadsheetDocumentImpl.getLeftHeader()SpreadsheetDocumentImpl.getRightFooter()SpreadsheetDocumentImpl.getRightHeader()CellMapEntryImpl.getTypedValue()CellMapEntryImpl.getValue()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type CellModifier and TypeMethodDescriptionMoxelFactoryImpl.createCellMapEntry()RowImpl.getCells()CellMapEntryImpl.getEMap()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type CellModifier and TypeMethodDescriptionvoidSpreadsheetDocumentImpl.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) -
Uses of Cell in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return CellModifier and TypeMethodDescriptionSheetAccessor.getCell(int rowIndex, int columnIndex) Получить ячейку по указанным координатам.SheetAccessor.getCenterFooter()Получить центральный подвал.SheetAccessor.getCenterHeader()Получить центральный заголовок.SheetAccessor.getLeftFooter()Получить левый подвал.SheetAccessor.getLeftHeader()Получить левый заголовок.SheetAccessor.getRightFooter()Получить правый подвал.SheetAccessor.getRightHeader()Получить правый заголовок.SheetAccessor.lookupCell(int rowIndex, int columnIndex) Получить ячейку по указанным координатам.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type CellModifier and TypeMethodDescriptionSheetAccessor.findInCell(Cell cell, SearchParameters searchParameters, int places) Найти текст в ячейке.SheetAccessor.getCellText(Cell cell) Получить текст ячейки.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) Установить текст в ячейке. -
Uses of Cell in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CellModifier and TypeMethodDescriptionstatic 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.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff that return CellModifier and TypeMethodDescriptionstatic CellMergeUtil.lookupCell(SpreadsheetDocument document, int rowIndex, int columnIndex) Lookup for cell in spreadsheet document. -
Uses of Cell in com._1c.g5.v8.dt.moxel.ui.operations
Methods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type CellModifier and TypeMethodDescriptionstatic 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 CellModifierConstructorDescriptionApplyFormatOperation(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.util
Methods in com._1c.g5.v8.dt.moxel.util that return CellModifier and TypeMethodDescriptionstatic CellMoxelUtil.getCell(SpreadsheetDocument document, int rowIndex, int columnIndex) Get document cell.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type CellModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Cell'.static booleanMoxelUtil.haveFormattedText(Cell cell) Normalizes local string to pure data.static booleanMoxelUtil.isCellWithoutProperties(Cell cell) Убедиться, что ячейка не содержит свойств.Method parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type CellModifier and TypeMethodDescriptionMoxelSwitch.caseCellMapEntry(Map.Entry<Integer, Cell> object) Returns the result of interpreting the object as an instance of 'Cell Map Entry'.