Uses of Class
com._1c.g5.v8.dt.metadata.common.VerticalAlign
- 
- 
Uses of VerticalAlign in com._1c.g5.v8.dt.bp.scheme.modelMethods in com._1c.g5.v8.dt.bp.scheme.model that return VerticalAlign Modifier and Type Method Description VerticalAlignGraphicalSchemeItem. getVerticalAlign()Returns the value of the 'Vertical Align' attribute.Methods in com._1c.g5.v8.dt.bp.scheme.model with parameters of type VerticalAlign Modifier and Type Method Description voidGraphicalSchemeItem. setVerticalAlign(VerticalAlign value)Sets the value of the 'Vertical Align' attribute.
- 
Uses of VerticalAlign in com._1c.g5.v8.dt.bp.scheme.model.implMethods in com._1c.g5.v8.dt.bp.scheme.model.impl that return VerticalAlign Modifier and Type Method Description VerticalAlignGraphicalSchemeItemImpl. getVerticalAlign()Methods in com._1c.g5.v8.dt.bp.scheme.model.impl with parameters of type VerticalAlign Modifier and Type Method Description voidGraphicalSchemeItemImpl. setVerticalAlign(VerticalAlign newVerticalAlign)
- 
Uses of VerticalAlign in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return VerticalAlign Modifier and Type Method Description VerticalAlignVerticalAlignInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type VerticalAlign Modifier and Type Method Description StringVerticalAlignInfo. getValueText(IV8Project v8project, String langCode, VerticalAlign value)booleanVerticalAlignInfo. isValuesEquals(VerticalAlign value1, VerticalAlign value2)
- 
Uses of VerticalAlign in com._1c.g5.v8.dt.dcs.ui.templates.utilMethods in com._1c.g5.v8.dt.dcs.ui.templates.util that return VerticalAlign Modifier and Type Method Description static VerticalAlignStyleConverter. convert(VerticalAlignment alignment)ConvertVerticalAlignmenttoVerticalAlign.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type VerticalAlign Modifier and Type Method Description static VerticalAlignmentStyleConverter. convert(VerticalAlign alignment)ConvertVerticalAligntoVerticalAlignment.
- 
Uses of VerticalAlign in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type VerticalAlign Modifier and Type Field Description static List<VerticalAlign>VerticalAlign. VALUESA public read-only list of all the 'Vertical Align' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return VerticalAlign Modifier and Type Method Description static VerticalAlignVerticalAlign. get(int value)Returns the 'Vertical Align' literal with the specified integer value.static VerticalAlignVerticalAlign. get(String literal)Returns the 'Vertical Align' literal with the specified literal value.static VerticalAlignVerticalAlign. getByName(String name)Returns the 'Vertical Align' literal with the specified name.static VerticalAlignVerticalAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalAlign[]VerticalAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of VerticalAlign in com._1c.g5.v8.dt.metadata.common.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return VerticalAlign Modifier and Type Method Description VerticalAlignCommonFactoryImpl. createVerticalAlignFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-