Uses of Class
com._1c.g5.v8.dt.moxel.PasteSpecialOptions
- 
Packages that use PasteSpecialOptions Package Description com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.ui.editor.dialogs com._1c.g5.v8.dt.moxel.ui.operations 
- 
- 
Uses of PasteSpecialOptions in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type PasteSpecialOptions Modifier and Type Method Description static voidClipboardPasteUtil. pasteSheetCells(PasteSpecialOptions pasteOptions, boolean oneLocale, int sizeX, int sizeY, Selection selection, SheetAccessor srcSheet, SheetAccessor dstSheet)Paste sheet into specified selection.
- 
Uses of PasteSpecialOptions in com._1c.g5.v8.dt.moxel.ui.editor.dialogsMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PasteSpecialOptions Modifier and Type Method Description PasteSpecialOptionsPasteSpecialDialog__8_3_12. getPasteOptions()Get paste options.
- 
Uses of PasteSpecialOptions in com._1c.g5.v8.dt.moxel.ui.operationsConstructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type PasteSpecialOptions Constructor Description PasteCellsOperation(String label, SheetAccessor sheet, Selection selection, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, PasteSpecialOptions pasteOptions, boolean nested)Creates new instance ofPasteCellsOperation
 
-