Uses of Interface
com._1c.g5.v8.dt.moxel.NamedItem
Packages that use NamedItem
Package
Description
-
Uses of NamedItem in com._1c.g5.v8.dt.moxel
Subinterfaces of NamedItem in com._1c.g5.v8.dt.moxelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Named Item Cells'.interfaceA representation of the model object 'Named Item Data Source'.interfaceA representation of the model object 'Named Item Drawing'.interfaceA representation of the model object 'Named Item Embedded Table'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type NamedItemModifier and TypeMethodDescriptionSpreadsheetDocument.getNamedItems()Returns the value of the 'Named Items' map. -
Uses of NamedItem in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement NamedItemModifier and TypeClassDescriptionclassAn implementation of the model object 'Named Item Cells'.classAn implementation of the model object 'Named Item Data Source'.classAn implementation of the model object 'Named Item Drawing'.classAn implementation of the model object 'Named Item Embedded Table'.classAn implementation of the model object 'Named Item'.Methods in com._1c.g5.v8.dt.moxel.impl that return NamedItemModifier and TypeMethodDescriptionNamedItemMapItemImpl.getTypedValue()NamedItemMapItemImpl.getValue()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type NamedItemModifier and TypeMethodDescriptionMoxelFactoryImpl.createNamedItemMapItem()NamedItemMapItemImpl.getEMap()SpreadsheetDocumentImpl.getNamedItems()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type NamedItem -
Uses of NamedItem in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return NamedItemMethods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type NamedItemModifier and TypeMethodDescriptionSheetAccessor.getAllNamedItems()Получить все именованные ячейки.SheetAccessor.getAllNamedItemsSorted()Get map of named items sorted by name.SheetAccessor.getNamedItemCellsAboveRow(int begin, int lastRowIndex, int beginColumn, int endColumn) Получить именованные области ячеек выше указанной строки.SheetAccessor.getNamedItemCellsRightToColumn(Columns columns, int begin, int beginRowIndex, int endRowIndex) Получить именованные области ячеек выше указанной строки.SheetAccessor.getNamedItemColumnRightToColumn(Columns columns, int begin) Найти именованные строки выше указанной строки.SheetAccessor.getNamedItemRowAboveRow(int begin) Найти именованные строки выше указанной строки.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type NamedItemModifier and TypeMethodDescriptionvoidДобавить имя.voidSheetAccessor.changeNamedCells(NamedItem namedItem, org.eclipse.swt.graphics.Rectangle resultPosition) Изменить положение именованных ячеек.voidSheetAccessor.changeNamedRowColumn(NamedItem namedItem, int begin, int end) Изменить именованные строки.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type NamedItem -
Uses of NamedItem in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type NamedItemModifier and TypeMethodDescriptionMoxelSwitch.caseNamedItem(NamedItem object) Returns the result of interpreting the object as an instance of 'Named Item'.Method parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type NamedItemModifier and TypeMethodDescriptionMoxelSwitch.caseNamedItemMapItem(Map.Entry<String, NamedItem> object) Returns the result of interpreting the object as an instance of 'Named Item Map Item'.