Uses of Interface
com._1c.g5.v8.dt.moxel.RowsArea
Packages that use RowsArea
Package
Description
-
Uses of RowsArea in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return RowsAreaModifier and TypeMethodDescriptionMoxelFactory.createRowsArea()Returns a new object of class 'Rows Area'. -
Uses of RowsArea in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement RowsAreaModifier and TypeClassDescriptionclassAn implementation of the model object 'Rows Area'.Methods in com._1c.g5.v8.dt.moxel.impl that return RowsArea -
Uses of RowsArea in com._1c.g5.v8.dt.moxel.ui.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff that return RowsAreaModifier and TypeMethodDescriptionstatic RowsAreaMergeUtil.getAreaBetweenNamedRows(SpreadsheetDocument document, String nameOfTopArea, String nameOfBottomArea) Get area between 2 named rows areas.static RowsAreaMergeUtil.getAreaOfNamedArea(SpreadsheetDocument document, String name) Get area of named rows area.static RowsAreaMergeUtil.getCenterArea(SpreadsheetDocument sheet) Get area between first named rows area and last named rows area.static RowsAreaMergeUtil.getCenterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get area between first named rows area and last named rows area.static RowsAreaMergeUtil.getFooterArea(SpreadsheetDocument sheet) Get spreadsheet area below all named rows.static RowsAreaMergeUtil.getFooterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area below all named rows.static RowsAreaMergeUtil.getHeaderArea(SpreadsheetDocument sheet) Get spreadsheet area above all named rows.static RowsAreaMergeUtil.getHeaderArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area above all named rows.Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type RowsAreaModifier and TypeMethodDescriptionstatic List<com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement>MergeUtil.convertSubsheetToRowElements(SpreadsheetDocument sheet, RowsArea subsheetRowsArea) Convert subsheet to the sequence of row elements. -
Uses of RowsArea in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type RowsAreaModifier and TypeMethodDescriptionMoxelSwitch.caseRowsArea(RowsArea object) Returns the result of interpreting the object as an instance of 'Rows Area'.