Uses of Interface
com._1c.g5.v8.dt.moxel.SpreadsheetDocument
-
-
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 SpreadsheetDocument Modifier and Type Method Description voidMoxelDcsEditor. init(org.eclipse.ui.IEditorSite site, IEditingContext editingContext, SpreadsheetDocument document)Custom initialization method. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return SpreadsheetDocument Modifier and Type Method Description SpreadsheetDocumentMoxelFactory. createSpreadsheetDocument()Returns a new object of class 'Spreadsheet Document'.SpreadsheetDocumentSpreadsheetDocument. getBaseSheet()Returns the value of the 'Base Sheet' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type SpreadsheetDocument Modifier and Type Method Description voidSpreadsheetDocument. setBaseSheet(SpreadsheetDocument value)Sets the value of the 'Base Sheet' containment reference. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement SpreadsheetDocument Modifier and Type Class Description classSpreadsheetDocumentImplAn implementation of the model object 'Spreadsheet Document'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetDocument Modifier and Type Method Description SpreadsheetDocumentMoxelFactoryImpl. createSpreadsheetDocument()SpreadsheetDocumentSpreadsheetDocumentImpl. getBaseSheet()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetDocument Modifier and Type Method Description voidSpreadsheetDocumentImpl. setBaseSheet(SpreadsheetDocument newBaseSheet) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.editor
Fields in com._1c.g5.v8.dt.moxel.ui.editor declared as SpreadsheetDocument Modifier and Type Field Description protected SpreadsheetDocumentMoxelEditor. documentMethods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetDocument Modifier and Type Method Description static 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 documentSpreadsheetDocumentSheetAccessor. getBaseSheet()Get base sheet.SpreadsheetDocumentMoxelEditor. getDocument()Получить документSpreadsheetDocumentSheetAccessor. getDocument()Получить документstatic SpreadsheetDocumentClipboardCopyUtil. makeDocumentCopy(SpreadsheetDocument spreadsheet)Make a copy of spreadsheet document.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetDocument Modifier and Type Method Description static 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.Constructors in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetDocument Constructor Description PrintHelper(PrintInfoProvider printInfoProvider, SpreadsheetDocument sheet, MoxelRepaginator repaginator)ConstructorSheetAccessor(SpreadsheetDocument document)Конструктор. -
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 SpreadsheetDocument Modifier and Type Method Description SpreadsheetDocumentSpreadsheetDocumentMerger. 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 SpreadsheetDocument Modifier and Type Method Description static 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.voidSheetCellsMerger. mergeSheets(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet, SpreadsheetDocument resultSheet)Merge sheets.SpreadsheetDocumentSpreadsheetDocumentMerger. 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 SpreadsheetDocument Constructor Description PasteCellsOperation(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 that return SpreadsheetDocument Modifier and Type Method Description static SpreadsheetDocumentMoxelUtil. createEmbeddedSpreadsheetDocument()Создать встраиваемый табличный документ.static SpreadsheetDocumentMoxelUtil. createSpreadsheetDocument()Создать табличный документ.SpreadsheetDocumentMxlSerializer. deserializeMxl(IInPersistenceStorage storage)Deserialize mxl documentstatic SpreadsheetDocumentV8MoxelSerializer. deserializeXML(InputStream inputStream, org.eclipse.emf.ecore.resource.Resource resource, Version runtimeVersion, CompatibilityMode compatibilityMode, Map<UUID,TypeItem> userDefinedTypes)Load spreadsheet document from xml.static SpreadsheetDocumentMoxelTextReader. read(String string, org.eclipse.emf.ecore.EObject context)ReadSpreadsheetDocumentform string.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetDocument Modifier and Type Method Description TMoxelSwitch. caseSpreadsheetDocument(SpreadsheetDocument object)Returns the result of interpreting the object as an instance of 'Spreadsheet Document'.static intMoxelUtil. fillGroups(SpreadsheetDocument sheet, List<com._1c.g5.v8.dt.moxel.util.GroupInfo> allGroups, boolean rowGroups)Fill spreadsheet document's groups structure.static CellMoxelUtil. getCell(SpreadsheetDocument document, int rowIndex, int columnIndex)Get document cell.static intMoxelUtil. getCellLineIndex(SpreadsheetDocument document, CellLine line)Get index of CellLinestatic intMoxelUtil. getColorIndex(SpreadsheetDocument sheet, Color color)static intMoxelUtil. getDrawingLineIndex(SpreadsheetDocument document, DrawingLine line)Get index of DrawingLinestatic 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 RowMoxelUtil. getRowContent(SpreadsheetDocument document, int rowIndex)Get row content.static booleanMoxelUtil. isEmbedded(SpreadsheetDocument document)Проверить, является ли документ встроенным.static CellMoxelUtil. lookupCell(SpreadsheetDocument document, int rowIndex, int columnIndex)Lookup for cell in spreadsheet document.static voidV8MoxelSerializer. serializeXML(SpreadsheetDocument sheet, Version runtimeVersion, CompatibilityMode compatibilityMode, String lineSeparator, LazyUriEncoder uriEncoder, OutputStream outputStream)WritesSpreadsheetDocumentto XMLstatic voidV8MoxelSerializer. serializeXML(SpreadsheetDocument sheet, OutputStream outputStream)WritesSpreadsheetDocumentto XMLstatic voidV8MoxelSerializer. serializeXML(SpreadsheetDocument sheet, OutputStream outputStream, Version runtimeVersion, CompatibilityMode compatibilityMode, String lineSeparator)WritesSpreadsheetDocumentto XMLvoidMxlSerializer. setDocument(SpreadsheetDocument sheet)Set spreadsheetstatic StringMoxelTextWriter. write(SpreadsheetDocument document, boolean isForClipboard, org.eclipse.emf.ecore.EObject context)WriteSpreadsheetDocumentto string. -
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 SpreadsheetDocument Modifier and Type Method Description static Pair<SpreadsheetDocument,BasicTemplate>SpreadsheetUtils. buildDocument(String templateName, org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate)Make new spreadsheet documentPair<SpreadsheetDocument,BasicTemplate>SpreadsheetDocumentTemplateBuilder. 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 SpreadsheetDocument Modifier and Type Method Description voidSpreadsheetDocumentTemplateBuilder. fillSpreadsheetDocument(SpreadsheetDocument spreadsheetDocument, List<QuerySchemaTotalControlPoint> totals, List<QuerySchemaExpression> totalsExpressions, List<QuerySchemaExpression> allFields, boolean isCommonTotals)Fill spreadsheet documentstatic voidSpreadsheetUtils. saveDocument(SpreadsheetDocument spreadsheetDocument)Save document
-