Uses of Interface
com._1c.g5.v8.dt.moxel.content.CellReference
-
Packages that use CellReference Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util -
-
Uses of CellReference in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return CellReference Modifier and Type Method Description CellReference
ContentFactory. createCellReference()
Returns a new object of class 'Cell Reference'.CellReference
BaseDrawingProperties. getCellReference()
Returns the value of the 'Cell Reference' containment reference.CellReference
BaseFormattingCellProperties. getCellReference()
Returns the value of the 'Cell Reference' containment reference.CellReference
SpreadsheetProperties. getCellReference()
Returns the value of the 'Cell Reference' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type CellReference Modifier and Type Method Description void
BaseDrawingProperties. setCellReference(CellReference value)
Sets the value of the 'Cell Reference
' containment reference.void
BaseFormattingCellProperties. setCellReference(CellReference value)
Sets the value of the 'Cell Reference
' containment reference.void
SpreadsheetProperties. setCellReference(CellReference value)
Sets the value of the 'Cell Reference
' containment reference. -
Uses of CellReference in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement CellReference Modifier and Type Class Description class
CellReferenceImpl
An implementation of the model object 'Cell Reference'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellReference Modifier and Type Method Description CellReference
ContentFactoryImpl. createCellReference()
CellReference
BaseDrawingPropertiesImpl. getCellReference()
CellReference
BaseFormattingCellPropertiesImpl. getCellReference()
CellReference
SpreadsheetPropertiesImpl. getCellReference()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellReference Modifier and Type Method Description void
BaseDrawingPropertiesImpl. setCellReference(CellReference newCellReference)
void
BaseFormattingCellPropertiesImpl. setCellReference(CellReference newCellReference)
void
SpreadsheetPropertiesImpl. setCellReference(CellReference newCellReference)
-
Uses of CellReference in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type CellReference Modifier and Type Method Description T
ContentSwitch. caseCellReference(CellReference object)
Returns the result of interpreting the object as an instance of 'Cell Reference'.
-