Uses of Interface
com._1c.g5.v8.dt.moxel.content.Area
Packages that use Area
Package
Description
-
Uses of Area in com._1c.g5.v8.dt.moxel
Subinterfaces of Area in com._1c.g5.v8.dt.moxelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Columns Area'.interfaceA representation of the model object 'Rect Area'.interfaceA representation of the model object 'Rows Area'.interfaceA representation of the model object 'Table Area'.Methods in com._1c.g5.v8.dt.moxel that return AreaModifier and TypeMethodDescriptionDrawingsDataSource.getArea()Returns the value of the 'Area' containment reference.NamedItemCells.getArea()Returns the value of the 'Area' containment reference.NamedItemDataSource.getArea()Returns the value of the 'Area' containment reference.NamedItemEmbeddedTable.getArea()Returns the value of the 'Area' containment reference.SpreadsheetDocument.getPrintArea()Returns the value of the 'Print Area' containment reference.SpreadsheetDocument.getRepeatColumns()Returns the value of the 'Repeat Columns' containment reference.SpreadsheetDocument.getRepeatRows()Returns the value of the 'Repeat Rows' containment reference.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type AreaModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Area>ViewSettings.getSelection()Returns the value of the 'Selection' containment reference list.Methods in com._1c.g5.v8.dt.moxel with parameters of type AreaModifier and TypeMethodDescriptionvoidSets the value of the 'Area' containment reference.voidSets the value of the 'Area' containment reference.voidSets the value of the 'Area' containment reference.voidSets the value of the 'Area' containment reference.voidSpreadsheetDocument.setPrintArea(Area value) Sets the value of the 'Print Area' containment reference.voidSpreadsheetDocument.setRepeatColumns(Area value) Sets the value of the 'Repeat Columns' containment reference.voidSpreadsheetDocument.setRepeatRows(Area value) Sets the value of the 'Repeat Rows' containment reference. -
Uses of Area in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return AreaModifier and TypeMethodDescriptionSpreadsheetProperties.getPrintArea()Returns the value of the 'Print Area' containment reference.SpreadsheetProperties.getRepeatColumns()Returns the value of the 'Repeat Columns' containment reference.SpreadsheetProperties.getRepeatRows()Returns the value of the 'Repeat Rows' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type AreaModifier and TypeMethodDescriptionvoidSpreadsheetProperties.setPrintArea(Area value) Sets the value of the 'Print Area' containment reference.voidSpreadsheetProperties.setRepeatColumns(Area value) Sets the value of the 'Repeat Columns' containment reference.voidSpreadsheetProperties.setRepeatRows(Area value) Sets the value of the 'Repeat Rows' containment reference. -
Uses of Area in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement AreaMethods in com._1c.g5.v8.dt.moxel.content.impl that return AreaModifier and TypeMethodDescriptionSpreadsheetPropertiesImpl.getPrintArea()SpreadsheetPropertiesImpl.getRepeatColumns()SpreadsheetPropertiesImpl.getRepeatRows()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type AreaModifier and TypeMethodDescriptionvoidSpreadsheetPropertiesImpl.setPrintArea(Area newPrintArea) voidSpreadsheetPropertiesImpl.setRepeatColumns(Area newRepeatColumns) voidSpreadsheetPropertiesImpl.setRepeatRows(Area newRepeatRows) -
Uses of Area in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type Area -
Uses of Area in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement AreaModifier and TypeClassDescriptionclassAn implementation of the model object 'Columns Area'.classAn implementation of the model object 'Rect Area'.classAn implementation of the model object 'Rows Area'.classAn implementation of the model object 'Table Area'.Methods in com._1c.g5.v8.dt.moxel.impl that return AreaModifier and TypeMethodDescriptionDrawingsDataSourceImpl.getArea()NamedItemCellsImpl.getArea()NamedItemDataSourceImpl.getArea()NamedItemEmbeddedTableImpl.getArea()SpreadsheetDocumentImpl.getPrintArea()SpreadsheetDocumentImpl.getRepeatColumns()SpreadsheetDocumentImpl.getRepeatRows()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type AreaModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Area>ViewSettingsImpl.getSelection()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type AreaModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidSpreadsheetDocumentImpl.setPrintArea(Area newPrintArea) voidSpreadsheetDocumentImpl.setRepeatColumns(Area newRepeatColumns) voidSpreadsheetDocumentImpl.setRepeatRows(Area newRepeatRows) -
Uses of Area in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return AreaModifier and TypeMethodDescriptionSheetAccessor.getAreaForSelection(Selection selection) Получить область для выделения.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type AreaModifier and TypeMethodDescriptionSheetAccessor.getSelectionForArea(Area area) Create spreadsheetSelectionfor specified area -
Uses of Area in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components that return types with arguments of type Area -
Uses of Area in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return AreaModifier and TypeMethodDescriptionstatic AreaClipboardPasteUtil.getClipboardSheetSelection(MoxelDescriptor descriptor) Get selection area of clipboard sheet, specified by descriptorMethods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type AreaModifier and TypeMethodDescriptionstatic booleanClipboardPasteUtil.isSelectionAcceptableToFill(Area area, Selection selection) Check if it's possible to fill the selection with specified areastatic booleanClipboardPasteUtil.isSelectionsAcceptableToFill(Area sel, List<Selection> selections) Check if all of the listed selections are acceptable to fill -
Uses of Area in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return AreaModifier and TypeMethodDescriptionstatic AreaAreaNameHelper.getAreaByName(String name) Create area by its name in R1C1 notationMethods in com._1c.g5.v8.dt.moxel.util with parameters of type Area