Uses of Interface
com._1c.g5.v8.dt.moxel.content.SpreadsheetLine
-
-
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 SpreadsheetLine Modifier and Type Method Description protected LineSelectionDialog
ChartLineValueEditor. createLineSelectionDialog(SpreadsheetLine line)
protected LineSelectionDialog
LineValueEditor. createLineSelectionDialog(SpreadsheetLine line)
Creates line selection dialog for given line. -
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 SpreadsheetLine Modifier and Type Method Description org.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.content Modifier and Type Interface Description interface
CellLine
A representation of the model object 'Cell Line'.interface
DrawingLine
A representation of the model object 'Drawing Line'.Methods in com._1c.g5.v8.dt.moxel.content that return SpreadsheetLine Modifier and Type Method Description SpreadsheetLine
ContentFactory. createSpreadsheetLine()
Returns a new object of class 'Spreadsheet Line'.SpreadsheetLine
BaseFormattingCellProperties. getBottomBorder()
Returns the value of the 'Bottom Border' containment reference.SpreadsheetLine
BaseFormattingCellProperties. getLeftBorder()
Returns the value of the 'Left Border' containment reference.SpreadsheetLine
LineDrawingProperties. getLine()
Returns the value of the 'Line' containment reference.SpreadsheetLine
BaseFormattingCellProperties. getRightBorder()
Returns the value of the 'Right Border' containment reference.SpreadsheetLine
BaseFormattingCellProperties. getTopBorder()
Returns the value of the 'Top Border' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type SpreadsheetLine Modifier and Type Method Description void
BaseFormattingCellProperties. setBottomBorder(SpreadsheetLine value)
Sets the value of the 'Bottom Border
' containment reference.void
BaseFormattingCellProperties. setLeftBorder(SpreadsheetLine value)
Sets the value of the 'Left Border
' containment reference.void
LineDrawingProperties. setLine(SpreadsheetLine value)
Sets the value of the 'Line
' containment reference.void
BaseFormattingCellProperties. setRightBorder(SpreadsheetLine value)
Sets the value of the 'Right Border
' containment reference.void
BaseFormattingCellProperties. 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 SpreadsheetLine Modifier and Type Class Description class
CellLineImpl
An implementation of the model object 'Cell Line'.class
DrawingLineImpl
An implementation of the model object 'Drawing Line'.class
SpreadsheetLineImpl
An implementation of the model object 'Spreadsheet Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return SpreadsheetLine Modifier and Type Method Description SpreadsheetLine
ContentFactoryImpl. createSpreadsheetLine()
SpreadsheetLine
BaseFormattingCellPropertiesImpl. getBottomBorder()
SpreadsheetLine
BaseFormattingCellPropertiesImpl. getLeftBorder()
SpreadsheetLine
LineDrawingPropertiesImpl. getLine()
SpreadsheetLine
BaseFormattingCellPropertiesImpl. getRightBorder()
SpreadsheetLine
BaseFormattingCellPropertiesImpl. getTopBorder()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type SpreadsheetLine Modifier and Type Method Description void
BaseFormattingCellPropertiesImpl. setBottomBorder(SpreadsheetLine newBottomBorder)
void
BaseFormattingCellPropertiesImpl. setLeftBorder(SpreadsheetLine newLeftBorder)
void
LineDrawingPropertiesImpl. setLine(SpreadsheetLine newLine)
void
BaseFormattingCellPropertiesImpl. setRightBorder(SpreadsheetLine newRightBorder)
void
BaseFormattingCellPropertiesImpl. 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 SpreadsheetLine Modifier and Type Method Description T
ContentSwitch. 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 SpreadsheetLine Modifier and Type Method Description org.eclipse.emf.common.util.EList<SpreadsheetLine>
SpreadsheetDocumentImpl. getLines()
-
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetLine Modifier and Type Method Description SpreadsheetLine
SheetAccessor. getLineByKey(int index)
Получить линию по индексу.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetLine Modifier and Type Method Description int
SheetAccessor. getSpreadsheetLineKey(SpreadsheetLine line)
Get line indexConstructors in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetLine Constructor Description SpreadsheetLineInfo(SpreadsheetLine line)
Initial constructor -
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 SpreadsheetLine Modifier and Type Method Description SpreadsheetLine
LineSelectionDialog. getSelectedLine()
Gets the selected line.Constructors in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type SpreadsheetLine Constructor Description LineSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, SpreadsheetLine selectedLine)
Constructor.LineSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, SpreadsheetLine selectedLine, int minThickness, int maxThickness)
Constructor. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetLine Modifier and Type Method Description static int
MxlSerializerUtil. getLineOffset(SpreadsheetLine line)
Get line gapstatic int
MxlSerializerUtil. getLineWidth(SpreadsheetLine line)
Get line widthstatic UUID
MxlSerializerUtil. getMxlLineClass(SpreadsheetLine line)
Get line class idstatic int
MxlSerializerUtil. getMxlLineStyle(SpreadsheetLine line)
Get line style
-