Uses of Class
com._1c.g5.v8.dt.metadata.common.CellTextPosition
-
-
Uses of CellTextPosition in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return CellTextPosition Modifier and Type Method Description CellTextPosition
TextPositionRelativeToPictureInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type CellTextPosition Modifier and Type Method Description String
TextPositionRelativeToPictureInfo. 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 CellTextPosition Modifier and Type Field Description static 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 CellTextPosition Modifier and Type Method Description static CellTextPosition
CellTextPosition. get(int value)
Returns the 'Cell Text Position' literal with the specified integer value.static CellTextPosition
CellTextPosition. get(String literal)
Returns the 'Cell Text Position' literal with the specified literal value.static CellTextPosition
CellTextPosition. getByName(String name)
Returns the 'Cell Text Position' literal with the specified name.static CellTextPosition
CellTextPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellTextPosition[]
CellTextPosition. values()
Returns an array containing the constants of this enum type, 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 CellTextPosition Modifier and Type Method Description CellTextPosition
CommonFactoryImpl. 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 CellTextPosition Modifier and Type Method Description CellTextPosition
Format. getTextPosition()
Returns the value of the 'Text Position' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type CellTextPosition Modifier and Type Method Description void
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 CellTextPosition Modifier and Type Method Description CellTextPosition
BaseFormattingCellProperties. getTextPosition()
Returns the value of the 'Text Position' attribute.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type CellTextPosition Modifier and Type Method Description void
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 CellTextPosition Modifier and Type Method Description CellTextPosition
BaseFormattingCellPropertiesImpl. getTextPosition()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellTextPosition Modifier and Type Method Description void
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 CellTextPosition Modifier and Type Method Description CellTextPosition
FormatImpl. getTextPosition()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type CellTextPosition Modifier and Type Method Description void
FormatImpl. setTextPosition(CellTextPosition newTextPosition)
-
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return CellTextPosition Modifier and Type Method Description static CellTextPosition
PositionHolder. getActualTextPosition(ReadOnlyFormat fmt)
Get actual text position relative to in-cell picture form instance ofReadOnlyFormat
CellTextPosition
ReadOnlyCellFullFormat. getTextPosition()
-
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return CellTextPosition Modifier and Type Method Description static CellTextPosition
MxlSerializerUtil. getCellTextPosition(int value)
Get text position relative to pictureCellTextPosition
ReadOnlyFormat. getTextPosition()
Get text position relative to pictureMethods in com._1c.g5.v8.dt.moxel.util with parameters of type CellTextPosition Modifier and Type Method Description static int
MxlSerializerUtil. getMxlTextPosition(CellTextPosition position)
Get value of mxl text position relative to picture
-