Uses of Class
com._1c.g5.v8.dt.moxel.sheet.NamedItemInfo
Packages that use NamedItemInfo
Package
Description
-
Uses of NamedItemInfo in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type NamedItemInfoModifier and TypeMethodDescriptionSheetAccessor.getNamedCellItemsInCells(int beginRowIndex, int endRowIndex) Получить именованные области ячеек.SheetAccessor.getNamedItemsInColumns(Columns columns, int beginColumnIndex, int endColumnIndex) Получить именованные области, которые находятся в колонках.SheetAccessor.getNamedItemsInRows(int beginRowIndex, int endRowIndex) Получить именованные области, которые находятся в строках. -
Uses of NamedItemInfo in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return NamedItemInfoModifier and TypeMethodDescriptionMoxelControl.findNamedRowsColumnsToSelect(int x, int y) Найти именованную область строк/колонок для выделения. -
Uses of NamedItemInfo in com._1c.g5.v8.dt.moxel.ui.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff that return types with arguments of type NamedItemInfoModifier and TypeMethodDescriptionstatic List<NamedItemInfo>MergeUtil.getNamedColumnsSorted(SpreadsheetDocument sheet) Get named column areas sorted by left column.static List<NamedItemInfo>MergeUtil.getNamedRowsSorted(SpreadsheetDocument sheet) Get named row areas sorted by top row.Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type NamedItemInfoModifier and TypeMethodDescriptionintColumnNamedItemInfoComparatorByLeft.compare(NamedItemInfo o1, NamedItemInfo o2) Method parameters in com._1c.g5.v8.dt.moxel.ui.extension.diff with type arguments of type NamedItemInfoModifier and TypeMethodDescriptionstatic RowsAreaMergeUtil.getCenterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get area between first named rows area and last named rows area.static RowsAreaMergeUtil.getFooterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area below all named rows.static RowsAreaMergeUtil.getHeaderArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area above all named rows.