Uses of Interface
com._1c.g5.v8.dt.moxel.content.Area
-
-
Uses of Area in com._1c.g5.v8.dt.moxel
Subinterfaces of Area in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
ColumnsArea
A representation of the model object 'Columns Area'.interface
RectArea
A representation of the model object 'Rect Area'.interface
RowsArea
A representation of the model object 'Rows Area'.interface
TableArea
A representation of the model object 'Table Area'.Methods in com._1c.g5.v8.dt.moxel that return Area Modifier and Type Method Description Area
DrawingsDataSource. getArea()
Returns the value of the 'Area' containment reference.Area
NamedItemCells. getArea()
Returns the value of the 'Area' containment reference.Area
NamedItemDataSource. getArea()
Returns the value of the 'Area' containment reference.Area
NamedItemEmbeddedTable. getArea()
Returns the value of the 'Area' containment reference.Area
SpreadsheetDocument. getPrintArea()
Returns the value of the 'Print Area' containment reference.Area
SpreadsheetDocument. getRepeatColumns()
Returns the value of the 'Repeat Columns' containment reference.Area
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 Area Modifier and Type Method Description org.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 Area Modifier and Type Method Description void
DrawingsDataSource. setArea(Area value)
Sets the value of the 'Area
' containment reference.void
NamedItemCells. setArea(Area value)
Sets the value of the 'Area
' containment reference.void
NamedItemDataSource. setArea(Area value)
Sets the value of the 'Area
' containment reference.void
NamedItemEmbeddedTable. setArea(Area value)
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 Area Modifier and Type Method Description Area
SpreadsheetProperties. getPrintArea()
Returns the value of the 'Print Area' containment reference.Area
SpreadsheetProperties. getRepeatColumns()
Returns the value of the 'Repeat Columns' containment reference.Area
SpreadsheetProperties. getRepeatRows()
Returns the value of the 'Repeat Rows' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type Area Modifier and Type Method Description void
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 Area Modifier and Type Class Description class
AreaImpl
An implementation of the model object 'Area'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return Area Modifier and Type Method Description Area
SpreadsheetPropertiesImpl. getPrintArea()
Area
SpreadsheetPropertiesImpl. getRepeatColumns()
Area
SpreadsheetPropertiesImpl. getRepeatRows()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type Area Modifier and Type Method Description void
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 Modifier and Type Method Description T
ContentSwitch. caseArea(Area object)
Returns the result of interpreting the object as an instance of 'Area'. -
Uses of Area in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Area Modifier and Type Class Description class
ColumnsAreaImpl
An implementation of the model object 'Columns Area'.class
RectAreaImpl
An implementation of the model object 'Rect Area'.class
RowsAreaImpl
An implementation of the model object 'Rows Area'.class
TableAreaImpl
An implementation of the model object 'Table Area'.Methods in com._1c.g5.v8.dt.moxel.impl that return Area Modifier and Type Method Description Area
DrawingsDataSourceImpl. getArea()
Area
NamedItemCellsImpl. getArea()
Area
NamedItemDataSourceImpl. getArea()
Area
NamedItemEmbeddedTableImpl. getArea()
Area
SpreadsheetDocumentImpl. getPrintArea()
Area
SpreadsheetDocumentImpl. getRepeatColumns()
Area
SpreadsheetDocumentImpl. getRepeatRows()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Area Modifier and Type Method Description org.eclipse.emf.common.util.EList<Area>
ViewSettingsImpl. getSelection()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Area Modifier and Type Method Description void
DrawingsDataSourceImpl. setArea(Area newArea)
void
NamedItemCellsImpl. setArea(Area newArea)
void
NamedItemDataSourceImpl. setArea(Area newArea)
void
NamedItemEmbeddedTableImpl. setArea(Area newArea)
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.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components that return types with arguments of type Area Modifier and Type Method Description protected IMapper<Area,String>
MoxelAreaComponent. createMapper()
-
Uses of Area in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Area Modifier and Type Method Description Area
SheetAccessor. getAreaForSelection(Selection selection)
Получить область для выделения.static 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 Area Modifier and Type Method Description Selection
SheetAccessor. getSelectionForArea(Area area)
Create spreadsheetSelection
for specified areastatic 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 Area Modifier and Type Method Description static 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 Modifier and Type Method Description T
MoxelSwitch. caseArea(Area object)
Returns the result of interpreting the object as an instance of 'Area'.static String
AreaNameHelper. getAreaName(Area area)
Get area's name in R1C1 notation
-