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 TypeMethodDescriptionvoidGraphicalSchemeItem.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 TypeMethodDescriptionvoidGraphicalSchemeItemImpl.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) booleanVerticalAlignInfo.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 VerticalAlignStyleConverter.convert(VerticalAlignment alignment) ConvertVerticalAlignmenttoVerticalAlign.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type VerticalAlignModifier and TypeMethodDescriptionstatic VerticalAlignmentStyleConverter.convert(VerticalAlign alignment) ConvertVerticalAligntoVerticalAlignment. -
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.VALUESA public read-only list of all the 'Vertical Align' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return VerticalAlignModifier and TypeMethodDescriptionstatic VerticalAlignVerticalAlign.get(int value) Returns the 'Vertical Align' literal with the specified integer value.static VerticalAlignReturns the 'Vertical Align' literal with the specified literal value.static VerticalAlignReturns the 'Vertical Align' literal with the specified name.static VerticalAlignReturns 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)