Uses of Interface
com._1c.g5.v8.dt.moxel.TextDrawing
-
Packages that use TextDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util -
-
Uses of TextDrawing in com._1c.g5.v8.dt.moxel
Subinterfaces of TextDrawing in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
CommentDrawing
A representation of the model object 'Comment Drawing'.Methods in com._1c.g5.v8.dt.moxel that return TextDrawing Modifier and Type Method Description TextDrawing
MoxelFactory. createTextDrawing()
Returns a new object of class 'Text Drawing'. -
Uses of TextDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement TextDrawing Modifier and Type Class Description class
CommentDrawingImpl
An implementation of the model object 'Comment Drawing'.class
TextDrawingImpl
An implementation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return TextDrawing Modifier and Type Method Description TextDrawing
MoxelFactoryImpl. createTextDrawing()
-
Uses of TextDrawing in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type TextDrawing Modifier and Type Method Description String
SheetAccessor. getDrawingText(TextDrawing textDrawing)
Get drawing text -
Uses of TextDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type TextDrawing Modifier and Type Method Description T
MoxelSwitch. caseTextDrawing(TextDrawing object)
Returns the result of interpreting the object as an instance of 'Text Drawing'.
-