Uses of Interface
com._1c.g5.v8.dt.moxel.ColumnMerge
Packages that use ColumnMerge
Package
Description
-
Uses of ColumnMerge in com._1c.g5.v8.dt.internal.moxel.sheet
Methods in com._1c.g5.v8.dt.internal.moxel.sheet that return ColumnMergeConstructors in com._1c.g5.v8.dt.internal.moxel.sheet with parameters of type ColumnMerge -
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ColumnMergeModifier and TypeMethodDescriptionMoxelFactory.createColumnMerge()
Returns a new object of class 'Column Merge'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type ColumnMergeModifier and TypeMethodDescriptionorg.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 ColumnMergeModifier and TypeClassDescriptionclass
An implementation of the model object 'Column Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnMergeMethods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type ColumnMergeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ColumnMerge>
SpreadsheetDocumentImpl.getColumnMerges()
-
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type ColumnMergeModifier and TypeMethodDescriptionSheetAccessor.getAllColumnMerges()
Получить все объединения колонок.SheetAccessor.getOrderedColumnMerges()
Returns ordered column merges.Method parameters in com._1c.g5.v8.dt.moxel.sheet with type arguments of type ColumnMergeModifier and TypeMethodDescriptionvoid
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 ColumnMergeModifier and TypeMethodDescriptionMoxelSwitch.caseColumnMerge
(ColumnMerge object) Returns the result of interpreting the object as an instance of 'Column Merge'.