Uses of Interface
com._1c.g5.v8.dt.moxel.RowMerge
-
Packages that use RowMerge Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util -
-
Uses of RowMerge in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return RowMerge Modifier and Type Method Description RowMerge
MoxelFactory. createRowMerge()
Returns a new object of class 'Row Merge'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type RowMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<RowMerge>
SpreadsheetDocument. getRowMerges()
Returns the value of the 'Row Merges' containment reference list. -
Uses of RowMerge in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement RowMerge Modifier and Type Class Description class
RowMergeImpl
An implementation of the model object 'Row Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return RowMerge Modifier and Type Method Description RowMerge
MoxelFactoryImpl. createRowMerge()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type RowMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<RowMerge>
SpreadsheetDocumentImpl. getRowMerges()
-
Uses of RowMerge in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return RowMerge Modifier and Type Method Description RowMerge
SheetAccessor. findRowMerge(int begin, int end)
Найти объединение строк. -
Uses of RowMerge in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type RowMerge Modifier and Type Method Description T
MoxelSwitch. caseRowMerge(RowMerge object)
Returns the result of interpreting the object as an instance of 'Row Merge'.
-