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 CellReferenceContentFactory. createCellReference()Returns a new object of class 'Cell Reference'.CellReferenceBaseDrawingProperties. getCellReference()Returns the value of the 'Cell Reference' containment reference.CellReferenceBaseFormattingCellProperties. getCellReference()Returns the value of the 'Cell Reference' containment reference.CellReferenceSpreadsheetProperties. 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 voidBaseDrawingProperties. setCellReference(CellReference value)Sets the value of the 'Cell Reference' containment reference.voidBaseFormattingCellProperties. setCellReference(CellReference value)Sets the value of the 'Cell Reference' containment reference.voidSpreadsheetProperties. 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 classCellReferenceImplAn 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 CellReferenceContentFactoryImpl. createCellReference()CellReferenceBaseDrawingPropertiesImpl. getCellReference()CellReferenceBaseFormattingCellPropertiesImpl. getCellReference()CellReferenceSpreadsheetPropertiesImpl. getCellReference()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellReference Modifier and Type Method Description voidBaseDrawingPropertiesImpl. setCellReference(CellReference newCellReference)voidBaseFormattingCellPropertiesImpl. setCellReference(CellReference newCellReference)voidSpreadsheetPropertiesImpl. 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 TContentSwitch. caseCellReference(CellReference object)Returns the result of interpreting the object as an instance of 'Cell Reference'.
-