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.content
Subinterfaces of BaseDrawingProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interface
BaseDrawingWithBackgroundProperties
A representation of the model object 'Base Drawing With Background Properties'.interface
EllipseDrawingProperties
A representation of the model object 'Ellipse Drawing Properties'.interface
GroupDrawingProperties
A representation of the model object 'Group Drawing Properties'.interface
LineDrawingProperties
A representation of the model object 'Line Drawing Properties'.interface
PictureDrawingProperties
A representation of the model object 'Picture Drawing Properties'.interface
RectangleDrawingProperties
A representation of the model object 'Rectangle Drawing Properties'.interface
TextDrawingProperties
A 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 BaseDrawingProperties
ContentFactory. createBaseDrawingProperties()
Returns a new object of class 'Base Drawing Properties'. -
Uses of BaseDrawingProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement BaseDrawingProperties Modifier and Type Class Description class
BaseDrawingPropertiesImpl
An implementation of the model object 'Base Drawing Properties'.class
BaseDrawingWithBackgroundPropertiesImpl
An implementation of the model object 'Base Drawing With Background Properties'.class
EllipseDrawingPropertiesImpl
An implementation of the model object 'Ellipse Drawing Properties'.class
GroupDrawingPropertiesImpl
An implementation of the model object 'Group Drawing Properties'.class
LineDrawingPropertiesImpl
An implementation of the model object 'Line Drawing Properties'.class
PictureDrawingPropertiesImpl
An implementation of the model object 'Picture Drawing Properties'.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 BaseDrawingProperties Modifier and Type Method Description BaseDrawingProperties
ContentFactoryImpl. createBaseDrawingProperties()
-
Uses of BaseDrawingProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type BaseDrawingProperties Modifier and Type Method Description T
ContentSwitch. caseBaseDrawingProperties(BaseDrawingProperties object)
Returns the result of interpreting the object as an instance of 'Base Drawing Properties'.
-