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 TypeMethodDescriptionvoid
SpreadsheetDocument.setCenterFooter
(Cell value) Sets the value of the 'Center Footer
' containment reference.void
SpreadsheetDocument.setCenterHeader
(Cell value) Sets the value of the 'Center Header
' containment reference.void
SpreadsheetDocument.setLeftFooter
(Cell value) Sets the value of the 'Left Footer
' containment reference.void
SpreadsheetDocument.setLeftHeader
(Cell value) Sets the value of the 'Left Header
' containment reference.void
SpreadsheetDocument.setRightFooter
(Cell value) Sets the value of the 'Right Footer
' containment reference.void
SpreadsheetDocument.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 TypeMethodDescriptionvoid
SpreadsheetDocumentImpl.setCenterFooter
(Cell newCenterFooter) void
SpreadsheetDocumentImpl.setCenterHeader
(Cell newCenterHeader) void
SpreadsheetDocumentImpl.setLeftFooter
(Cell newLeftFooter) void
SpreadsheetDocumentImpl.setLeftHeader
(Cell newLeftHeader) void
SpreadsheetDocumentImpl.setRightFooter
(Cell newRightFooter) void
SpreadsheetDocumentImpl.setRightHeader
(Cell newRightHeader) void
CellMapEntryImpl.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) Получить текст ячейки.boolean
SheetAccessor.isCellDrawable
(Cell cell) Проверить, выводится ли ячейка.boolean
SheetAccessor.isCellHaveTextOrValue
(Cell cell) Проверить, содержит ли ячейка текст.void
SheetAccessor.replaceInCell
(Cell cell, Format format, SearchParameters searchParameters, int places, String replaceString) Заменить текст в ячейке.void
SheetAccessor.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 void
MoxelCellsUpdateUtils.switchParameterToText
(SheetAccessor sheet, Cell cell) Switch cell parameter to textstatic void
MoxelCellsUpdateUtils.switchTextToParameter
(SheetAccessor sheet, Cell cell) Switch cell text to parametervoid
CellUpdater.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 Cell
MergeUtil.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 void
OperationsHelper.applyFormatting
(MoxelControl control, IEditingContext editingContext, String operationName, ReadOnlyFormat format, long properties, Cell cellToApply, int cellProperties) protected void
ApplyFontOperation.applyToCell
(Map<Integer, Integer> convertedFormatsApply, Cell cell, boolean applyFormat) protected void
ApplyFormatOperation.applyToCell
(Map<Integer, Integer> convertedFormatsApply, Cell cell, boolean applyFormat) protected abstract void
BaseApplyFormatOperation.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 Cell
MoxelUtil.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 boolean
MoxelUtil.haveFormattedText
(Cell cell) Normalizes local string to pure data.static boolean
MoxelUtil.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'.