Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.VerticalAlign
Packages that use VerticalAlign
Package
Description
-
Uses of VerticalAlign in com._1c.g5.v8.dt.bp.scheme.model
Methods in com._1c.g5.v8.dt.bp.scheme.model that return VerticalAlignModifier and TypeMethodDescriptionGraphicalSchemeItem.getVerticalAlign()
Returns the value of the 'Vertical Align' attribute.Methods in com._1c.g5.v8.dt.bp.scheme.model with parameters of type VerticalAlignModifier and TypeMethodDescriptionvoid
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 VerticalAlignMethods in com._1c.g5.v8.dt.bp.scheme.model.impl with parameters of type VerticalAlignModifier and TypeMethodDescriptionvoid
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 VerticalAlignMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type VerticalAlignModifier and TypeMethodDescriptionVerticalAlignInfo.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 VerticalAlignModifier and TypeMethodDescriptionstatic VerticalAlign
StyleConverter.convert
(VerticalAlignment alignment) ConvertVerticalAlignment
toVerticalAlign
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type VerticalAlignModifier and TypeMethodDescriptionstatic 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 VerticalAlignModifier and TypeFieldDescriptionstatic final 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 VerticalAlignModifier and TypeMethodDescriptionstatic VerticalAlign
VerticalAlign.get
(int value) Returns the 'Vertical Align' literal with the specified integer value.static VerticalAlign
Returns the 'Vertical Align' literal with the specified literal value.static VerticalAlign
Returns the 'Vertical Align' literal with the specified name.static VerticalAlign
Returns the enum constant of this class with the specified name.static VerticalAlign[]
VerticalAlign.values()
Returns an array containing the constants of this enum class, 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 VerticalAlignModifier and TypeMethodDescriptionCommonFactoryImpl.createVerticalAlignFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)