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