Uses of Interface
com._1c.g5.v8.dt.moxel.content.ColumnsRowsProperties
-
Packages that use ColumnsRowsProperties 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 ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content
Subinterfaces of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interface
ColumnsProperties
A representation of the model object 'Columns Properties'.interface
RowsProperties
A representation of the model object 'Rows Properties'.Methods in com._1c.g5.v8.dt.moxel.content that return ColumnsRowsProperties Modifier and Type Method Description ColumnsRowsProperties
ContentFactory. createColumnsRowsProperties()
Returns a new object of class 'Columns Rows Properties'. -
Uses of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement ColumnsRowsProperties Modifier and Type Class Description class
ColumnsPropertiesImpl
An implementation of the model object 'Columns Properties'.class
ColumnsRowsPropertiesImpl
An implementation of the model object 'Columns Rows Properties'.class
RowsPropertiesImpl
An implementation of the model object 'Rows Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return ColumnsRowsProperties Modifier and Type Method Description ColumnsRowsProperties
ContentFactoryImpl. createColumnsRowsProperties()
-
Uses of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type ColumnsRowsProperties Modifier and Type Method Description T
ContentSwitch. caseColumnsRowsProperties(ColumnsRowsProperties object)
Returns the result of interpreting the object as an instance of 'Columns Rows Properties'.
-