Uses of Enum Class
com._1c.g5.v8.dt.moxel.content.TextPlacement
Packages that use TextPlacement
Package
Description
-
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 TextPlacementModifier and TypeMethodDescriptionstatic TextPlacementStyleConverter.convert(DataCompositionTextPlacementType placement) ConvertDataCompositionTextPlacementTypetoTextPlacement.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type TextPlacementModifier and TypeMethodDescriptionStyleConverter.convert(TextPlacement placement) ConvertTextPlacementtoDataCompositionTextPlacementType. -
Uses of TextPlacement in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return TextPlacementModifier and TypeMethodDescriptionFormat.getTextPlacement()Returns the value of the 'Text Placement' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type TextPlacementModifier and TypeMethodDescriptionvoidFormat.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 TextPlacementModifier and TypeFieldDescriptionstatic final 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 TextPlacementModifier and TypeMethodDescriptionstatic TextPlacementTextPlacement.get(int value) Returns the 'Text Placement' literal with the specified integer value.static TextPlacementReturns the 'Text Placement' literal with the specified literal value.static TextPlacementReturns the 'Text Placement' literal with the specified name.BaseFormattingCellProperties.getTextPlacement()Returns the value of the 'Text Placement' attribute.TextDrawingProperties.getTextPlacement()Returns the value of the 'Text Placement' attribute.static TextPlacementReturns the enum constant of this class with the specified name.static TextPlacement[]TextPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type TextPlacementModifier and TypeMethodDescriptionvoidBaseFormattingCellProperties.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.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return TextPlacementModifier and TypeMethodDescriptionContentFactoryImpl.createTextPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) BaseFormattingCellPropertiesImpl.getTextPlacement()TextDrawingPropertiesImpl.getTextPlacement()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type TextPlacementModifier and TypeMethodDescriptionvoidBaseFormattingCellPropertiesImpl.setTextPlacement(TextPlacement newTextPlacement) voidTextDrawingPropertiesImpl.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 TextPlacementMethods in com._1c.g5.v8.dt.moxel.impl with parameters of type TextPlacementModifier and TypeMethodDescriptionvoidFormatImpl.setTextPlacement(TextPlacement newTextPlacement) -
Uses of TextPlacement in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return TextPlacementModifier and TypeMethodDescriptionReadOnlyCellFullFormat.getTextPlacement()ReadOnlyFormat.getTextPlacement()SheetAccessor.getTextPlacement(ReadOnlyFormat format) Получить тип вывода текста. -
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