Uses of Interface
com._1c.g5.v8.dt.moxel.content.CellsProperties
-
Packages that use CellsProperties 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 CellsProperties in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return CellsProperties Modifier and Type Method Description CellsProperties
ContentFactory. createCellsProperties()
Returns a new object of class 'Cells Properties'. -
Uses of CellsProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement CellsProperties Modifier and Type Class Description class
CellsPropertiesImpl
An implementation of the model object 'Cells Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellsProperties Modifier and Type Method Description CellsProperties
ContentFactoryImpl. createCellsProperties()
-
Uses of CellsProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type CellsProperties Modifier and Type Method Description T
ContentSwitch. caseCellsProperties(CellsProperties object)
Returns the result of interpreting the object as an instance of 'Cells Properties'.
-