Uses of Class
com._1c.g5.v8.dt.moxel.content.TextPlacement
-
-
Uses of TextPlacement in com._1c.g5.v8.dt.dcs.ui.templates.util
Methods in com._1c.g5.v8.dt.dcs.ui.templates.util that return TextPlacement Modifier and Type Method Description static TextPlacement
StyleConverter. convert(DataCompositionTextPlacementType placement)
ConvertDataCompositionTextPlacementType
toTextPlacement
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type TextPlacement Modifier and Type Method Description static DataCompositionTextPlacementType
StyleConverter. convert(TextPlacement placement)
ConvertTextPlacement
toDataCompositionTextPlacementType
. -
Uses of TextPlacement in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return TextPlacement Modifier and Type Method Description TextPlacement
Format. 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 void
Format. setTextPlacement(TextPlacement value)
Sets the value of the 'Text Placement
' attribute. -
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type TextPlacement Modifier and Type Field Description static List<TextPlacement>
TextPlacement. VALUES
A 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 TextPlacement
TextPlacement. get(int value)
Returns the 'Text Placement' literal with the specified integer value.static TextPlacement
TextPlacement. get(String literal)
Returns the 'Text Placement' literal with the specified literal value.static TextPlacement
TextPlacement. getByName(String name)
Returns the 'Text Placement' literal with the specified name.TextPlacement
BaseFormattingCellProperties. getTextPlacement()
Returns the value of the 'Text Placement' attribute.TextPlacement
TextDrawingProperties. getTextPlacement()
Returns the value of the 'Text Placement' attribute.static TextPlacement
TextPlacement. 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 void
BaseFormattingCellProperties. setTextPlacement(TextPlacement value)
Sets the value of the 'Text Placement
' attribute.void
TextDrawingProperties. setTextPlacement(TextPlacement value)
Sets the value of the 'Text Placement
' attribute. -
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return TextPlacement Modifier and Type Method Description TextPlacement
ContentFactoryImpl. createTextPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
TextPlacement
BaseFormattingCellPropertiesImpl. getTextPlacement()
TextPlacement
TextDrawingPropertiesImpl. getTextPlacement()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type TextPlacement Modifier and Type Method Description void
BaseFormattingCellPropertiesImpl. setTextPlacement(TextPlacement newTextPlacement)
void
TextDrawingPropertiesImpl. setTextPlacement(TextPlacement newTextPlacement)
-
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return TextPlacement Modifier and Type Method Description TextPlacement
FormatImpl. getTextPlacement()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type TextPlacement Modifier and Type Method Description void
FormatImpl. setTextPlacement(TextPlacement newTextPlacement)
-
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return TextPlacement Modifier and Type Method Description TextPlacement
ReadOnlyCellFullFormat. getTextPlacement()
TextPlacement
SheetAccessor. getTextPlacement(ReadOnlyFormat format)
Получить тип вывода текста. -
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return TextPlacement Modifier and Type Method Description static TextPlacement
MxlSerializerUtil. getTextPlacement(int val)
Get text placementTextPlacement
ReadOnlyFormat. getTextPlacement()
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type TextPlacement Modifier and Type Method Description static int
MxlSerializerUtil. getMxlTextPlacement(TextPlacement placement)
Get mxl text placement -
Uses of TextPlacement in com._1c.g5.v8.dt.qw.ui.utils
Fields in com._1c.g5.v8.dt.qw.ui.utils declared as TextPlacement Modifier and Type Field Description TextPlacement
SpreadsheetUtils.TextParams. textPlacement
-