Uses of Interface
com._1c.g5.v8.dt.moxel.content.SpreadsheetLine
Packages that use SpreadsheetLine
Package
Description
-
Uses of SpreadsheetLine in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionprotected LineSelectionDialogChartLineValueEditor.createLineSelectionDialog(SpreadsheetLine line) protected LineSelectionDialogLineValueEditor.createLineSelectionDialog(SpreadsheetLine line) Creates line selection dialog for given line. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.internal.moxel.sheet
Constructors in com._1c.g5.v8.dt.internal.moxel.sheet with parameters of type SpreadsheetLine -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type SpreadsheetLineModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SpreadsheetLine>SpreadsheetDocument.getLines()Returns the value of the 'Lines' containment reference list. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.content
Subinterfaces of SpreadsheetLine in com._1c.g5.v8.dt.moxel.contentModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Cell Line'.interfaceA representation of the model object 'Drawing Line'.Methods in com._1c.g5.v8.dt.moxel.content that return SpreadsheetLineModifier and TypeMethodDescriptionContentFactory.createSpreadsheetLine()Returns a new object of class 'Spreadsheet Line'.BaseFormattingCellProperties.getBottomBorder()Returns the value of the 'Bottom Border' containment reference.BaseFormattingCellProperties.getLeftBorder()Returns the value of the 'Left Border' containment reference.LineDrawingProperties.getLine()Returns the value of the 'Line' containment reference.BaseFormattingCellProperties.getRightBorder()Returns the value of the 'Right Border' containment reference.BaseFormattingCellProperties.getTopBorder()Returns the value of the 'Top Border' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionvoidBaseFormattingCellProperties.setBottomBorder(SpreadsheetLine value) Sets the value of the 'Bottom Border' containment reference.voidBaseFormattingCellProperties.setLeftBorder(SpreadsheetLine value) Sets the value of the 'Left Border' containment reference.voidLineDrawingProperties.setLine(SpreadsheetLine value) Sets the value of the 'Line' containment reference.voidBaseFormattingCellProperties.setRightBorder(SpreadsheetLine value) Sets the value of the 'Right Border' containment reference.voidBaseFormattingCellProperties.setTopBorder(SpreadsheetLine value) Sets the value of the 'Top Border' containment reference. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement SpreadsheetLineModifier and TypeClassDescriptionclassAn implementation of the model object 'Cell Line'.classAn implementation of the model object 'Drawing Line'.classAn implementation of the model object 'Spreadsheet Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return SpreadsheetLineModifier and TypeMethodDescriptionContentFactoryImpl.createSpreadsheetLine()BaseFormattingCellPropertiesImpl.getBottomBorder()BaseFormattingCellPropertiesImpl.getLeftBorder()LineDrawingPropertiesImpl.getLine()BaseFormattingCellPropertiesImpl.getRightBorder()BaseFormattingCellPropertiesImpl.getTopBorder()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionvoidBaseFormattingCellPropertiesImpl.setBottomBorder(SpreadsheetLine newBottomBorder) voidBaseFormattingCellPropertiesImpl.setLeftBorder(SpreadsheetLine newLeftBorder) voidLineDrawingPropertiesImpl.setLine(SpreadsheetLine newLine) voidBaseFormattingCellPropertiesImpl.setRightBorder(SpreadsheetLine newRightBorder) voidBaseFormattingCellPropertiesImpl.setTopBorder(SpreadsheetLine newTopBorder) -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionContentSwitch.caseSpreadsheetLine(SpreadsheetLine object) Returns the result of interpreting the object as an instance of 'Spreadsheet Line'. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type SpreadsheetLineModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SpreadsheetLine>SpreadsheetDocumentImpl.getLines() -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.internal.ui.properties.models
Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.models with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionvoidEmfMoxelSpreadsheetLineModel.set(SpreadsheetLine selectedLine) voidISpreadsheetLineModel.set(SpreadsheetLine selectedLine) Sets selected line. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return SpreadsheetLineModifier and TypeMethodDescriptionSheetAccessor.getLineByKey(int index) Получить линию по индексу.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionintSheetAccessor.getSpreadsheetLineKey(SpreadsheetLine line) Get line index -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return SpreadsheetLineConstructors in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type SpreadsheetLineModifierConstructorDescriptionLineSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, SpreadsheetLine selectedLine) Constructor.LineSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, SpreadsheetLine selectedLine, int minThickness, int maxThickness) Constructor.