Uses of Class
com._1c.g5.v8.dt.metadata.common.CellTextPosition
- 
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return CellTextPosition Modifier and Type Method Description CellTextPositionTextPositionRelativeToPictureInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type CellTextPosition Modifier and Type Method Description StringTextPositionRelativeToPictureInfo. getValueText(IV8Project v8project, String langCode, CellTextPosition value)booleanTextPositionRelativeToPictureInfo. isValuesEquals(CellTextPosition value1, CellTextPosition value2)
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type CellTextPosition Modifier and Type Field Description static List<CellTextPosition>CellTextPosition. VALUESA 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 CellTextPositionCellTextPosition. get(int value)Returns the 'Cell Text Position' literal with the specified integer value.static CellTextPositionCellTextPosition. get(String literal)Returns the 'Cell Text Position' literal with the specified literal value.static CellTextPositionCellTextPosition. getByName(String name)Returns the 'Cell Text Position' literal with the specified name.static CellTextPositionCellTextPosition. 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.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return CellTextPosition Modifier and Type Method Description CellTextPositionCommonFactoryImpl. createCellTextPositionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return CellTextPosition Modifier and Type Method Description CellTextPositionFormat. 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 voidFormat. setTextPosition(CellTextPosition value)Sets the value of the 'Text Position' attribute.
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.contentMethods in com._1c.g5.v8.dt.moxel.content that return CellTextPosition Modifier and Type Method Description CellTextPositionBaseFormattingCellProperties. 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 voidBaseFormattingCellProperties. setTextPosition(CellTextPosition value)Sets the value of the 'Text Position' attribute.
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.content.implMethods in com._1c.g5.v8.dt.moxel.content.impl that return CellTextPosition Modifier and Type Method Description CellTextPositionBaseFormattingCellPropertiesImpl. getTextPosition()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellTextPosition Modifier and Type Method Description voidBaseFormattingCellPropertiesImpl. setTextPosition(CellTextPosition newTextPosition)
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return CellTextPosition Modifier and Type Method Description CellTextPositionFormatImpl. getTextPosition()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type CellTextPosition Modifier and Type Method Description voidFormatImpl. setTextPosition(CellTextPosition newTextPosition)
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return CellTextPosition Modifier and Type Method Description static CellTextPositionPositionHolder. getActualTextPosition(ReadOnlyFormat fmt)Get actual text position relative to in-cell picture form instance ofReadOnlyFormatCellTextPositionReadOnlyCellFullFormat. getTextPosition()
- 
Uses of CellTextPosition in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return CellTextPosition Modifier and Type Method Description static CellTextPositionMxlSerializerUtil. getCellTextPosition(int value)Get text position relative to pictureCellTextPositionReadOnlyFormat. 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 intMxlSerializerUtil. getMxlTextPosition(CellTextPosition position)Get value of mxl text position relative to picture
 
-