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 TypeInterfaceDescriptioninterface
A representation of the model object 'Columns Area'.interface
A representation of the model object 'Rect Area'.interface
A representation of the model object 'Rows Area'.interface
A 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 TypeMethodDescriptionvoid
Sets the value of the 'Area
' containment reference.void
Sets the value of the 'Area
' containment reference.void
Sets the value of the 'Area
' containment reference.void
Sets the value of the 'Area
' containment reference.void
SpreadsheetDocument.setPrintArea
(Area value) Sets the value of the 'Print Area
' containment reference.void
SpreadsheetDocument.setRepeatColumns
(Area value) Sets the value of the 'Repeat Columns
' containment reference.void
SpreadsheetDocument.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 TypeMethodDescriptionvoid
SpreadsheetProperties.setPrintArea
(Area value) Sets the value of the 'Print Area
' containment reference.void
SpreadsheetProperties.setRepeatColumns
(Area value) Sets the value of the 'Repeat Columns
' containment reference.void
SpreadsheetProperties.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 TypeMethodDescriptionvoid
SpreadsheetPropertiesImpl.setPrintArea
(Area newPrintArea) void
SpreadsheetPropertiesImpl.setRepeatColumns
(Area newRepeatColumns) void
SpreadsheetPropertiesImpl.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 TypeClassDescriptionclass
An implementation of the model object 'Columns Area'.class
An implementation of the model object 'Rect Area'.class
An implementation of the model object 'Rows Area'.class
An 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 TypeMethodDescriptionvoid
void
void
void
void
SpreadsheetDocumentImpl.setPrintArea
(Area newPrintArea) void
SpreadsheetDocumentImpl.setRepeatColumns
(Area newRepeatColumns) void
SpreadsheetDocumentImpl.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 spreadsheetSelection
for 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 Area
ClipboardPasteUtil.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 boolean
ClipboardPasteUtil.isSelectionAcceptableToFill
(Area area, Selection selection) Check if it's possible to fill the selection with specified areastatic boolean
ClipboardPasteUtil.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 Area
AreaNameHelper.getAreaByName
(String name) Create area by its name in R1C1 notationMethods in com._1c.g5.v8.dt.moxel.util with parameters of type Area