Uses of Interface
com._1c.g5.v8.dt.moxel.content.BaseDrawingWithBackgroundProperties
- 
Packages that use BaseDrawingWithBackgroundProperties 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 BaseDrawingWithBackgroundProperties in com._1c.g5.v8.dt.moxel.contentSubinterfaces of BaseDrawingWithBackgroundProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interfaceEllipseDrawingPropertiesA representation of the model object 'Ellipse Drawing Properties'.interfacePictureDrawingPropertiesA representation of the model object 'Picture Drawing Properties'.interfaceRectangleDrawingPropertiesA representation of the model object 'Rectangle Drawing Properties'.interfaceTextDrawingPropertiesA representation of the model object 'Text Drawing Properties'.Methods in com._1c.g5.v8.dt.moxel.content that return BaseDrawingWithBackgroundProperties Modifier and Type Method Description BaseDrawingWithBackgroundPropertiesContentFactory. createBaseDrawingWithBackgroundProperties()Returns a new object of class 'Base Drawing With Background Properties'.
- 
Uses of BaseDrawingWithBackgroundProperties in com._1c.g5.v8.dt.moxel.content.implClasses in com._1c.g5.v8.dt.moxel.content.impl that implement BaseDrawingWithBackgroundProperties Modifier and Type Class Description classBaseDrawingWithBackgroundPropertiesImplAn implementation of the model object 'Base Drawing With Background Properties'.classEllipseDrawingPropertiesImplAn implementation of the model object 'Ellipse Drawing Properties'.classPictureDrawingPropertiesImplAn implementation of the model object 'Picture Drawing Properties'.classRectangleDrawingPropertiesImplAn implementation of the model object 'Rectangle Drawing Properties'.classTextDrawingPropertiesImplAn implementation of the model object 'Text Drawing Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return BaseDrawingWithBackgroundProperties Modifier and Type Method Description BaseDrawingWithBackgroundPropertiesContentFactoryImpl. createBaseDrawingWithBackgroundProperties()
- 
Uses of BaseDrawingWithBackgroundProperties in com._1c.g5.v8.dt.moxel.content.utilMethods in com._1c.g5.v8.dt.moxel.content.util with parameters of type BaseDrawingWithBackgroundProperties Modifier and Type Method Description TContentSwitch. caseBaseDrawingWithBackgroundProperties(BaseDrawingWithBackgroundProperties object)Returns the result of interpreting the object as an instance of 'Base Drawing With Background Properties'.
 
-