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.content
Subinterfaces of RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interface
TextDrawingProperties
A 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 RectangleDrawingProperties
ContentFactory. createRectangleDrawingProperties()
Returns a new object of class 'Rectangle Drawing Properties'. -
Uses of RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement RectangleDrawingProperties Modifier and Type Class Description class
RectangleDrawingPropertiesImpl
An implementation of the model object 'Rectangle Drawing Properties'.class
TextDrawingPropertiesImpl
An 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 RectangleDrawingProperties
ContentFactoryImpl. createRectangleDrawingProperties()
-
Uses of RectangleDrawingProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type RectangleDrawingProperties Modifier and Type Method Description T
ContentSwitch. caseRectangleDrawingProperties(RectangleDrawingProperties object)
Returns the result of interpreting the object as an instance of 'Rectangle Drawing Properties'.
-