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 interfaceCommentDrawingA representation of the model object 'Comment Drawing'.Methods in com._1c.g5.v8.dt.moxel that return TextDrawing Modifier and Type Method Description TextDrawingMoxelFactory. 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 classCommentDrawingImplAn implementation of the model object 'Comment Drawing'.classTextDrawingImplAn implementation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return TextDrawing Modifier and Type Method Description TextDrawingMoxelFactoryImpl. 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 StringSheetAccessor. 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 TMoxelSwitch. caseTextDrawing(TextDrawing object)Returns the result of interpreting the object as an instance of 'Text Drawing'.
-