Uses of Interface
com._1c.g5.v8.dt.moxel.content.BaseDrawingProperties
- 
Packages that use BaseDrawingProperties 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 BaseDrawingProperties in com._1c.g5.v8.dt.moxel.contentSubinterfaces of BaseDrawingProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interfaceBaseDrawingWithBackgroundPropertiesA representation of the model object 'Base Drawing With Background Properties'.interfaceEllipseDrawingPropertiesA representation of the model object 'Ellipse Drawing Properties'.interfaceGroupDrawingPropertiesA representation of the model object 'Group Drawing Properties'.interfaceLineDrawingPropertiesA representation of the model object 'Line 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 BaseDrawingProperties Modifier and Type Method Description BaseDrawingPropertiesContentFactory. createBaseDrawingProperties()Returns a new object of class 'Base Drawing Properties'.
- 
Uses of BaseDrawingProperties in com._1c.g5.v8.dt.moxel.content.implClasses in com._1c.g5.v8.dt.moxel.content.impl that implement BaseDrawingProperties Modifier and Type Class Description classBaseDrawingPropertiesImplAn implementation of the model object 'Base Drawing Properties'.classBaseDrawingWithBackgroundPropertiesImplAn implementation of the model object 'Base Drawing With Background Properties'.classEllipseDrawingPropertiesImplAn implementation of the model object 'Ellipse Drawing Properties'.classGroupDrawingPropertiesImplAn implementation of the model object 'Group Drawing Properties'.classLineDrawingPropertiesImplAn implementation of the model object 'Line 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 BaseDrawingProperties Modifier and Type Method Description BaseDrawingPropertiesContentFactoryImpl. createBaseDrawingProperties()
- 
Uses of BaseDrawingProperties in com._1c.g5.v8.dt.moxel.content.utilMethods in com._1c.g5.v8.dt.moxel.content.util with parameters of type BaseDrawingProperties Modifier and Type Method Description TContentSwitch. caseBaseDrawingProperties(BaseDrawingProperties object)Returns the result of interpreting the object as an instance of 'Base Drawing Properties'.
 
-