Uses of Interface
com._1c.g5.v8.dt.moxel.ColumnMerge
-
Packages that use ColumnMerge 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 ColumnMerge in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ColumnMerge Modifier and Type Method Description ColumnMerge
MoxelFactory. createColumnMerge()
Returns a new object of class 'Column Merge'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type ColumnMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<ColumnMerge>
SpreadsheetDocument. getColumnMerges()
Returns the value of the 'Column Merges' containment reference list. -
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ColumnMerge Modifier and Type Class Description class
ColumnMergeImpl
An implementation of the model object 'Column Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnMerge Modifier and Type Method Description ColumnMerge
MoxelFactoryImpl. createColumnMerge()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type ColumnMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<ColumnMerge>
SpreadsheetDocumentImpl. getColumnMerges()
-
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type ColumnMerge Modifier and Type Method Description List<ColumnMerge>
SheetAccessor. getAllColumnMerges()
Получить все объединения колонок.Method parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type ColumnMerge Modifier and Type Method Description void
SheetAccessor. addColumnMerges(List<ColumnMerge> merges)
Добавить объединения колонок. -
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ColumnMerge Modifier and Type Method Description T
MoxelSwitch. caseColumnMerge(ColumnMerge object)
Returns the result of interpreting the object as an instance of 'Column Merge'.
-