Uses of Interface
com._1c.g5.v8.dt.moxel.SpreadsheetDocument
Packages that use SpreadsheetDocument
Package
Description
-
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.dcs.ui.templates
Methods in com._1c.g5.v8.dt.dcs.ui.templates with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoidMoxelDcsEditor.init(org.eclipse.ui.IEditorSite site, IEditingContext editingContext, SpreadsheetDocument document) Custom initialization method. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.internal.moxel.serializer
Constructors in com._1c.g5.v8.dt.internal.moxel.serializer with parameters of type SpreadsheetDocumentModifierConstructorDescriptionMxlSerializer(SpreadsheetDocument sheet, IDtProject dtProject) Create ssnew instance ofMxlSerializer -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.internal.moxel.ui.extension
Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension that return SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocumentMoxelExtensionService.getMainConfigurationSpreadsheet(SpreadsheetDocument adopted) Get spreadsheet from main configuration by adopted spreadsheet.static SpreadsheetDocumentMoxelExtensionService.getPageContent(org.eclipse.ui.IEditorPart editor, String pageId) Gets content of provided editor's page.Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocumentMoxelExtensionService.getMainConfigurationSpreadsheet(SpreadsheetDocument adopted) Get spreadsheet from main configuration by adopted spreadsheet.static MdObjectMoxelExtensionService.getOwnerTemplate(SpreadsheetDocument adopted) Get owner template (metedata object) by spreadsheet document.static org.eclipse.ui.IEditorPartMoxelExtensionService.lookupTemplateEditor(SpreadsheetDocument sheet) Lookup for opened editor for specifiedSpreadsheetDocument -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.internal.moxel.ui.extension.adopt
Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension.adopt that return SpreadsheetDocumentModifier and TypeMethodDescriptionSpreadsheetDocumentAdopterParticipant.adopt(SpreadsheetDocument nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension.adopt with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionSpreadsheetDocumentAdopterParticipant.adopt(SpreadsheetDocument nativeObject, Version version, IAdopterContext context) voidSpreadsheetDocumentAdopterParticipant.beforeUpdate(SpreadsheetDocument source, SpreadsheetDocument adopted, Set<org.eclipse.emf.ecore.EObject> objectsToAdopt, org.eclipse.core.runtime.IProgressMonitor monitor) voidSpreadsheetDocumentAdopterParticipant.updateAdopted(SpreadsheetDocument nativeObject, SpreadsheetDocument adoptedObject, IAdopterContext context) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return SpreadsheetDocumentModifier and TypeMethodDescriptionMoxelFactory.createSpreadsheetDocument()Returns a new object of class 'Spreadsheet Document'.SpreadsheetDocument.getBaseSheet()Returns the value of the 'Base Sheet' containment reference.PivotTable.getNotStandardAppearance()Returns the value of the 'Not Standard Appearance' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoidSpreadsheetDocument.setBaseSheet(SpreadsheetDocument value) Sets the value of the 'Base Sheet' containment reference.voidPivotTable.setNotStandardAppearance(SpreadsheetDocument value) Sets the value of the 'Not Standard Appearance' containment reference. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement SpreadsheetDocumentModifier and TypeClassDescriptionclassAn implementation of the model object 'Spreadsheet Document'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetDocumentModifier and TypeMethodDescriptionMoxelFactoryImpl.createSpreadsheetDocument()SpreadsheetDocumentImpl.getBaseSheet()PivotTableImpl.getNotStandardAppearance()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoidSpreadsheetDocumentImpl.setBaseSheet(SpreadsheetDocument newBaseSheet) voidPivotTableImpl.setNotStandardAppearance(SpreadsheetDocument newNotStandardAppearance) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.internal.ui.properties.editor
Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.editor that return types with arguments of type SpreadsheetDocument -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocumentSheetFactory.createEmbeddedSpreadsheetDocument(IDtProject dtProject) Creates embedded spreadsheet document.static SpreadsheetDocumentSheetFactory.createInteractiveSpreadsheetDocument(IDtProject dtProject) Creates spreadsheet document for interactive using (for UI).static SpreadsheetDocumentSheetFactory.createSpreadsheetDocument()Creates new spreadsheet document.static SpreadsheetDocumentSheetFactory.createSpreadsheetDocument(IDtProject dtProject) Creates spreadsheet document for interactive using (for UI).SheetAccessor.getDocument()Получить документMethods in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoidSheetAccessor.setDocument(SpreadsheetDocument document) Sets document.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetDocumentModifierConstructorDescriptionSheetAccessor(SpreadsheetDocument document) Конструктор.SheetAccessor(SpreadsheetDocument document, IDtProject dtProject) Конструктор. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.editor
Fields in com._1c.g5.v8.dt.moxel.ui.editor declared as SpreadsheetDocumentMethods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocumentClipboardCopyUtil.copySelectedDrawings(SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder) Copy selected drawings of spreadsheetstatic SpreadsheetDocumentClipboardCopyUtil.copySheet(SheetAccessor srcSheet, Selection selection, boolean forBackUp) Copy selected area as spreadsheet documentMoxelEditor.getDocument()Получить документstatic SpreadsheetDocumentClipboardCopyUtil.makeDocumentCopy(SpreadsheetDocument spreadsheet) Make a copy of spreadsheet document.static SpreadsheetDocumentReadSpreadsheetDocumentform string.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocumentClipboardCopyUtil.makeDocumentCopy(SpreadsheetDocument spreadsheet) Make a copy of spreadsheet document.static MoxelDescriptorClipboardCopyUtil.makeDocumentDescriptor(Selection selection, SpreadsheetDocument srcSheet) Make descriptor for spreadsheet documentvoidIExtensionHighlightComputer.setBaseSheet(SpreadsheetDocument baseSheet) Set base spreadsheet.voidMoxelControl.setDocument(SpreadsheetDocument sheet_) SetSpreadsheetDocumentto displayvoidIExtensionHighlightComputer.setSheet(SpreadsheetDocument sheet) Set result spreadsheet.static StringMoxelTextWriter.write(SpreadsheetDocument document, boolean isForClipboard, org.eclipse.emf.ecore.EObject context) WriteSpreadsheetDocumentto string.Constructors in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetDocumentModifierConstructorDescriptionPrintHelper(PrintInfoProvider printInfoProvider, SpreadsheetDocument sheet, MoxelRepaginator repaginator) Constructor -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff that return SpreadsheetDocumentModifier and TypeMethodDescriptionSpreadsheetDocumentMerger.mergeSheets(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet) Merge spreadsheet documents.Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic List<com._1c.g5.v8.dt.moxel.ui.extension.diff.CellElement>MergeUtil.convertRowToCellElements(SpreadsheetDocument sheet, int rowIndex) Convert row to the sequence of cell elements.static booleanMergeUtil.convertSheetToSubsheets(SpreadsheetDocument sheet, List<com._1c.g5.v8.dt.moxel.ui.extension.diff.SubsheetElement> subsheets) Convert sheet to list of subsheets.static List<ColumnElement>MergeUtil.convertSubsheetToColumnEelements(SpreadsheetDocument sheet, Columns columns) Convert subsheet to the sequence of column elements.static List<com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement>MergeUtil.convertSubsheetToRowElements(SpreadsheetDocument sheet, RowsArea subsheetRowsArea) Convert subsheet to the sequence of row elements.static RowsAreaMergeUtil.getAreaBetweenNamedRows(SpreadsheetDocument document, String nameOfTopArea, String nameOfBottomArea) Get area between 2 named rows areas.static RowsAreaMergeUtil.getAreaOfNamedArea(SpreadsheetDocument document, String name) Get area of named rows area.static RowsAreaMergeUtil.getCenterArea(SpreadsheetDocument sheet) Get area between first named rows area and last named rows area.static RowsAreaMergeUtil.getCenterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get area between first named rows area and last named rows area.static RowsAreaMergeUtil.getFooterArea(SpreadsheetDocument sheet) Get spreadsheet area below all named rows.static RowsAreaMergeUtil.getFooterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area below all named rows.static RowsAreaMergeUtil.getHeaderArea(SpreadsheetDocument sheet) Get spreadsheet area above all named rows.static RowsAreaMergeUtil.getHeaderArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area above all named rows.static List<NamedItemInfo>MergeUtil.getNamedColumnsSorted(SpreadsheetDocument sheet) Get named column areas sorted by left column.static List<NamedItemInfo>MergeUtil.getNamedRowsSorted(SpreadsheetDocument sheet) Get named row areas sorted by top row.static CellMergeUtil.lookupCell(SpreadsheetDocument document, int rowIndex, int columnIndex) Lookup for cell in spreadsheet document.voidSheetCellsMerger.mergeSheets(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet, SpreadsheetDocument resultSheet) Merge sheets.SpreadsheetDocumentMerger.mergeSheets(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet) Merge spreadsheet documents.voidExtensionHighlightComputer.setBaseSheet(SpreadsheetDocument baseSheet) voidExtensionHighlightComputer.setSheet(SpreadsheetDocument sheet) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type SpreadsheetDocumentModifierConstructorDescriptionPasteCellsOperation(String label, SheetAccessor sheet, Selection selection, boolean changeContentOrFormat, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, boolean nested) Creates new instance ofPasteCellsOperationPasteCellsOperation(String label, SheetAccessor sheet, Selection selection, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, PasteSpecialOptions pasteOptions, boolean nested) Creates new instance ofPasteCellsOperationPasteDrawingsOperation(String label, SheetAccessor sheet, Selection selection, List<Drawing> selectedDrawings, PositionHolder positionholder, SpreadsheetDocument document, MoxelDescriptor description) Creates new instance ofPasteDrawingsOperation -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionMoxelSwitch.caseSpreadsheetDocument(SpreadsheetDocument object) Returns the result of interpreting the object as an instance of 'Spreadsheet Document'.static CellMoxelUtil.getCell(SpreadsheetDocument document, int rowIndex, int columnIndex) Get document cell.static ReadOnlyFormatMoxelUtil.getFormatByKey(SpreadsheetDocument document, int formatIndex) Get format by key.static intMoxelUtil.getHorizontalSize(SpreadsheetDocument document, int rowIndex) Get document horizontal size for specified row.static intMoxelUtil.getPictureIndex(SpreadsheetDocument sheet, Picture picture) Get picture indexstatic ColumnsMoxelUtil.getRowColumns(SpreadsheetDocument document, int rowIndex) Get row columns.static ColumnsMoxelUtil.getRowColumns(SpreadsheetDocument document, Row row) Get row columns or default document columns.static RowMoxelUtil.getRowContent(SpreadsheetDocument document, int rowIndex) Get row content.static booleanMoxelUtil.isEmbedded(SpreadsheetDocument document) Проверить, является ли документ встроенным.Constructors in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetDocumentModifierConstructorDescriptionV8MoxelSerializer(IDtProject dtProject, SpreadsheetDocument sheet) Creates new serializer instance. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic Pair<SpreadsheetDocument,BasicTemplate> SpreadsheetUtils.buildDocument(String templateName, org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate) Make new spreadsheet documentSpreadsheetDocumentTemplateBuilder.buildSpreadsheetDocument(org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate) Build spreadsheet documentMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoidSpreadsheetDocumentTemplateBuilder.fillSpreadsheetDocument(SpreadsheetDocument spreadsheetDocument, List<QuerySchemaTotalControlPoint> totals, List<QuerySchemaExpression> totalsExpressions, List<QuerySchemaExpression> allFields, boolean isCommonTotals) Fill spreadsheet documentstatic voidSpreadsheetUtils.saveDocument(SpreadsheetDocument spreadsheetDocument) Save document