Uses of Class
com._1c.g5.v8.dt.metadata.common.VerticalAlign
-
-
Uses of VerticalAlign in com._1c.g5.v8.dt.bp.scheme.model
Methods in com._1c.g5.v8.dt.bp.scheme.model that return VerticalAlign Modifier and Type Method Description VerticalAlign
GraphicalSchemeItem. 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 void
GraphicalSchemeItem. setVerticalAlign(VerticalAlign value)
Sets the value of the 'Vertical Align
' attribute. -
Uses of VerticalAlign in com._1c.g5.v8.dt.bp.scheme.model.impl
Methods in com._1c.g5.v8.dt.bp.scheme.model.impl that return VerticalAlign Modifier and Type Method Description VerticalAlign
GraphicalSchemeItemImpl. getVerticalAlign()
Methods in com._1c.g5.v8.dt.bp.scheme.model.impl with parameters of type VerticalAlign Modifier and Type Method Description void
GraphicalSchemeItemImpl. setVerticalAlign(VerticalAlign newVerticalAlign)
-
Uses of VerticalAlign in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return VerticalAlign Modifier and Type Method Description VerticalAlign
VerticalAlignInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type VerticalAlign Modifier and Type Method Description String
VerticalAlignInfo. getValueText(IV8Project v8project, String langCode, VerticalAlign value)
boolean
VerticalAlignInfo. isValuesEquals(VerticalAlign value1, VerticalAlign value2)
-
Uses of VerticalAlign in com._1c.g5.v8.dt.dcs.ui.templates.util
Methods in com._1c.g5.v8.dt.dcs.ui.templates.util that return VerticalAlign Modifier and Type Method Description static VerticalAlign
StyleConverter. convert(VerticalAlignment alignment)
ConvertVerticalAlignment
toVerticalAlign
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type VerticalAlign Modifier and Type Method Description static VerticalAlignment
StyleConverter. convert(VerticalAlign alignment)
ConvertVerticalAlign
toVerticalAlignment
. -
Uses of VerticalAlign in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type VerticalAlign Modifier and Type Field Description static List<VerticalAlign>
VerticalAlign. VALUES
A 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 VerticalAlign
VerticalAlign. get(int value)
Returns the 'Vertical Align' literal with the specified integer value.static VerticalAlign
VerticalAlign. get(String literal)
Returns the 'Vertical Align' literal with the specified literal value.static VerticalAlign
VerticalAlign. getByName(String name)
Returns the 'Vertical Align' literal with the specified name.static VerticalAlign
VerticalAlign. 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.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return VerticalAlign Modifier and Type Method Description VerticalAlign
CommonFactoryImpl. createVerticalAlignFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-