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 void
MoxelDcsEditor. 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 SpreadsheetDocument
MoxelFactory. createSpreadsheetDocument()
Returns a new object of class 'Spreadsheet Document'.SpreadsheetDocument
SpreadsheetDocument. 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 void
SpreadsheetDocument. 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 class
SpreadsheetDocumentImpl
An implementation of the model object 'Spreadsheet Document'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetDocument Modifier and Type Method Description SpreadsheetDocument
MoxelFactoryImpl. createSpreadsheetDocument()
SpreadsheetDocument
SpreadsheetDocumentImpl. getBaseSheet()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetDocument Modifier and Type Method Description void
SpreadsheetDocumentImpl. 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 SpreadsheetDocument
MoxelEditor. document
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetDocument Modifier and Type Method Description static SpreadsheetDocument
ClipboardCopyUtil. copySelectedDrawings(SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder)
Copy selected drawings of spreadsheetstatic SpreadsheetDocument
ClipboardCopyUtil. copySheet(SheetAccessor srcSheet, Selection selection, boolean forBackUp)
Copy selected area as spreadsheet documentSpreadsheetDocument
SheetAccessor. getBaseSheet()
Get base sheet.SpreadsheetDocument
MoxelEditor. getDocument()
Получить документSpreadsheetDocument
SheetAccessor. getDocument()
Получить документstatic SpreadsheetDocument
ClipboardCopyUtil. 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 SpreadsheetDocument
ClipboardCopyUtil. makeDocumentCopy(SpreadsheetDocument spreadsheet)
Make a copy of spreadsheet document.static MoxelDescriptor
ClipboardCopyUtil. makeDocumentDescriptor(Selection selection, SpreadsheetDocument srcSheet)
Make descriptor for spreadsheet documentvoid
IExtensionHighlightComputer. setBaseSheet(SpreadsheetDocument baseSheet)
Set base spreadsheet.void
MoxelControl. setDocument(SpreadsheetDocument sheet_)
SetSpreadsheetDocument
to displayvoid
IExtensionHighlightComputer. 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 SpreadsheetDocument
SpreadsheetDocumentMerger. 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 boolean
MergeUtil. 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 RowsArea
MergeUtil. getAreaBetweenNamedRows(SpreadsheetDocument document, String nameOfTopArea, String nameOfBottomArea)
Get area between 2 named rows areas.static RowsArea
MergeUtil. getAreaOfNamedArea(SpreadsheetDocument document, String name)
Get area of named rows area.static RowsArea
MergeUtil. getCenterArea(SpreadsheetDocument sheet)
Get area between first named rows area and last named rows area.static RowsArea
MergeUtil. getCenterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows)
Get area between first named rows area and last named rows area.static RowsArea
MergeUtil. getFooterArea(SpreadsheetDocument sheet)
Get spreadsheet area below all named rows.static RowsArea
MergeUtil. getFooterArea(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows)
Get spreadsheet area below all named rows.static RowsArea
MergeUtil. getHeaderArea(SpreadsheetDocument sheet)
Get spreadsheet area above all named rows.static RowsArea
MergeUtil. 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.void
SheetCellsMerger. mergeSheets(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet, SpreadsheetDocument resultSheet)
Merge sheets.SpreadsheetDocument
SpreadsheetDocumentMerger. mergeSheets(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet)
Merge spreadsheet documents.void
ExtensionHighlightComputer. setBaseSheet(SpreadsheetDocument baseSheet)
void
ExtensionHighlightComputer. 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 ofPasteCellsOperation
PasteCellsOperation(String label, SheetAccessor sheet, Selection selection, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, PasteSpecialOptions pasteOptions, boolean nested)
Creates new instance ofPasteCellsOperation
PasteDrawingsOperation(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 SpreadsheetDocument
MoxelUtil. createEmbeddedSpreadsheetDocument()
Создать встраиваемый табличный документ.static SpreadsheetDocument
MoxelUtil. createSpreadsheetDocument()
Создать табличный документ.SpreadsheetDocument
MxlSerializer. deserializeMxl(IInPersistenceStorage storage)
Deserialize mxl documentstatic SpreadsheetDocument
V8MoxelSerializer. deserializeXML(InputStream inputStream, org.eclipse.emf.ecore.resource.Resource resource, Version runtimeVersion, CompatibilityMode compatibilityMode, Map<UUID,TypeItem> userDefinedTypes)
Load spreadsheet document from xml.static SpreadsheetDocument
MoxelTextReader. read(String string, org.eclipse.emf.ecore.EObject context)
ReadSpreadsheetDocument
form string.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetDocument Modifier and Type Method Description T
MoxelSwitch. caseSpreadsheetDocument(SpreadsheetDocument object)
Returns the result of interpreting the object as an instance of 'Spreadsheet Document'.static int
MoxelUtil. fillGroups(SpreadsheetDocument sheet, List<com._1c.g5.v8.dt.moxel.util.GroupInfo> allGroups, boolean rowGroups)
Fill spreadsheet document's groups structure.static Cell
MoxelUtil. getCell(SpreadsheetDocument document, int rowIndex, int columnIndex)
Get document cell.static int
MoxelUtil. getCellLineIndex(SpreadsheetDocument document, CellLine line)
Get index of CellLinestatic int
MoxelUtil. getColorIndex(SpreadsheetDocument sheet, Color color)
static int
MoxelUtil. getDrawingLineIndex(SpreadsheetDocument document, DrawingLine line)
Get index of DrawingLinestatic ReadOnlyFormat
MoxelUtil. getFormatByKey(SpreadsheetDocument document, int formatIndex)
Get format by key.static int
MoxelUtil. getHorizontalSize(SpreadsheetDocument document, int rowIndex)
Get document horizontal size for specified row.static int
MoxelUtil. getPictureIndex(SpreadsheetDocument sheet, Picture picture)
Get picture indexstatic Columns
MoxelUtil. getRowColumns(SpreadsheetDocument document, int rowIndex)
Get row columns.static Row
MoxelUtil. getRowContent(SpreadsheetDocument document, int rowIndex)
Get row content.static boolean
MoxelUtil. isEmbedded(SpreadsheetDocument document)
Проверить, является ли документ встроенным.static Cell
MoxelUtil. lookupCell(SpreadsheetDocument document, int rowIndex, int columnIndex)
Lookup for cell in spreadsheet document.static void
V8MoxelSerializer. serializeXML(SpreadsheetDocument sheet, Version runtimeVersion, CompatibilityMode compatibilityMode, String lineSeparator, LazyUriEncoder uriEncoder, OutputStream outputStream)
WritesSpreadsheetDocument
to XMLstatic void
V8MoxelSerializer. serializeXML(SpreadsheetDocument sheet, OutputStream outputStream)
WritesSpreadsheetDocument
to XMLstatic void
V8MoxelSerializer. serializeXML(SpreadsheetDocument sheet, OutputStream outputStream, Version runtimeVersion, CompatibilityMode compatibilityMode, String lineSeparator)
WritesSpreadsheetDocument
to XMLvoid
MxlSerializer. setDocument(SpreadsheetDocument sheet)
Set spreadsheetstatic String
MoxelTextWriter. write(SpreadsheetDocument document, boolean isForClipboard, org.eclipse.emf.ecore.EObject context)
WriteSpreadsheetDocument
to 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 void
SpreadsheetDocumentTemplateBuilder. fillSpreadsheetDocument(SpreadsheetDocument spreadsheetDocument, List<QuerySchemaTotalControlPoint> totals, List<QuerySchemaExpression> totalsExpressions, List<QuerySchemaExpression> allFields, boolean isCommonTotals)
Fill spreadsheet documentstatic void
SpreadsheetUtils. saveDocument(SpreadsheetDocument spreadsheetDocument)
Save document
-