Uses of Interface
com._1c.g5.v8.dt.moxel.content.RectangleDrawingProperties
- 
Packages that use RectangleDrawingProperties 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 RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.contentSubinterfaces of RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interfaceTextDrawingPropertiesA representation of the model object 'Text Drawing Properties'.Methods in com._1c.g5.v8.dt.moxel.content that return RectangleDrawingProperties Modifier and Type Method Description RectangleDrawingPropertiesContentFactory. createRectangleDrawingProperties()Returns a new object of class 'Rectangle Drawing Properties'.
- 
Uses of RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.content.implClasses in com._1c.g5.v8.dt.moxel.content.impl that implement RectangleDrawingProperties Modifier and Type Class Description 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 RectangleDrawingProperties Modifier and Type Method Description RectangleDrawingPropertiesContentFactoryImpl. createRectangleDrawingProperties()
- 
Uses of RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.content.utilMethods in com._1c.g5.v8.dt.moxel.content.util with parameters of type RectangleDrawingProperties Modifier and Type Method Description TContentSwitch. caseRectangleDrawingProperties(RectangleDrawingProperties object)Returns the result of interpreting the object as an instance of 'Rectangle Drawing Properties'.
 
-