Uses of Class
com._1c.g5.v8.dt.moxel.content.TextPlacement
- 
- 
Uses of TextPlacement in com._1c.g5.v8.dt.dcs.ui.templates.utilMethods in com._1c.g5.v8.dt.dcs.ui.templates.util that return TextPlacement Modifier and Type Method Description static TextPlacementStyleConverter. convert(DataCompositionTextPlacementType placement)ConvertDataCompositionTextPlacementTypetoTextPlacement.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type TextPlacement Modifier and Type Method Description static DataCompositionTextPlacementTypeStyleConverter. convert(TextPlacement placement)ConvertTextPlacementtoDataCompositionTextPlacementType.
- 
Uses of TextPlacement in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return TextPlacement Modifier and Type Method Description TextPlacementFormat. getTextPlacement()Returns the value of the 'Text Placement' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type TextPlacement Modifier and Type Method Description voidFormat. setTextPlacement(TextPlacement value)Sets the value of the 'Text Placement' attribute.
- 
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.contentFields in com._1c.g5.v8.dt.moxel.content with type parameters of type TextPlacement Modifier and Type Field Description static List<TextPlacement>TextPlacement. VALUESA public read-only list of all the 'Text Placement' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return TextPlacement Modifier and Type Method Description static TextPlacementTextPlacement. get(int value)Returns the 'Text Placement' literal with the specified integer value.static TextPlacementTextPlacement. get(String literal)Returns the 'Text Placement' literal with the specified literal value.static TextPlacementTextPlacement. getByName(String name)Returns the 'Text Placement' literal with the specified name.TextPlacementBaseFormattingCellProperties. getTextPlacement()Returns the value of the 'Text Placement' attribute.TextPlacementTextDrawingProperties. getTextPlacement()Returns the value of the 'Text Placement' attribute.static TextPlacementTextPlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static TextPlacement[]TextPlacement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type TextPlacement Modifier and Type Method Description voidBaseFormattingCellProperties. setTextPlacement(TextPlacement value)Sets the value of the 'Text Placement' attribute.voidTextDrawingProperties. setTextPlacement(TextPlacement value)Sets the value of the 'Text Placement' attribute.
- 
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.content.implMethods in com._1c.g5.v8.dt.moxel.content.impl that return TextPlacement Modifier and Type Method Description TextPlacementContentFactoryImpl. createTextPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)TextPlacementBaseFormattingCellPropertiesImpl. getTextPlacement()TextPlacementTextDrawingPropertiesImpl. getTextPlacement()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type TextPlacement Modifier and Type Method Description voidBaseFormattingCellPropertiesImpl. setTextPlacement(TextPlacement newTextPlacement)voidTextDrawingPropertiesImpl. setTextPlacement(TextPlacement newTextPlacement)
- 
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return TextPlacement Modifier and Type Method Description TextPlacementFormatImpl. getTextPlacement()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type TextPlacement Modifier and Type Method Description voidFormatImpl. setTextPlacement(TextPlacement newTextPlacement)
- 
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return TextPlacement Modifier and Type Method Description TextPlacementReadOnlyCellFullFormat. getTextPlacement()TextPlacementSheetAccessor. getTextPlacement(ReadOnlyFormat format)Получить тип вывода текста.
- 
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return TextPlacement Modifier and Type Method Description static TextPlacementMxlSerializerUtil. getTextPlacement(int val)Get text placementTextPlacementReadOnlyFormat. getTextPlacement()Methods in com._1c.g5.v8.dt.moxel.util with parameters of type TextPlacement Modifier and Type Method Description static intMxlSerializerUtil. getMxlTextPlacement(TextPlacement placement)Get mxl text placement
- 
Uses of TextPlacement in com._1c.g5.v8.dt.qw.ui.utilsFields in com._1c.g5.v8.dt.qw.ui.utils declared as TextPlacement Modifier and Type Field Description TextPlacementSpreadsheetUtils.TextParams. textPlacement
 
-