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.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type PasteSpecialOptions Modifier and Type Method Description static void
ClipboardPasteUtil. 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.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PasteSpecialOptions Modifier and Type Method Description PasteSpecialOptions
PasteSpecialDialog__8_3_12. getPasteOptions()
Get paste options. -
Uses of PasteSpecialOptions in com._1c.g5.v8.dt.moxel.ui.operations
Constructors 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
-