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