Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.CellTextPosition
Packages that use CellTextPosition
Package
Description
-
Uses of CellTextPosition in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return CellTextPositionMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type CellTextPositionModifier and TypeMethodDescriptionTextPositionRelativeToPictureInfo.getValueText
(IV8Project v8project, String langCode, CellTextPosition value) boolean
TextPositionRelativeToPictureInfo.isValuesEquals
(CellTextPosition value1, CellTextPosition value2) -
Uses of CellTextPosition in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type CellTextPositionModifier and TypeFieldDescriptionstatic final List<CellTextPosition>
CellTextPosition.VALUES
A public read-only list of all the 'Cell Text Position' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return CellTextPositionModifier and TypeMethodDescriptionstatic CellTextPosition
CellTextPosition.get
(int value) Returns the 'Cell Text Position' literal with the specified integer value.static CellTextPosition
Returns the 'Cell Text Position' literal with the specified literal value.static CellTextPosition
Returns the 'Cell Text Position' literal with the specified name.static CellTextPosition
Returns the enum constant of this class with the specified name.static CellTextPosition[]
CellTextPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CellTextPosition in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return CellTextPositionModifier and TypeMethodDescriptionCommonFactoryImpl.createCellTextPositionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return CellTextPositionModifier and TypeMethodDescriptionFormat.getTextPosition()
Returns the value of the 'Text Position' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type CellTextPositionModifier and TypeMethodDescriptionvoid
Format.setTextPosition
(CellTextPosition value) Sets the value of the 'Text Position
' attribute. -
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return CellTextPositionModifier and TypeMethodDescriptionBaseFormattingCellProperties.getTextPosition()
Returns the value of the 'Text Position' attribute.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type CellTextPositionModifier and TypeMethodDescriptionvoid
BaseFormattingCellProperties.setTextPosition
(CellTextPosition value) Sets the value of the 'Text Position
' attribute. -
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellTextPositionMethods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellTextPositionModifier and TypeMethodDescriptionvoid
BaseFormattingCellPropertiesImpl.setTextPosition
(CellTextPosition newTextPosition) -
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return CellTextPositionMethods in com._1c.g5.v8.dt.moxel.impl with parameters of type CellTextPositionModifier and TypeMethodDescriptionvoid
FormatImpl.setTextPosition
(CellTextPosition newTextPosition) -
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return CellTextPositionModifier and TypeMethodDescriptionReadOnlyCellFullFormat.getTextPosition()
ReadOnlyFormat.getTextPosition()
Get text position relative to picture -
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return CellTextPositionModifier and TypeMethodDescriptionstatic CellTextPosition
PositionHolder.getActualTextPosition
(ReadOnlyFormat fmt) Get actual text position relative to in-cell picture form instance ofReadOnlyFormat