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.moxel
Methods in com._1c.g5.v8.dt.moxel that return Cell Modifier and Type Method Description Cell
MoxelFactory. createCell()
Returns a new object of class 'Cell'.Cell
SpreadsheetDocument. getCenterFooter()
Returns the value of the 'Center Footer' containment reference.Cell
SpreadsheetDocument. getCenterHeader()
Returns the value of the 'Center Header' containment reference.Cell
SpreadsheetDocument. getLeftFooter()
Returns the value of the 'Left Footer' containment reference.Cell
SpreadsheetDocument. getLeftHeader()
Returns the value of the 'Left Header' containment reference.Cell
SpreadsheetDocument. getRightFooter()
Returns the value of the 'Right Footer' containment reference.Cell
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 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 void
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 Cell Modifier and Type Class Description class
CellImpl
An implementation of the model object 'Cell'.Methods in com._1c.g5.v8.dt.moxel.impl that return Cell Modifier and Type Method Description Cell
MoxelFactoryImpl. createCell()
Cell
SpreadsheetDocumentImpl. getCenterFooter()
Cell
SpreadsheetDocumentImpl. getCenterHeader()
Cell
SpreadsheetDocumentImpl. getLeftFooter()
Cell
SpreadsheetDocumentImpl. getLeftHeader()
Cell
SpreadsheetDocumentImpl. getRightFooter()
Cell
SpreadsheetDocumentImpl. getRightHeader()
Cell
CellMapEntryImpl. getTypedValue()
Cell
CellMapEntryImpl. getValue()
Cell
CellMapEntryImpl. 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 void
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)
Cell
CellMapEntryImpl. setValue(Cell value)
-
Uses of Cell in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Cell Modifier and Type Method Description Cell
SheetAccessor. getCell(int rowIndex, int columnIndex)
Cell
SheetAccessor. getCenterFooter()
Получить центральный подвал.Cell
SheetAccessor. getCenterHeader()
Получить центральный заголовок.Cell
SheetAccessor. getLeftFooter()
Получить левый подвал.Cell
SheetAccessor. getLeftHeader()
Получить левый заголовок.Cell
SheetAccessor. getRightFooter()
Получить правый подвал.Cell
SheetAccessor. getRightHeader()
Получить правый заголовок.Cell
SheetAccessor. 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)
Найти текст в ячейке.String
SheetAccessor. getCellText(Cell cell)
Получить текст ячейки.int
SheetAccessor. getSelectionCellsProperties(Selection selection, Cell resultCell, int mask, boolean first)
Получить формат выделения.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)
Установить текст в ячейке.static 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.operations
Methods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type Cell Modifier and Type Method Description static 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 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.util
Methods in com._1c.g5.v8.dt.moxel.util that return Cell Modifier and Type Method Description static Cell
MoxelUtil. getCell(SpreadsheetDocument document, int rowIndex, int columnIndex)
Get document cell.static Cell
MoxelUtil. lookupCell(SpreadsheetDocument document, int rowIndex, int columnIndex)
Lookup for cell in spreadsheet document.static Cell
MoxelUtil. 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 void
MoxelUtil. applyCellProperties(Cell srcCell, int cellProperties, Cell dstCell)
Применить свойства ячейки к ячейке.T
MoxelSwitch. caseCell(Cell object)
Returns the result of interpreting the object as an instance of 'Cell'.static int
MoxelUtil. compareCells(Cell cell1, Cell cell2, int propertiesToCompare)
Compare cellsstatic boolean
MoxelUtil. isCellWithoutProperties(Cell cell)
static Cell
MoxelUtil. 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 T
MoxelSwitch. caseCellMapEntry(Map.Entry<Integer,Cell> object)
Returns the result of interpreting the object as an instance of 'Cell Map Entry'.
-