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 TypeInterfaceDescriptioninterface
A representation of the model object 'Named Item Cells'.interface
A representation of the model object 'Named Item Data Source'.interface
A representation of the model object 'Named Item Drawing'.interface
A 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 TypeClassDescriptionclass
An implementation of the model object 'Named Item Cells'.class
An implementation of the model object 'Named Item Data Source'.class
An implementation of the model object 'Named Item Drawing'.class
An implementation of the model object 'Named Item Embedded Table'.class
An 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
Добавить имя.void
SheetAccessor.changeNamedCells
(NamedItem namedItem, org.eclipse.swt.graphics.Rectangle resultPosition) Изменить положение именованных ячеек.void
SheetAccessor.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'.