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 TextPlacement
StyleConverter.convert
(DataCompositionTextPlacementType placement) ConvertDataCompositionTextPlacementType
toTextPlacement
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type TextPlacementModifier and TypeMethodDescriptionStyleConverter.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 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 TypeMethodDescriptionvoid
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 TextPlacementModifier and TypeFieldDescriptionstatic final 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 TextPlacementModifier and TypeMethodDescriptionstatic TextPlacement
TextPlacement.get
(int value) Returns the 'Text Placement' literal with the specified integer value.static TextPlacement
Returns the 'Text Placement' literal with the specified literal value.static TextPlacement
Returns 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 TextPlacement
Returns 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 TypeMethodDescriptionvoid
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 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 TypeMethodDescriptionvoid
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 TextPlacementMethods in com._1c.g5.v8.dt.moxel.impl with parameters of type TextPlacementModifier and TypeMethodDescriptionvoid
FormatImpl.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