Uses of Interface
com._1c.g5.v8.dt.moxel.PivotChartDrawing
-
Packages that use PivotChartDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of PivotChartDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return PivotChartDrawing Modifier and Type Method Description PivotChartDrawing
MoxelFactory. createPivotChartDrawing()
Returns a new object of class 'Pivot Chart Drawing'. -
Uses of PivotChartDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement PivotChartDrawing Modifier and Type Class Description class
PivotChartDrawingImpl
An implementation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return PivotChartDrawing Modifier and Type Method Description PivotChartDrawing
MoxelFactoryImpl. createPivotChartDrawing()
-
Uses of PivotChartDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type PivotChartDrawing Modifier and Type Method Description T
MoxelSwitch. casePivotChartDrawing(PivotChartDrawing object)
Returns the result of interpreting the object as an instance of 'Pivot Chart Drawing'.
-