Uses of Enum Class
com._1c.g5.v8.dt.moxel.content.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
-
Uses of VerticalAlignment in com._1c.g5.v8.dt.dcs.ui.templates.util
Methods in com._1c.g5.v8.dt.dcs.ui.templates.util that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignment
StyleConverter.convert
(VerticalAlign alignment) ConvertVerticalAlign
toVerticalAlignment
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlign
StyleConverter.convert
(VerticalAlignment alignment) ConvertVerticalAlignment
toVerticalAlign
. -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return VerticalAlignmentModifier and TypeMethodDescriptionFormat.getPictureVerticalAlignment()
Returns the value of the 'Picture Vertical Alignment' attribute.Format.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
Format.setPictureVerticalAlignment
(VerticalAlignment value) Sets the value of the 'Picture Vertical Alignment
' attribute.void
Format.setVerticalAlignment
(VerticalAlignment value) Sets the value of the 'Vertical Alignment
' attribute. -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type VerticalAlignmentModifier and TypeFieldDescriptionstatic final List<VerticalAlignment>
VerticalAlignment.VALUES
A public read-only list of all the 'Vertical Alignment' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignment
VerticalAlignment.get
(int value) Returns the 'Vertical Alignment' literal with the specified integer value.static VerticalAlignment
Returns the 'Vertical Alignment' literal with the specified literal value.static VerticalAlignment
Returns the 'Vertical Alignment' literal with the specified name.BaseFormattingCellProperties.getPictureVerticalAlignment()
Returns the value of the 'Picture Vertical Alignment' attribute.BaseFormattingCellProperties.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.TextDrawingProperties.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.static VerticalAlignment
Returns the enum constant of this class with the specified name.static VerticalAlignment[]
VerticalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
BaseFormattingCellProperties.setPictureVerticalAlignment
(VerticalAlignment value) Sets the value of the 'Picture Vertical Alignment
' attribute.void
BaseFormattingCellProperties.setVerticalAlignment
(VerticalAlignment value) Sets the value of the 'Vertical Alignment
' attribute.void
TextDrawingProperties.setVerticalAlignment
(VerticalAlignment value) Sets the value of the 'Vertical Alignment
' attribute. -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return VerticalAlignmentModifier and TypeMethodDescriptionContentFactoryImpl.createVerticalAlignmentFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) BaseFormattingCellPropertiesImpl.getPictureVerticalAlignment()
BaseFormattingCellPropertiesImpl.getVerticalAlignment()
TextDrawingPropertiesImpl.getVerticalAlignment()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
BaseFormattingCellPropertiesImpl.setPictureVerticalAlignment
(VerticalAlignment newPictureVerticalAlignment) void
BaseFormattingCellPropertiesImpl.setVerticalAlignment
(VerticalAlignment newVerticalAlignment) void
TextDrawingPropertiesImpl.setVerticalAlignment
(VerticalAlignment newVerticalAlignment) -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return VerticalAlignmentModifier and TypeMethodDescriptionFormatImpl.getPictureVerticalAlignment()
FormatImpl.getVerticalAlignment()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
FormatImpl.setPictureVerticalAlignment
(VerticalAlignment newPictureVerticalAlignment) void
FormatImpl.setVerticalAlignment
(VerticalAlignment newVerticalAlignment) -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return VerticalAlignmentModifier and TypeMethodDescriptionReadOnlyCellFullFormat.getPictureVerticalAlignment()
ReadOnlyFormat.getPictureVerticalAlignment()
Get picture vertical alignmentSheetAccessor.getVerticalAlign
(ReadOnlyFormat format) Получить вертикальное выравнивание.ReadOnlyCellFullFormat.getVerticalAlignment()
ReadOnlyFormat.getVerticalAlignment()
-
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignment
PositionHolder.getPictureVerticalAlignment
(ReadOnlyFormat fmt) Get in-cell picture vertical alignment from instance ofReadOnlyFormat
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionstatic void
DrawUtils.drawFormattedString
(org.eclipse.swt.graphics.GC gc, String str, V8Font v8Font, int contextDPI, V8Color v8TextColor, org.eclipse.swt.graphics.Rectangle drawRect, HorizontalAlignment horAlign, VerticalAlignment vertAlign, boolean blackAndWhiteMode, int zoomRatio, org.eclipse.swt.graphics.Font swtFont, IDtProject dtProject) Draws formatted string.void
MoxelOutputDeviceInfo.paintFormattedStringAndProcessedLink
(org.eclipse.swt.graphics.GC gc, String str, org.eclipse.swt.graphics.Rectangle drawRect, Font font, boolean wordWrap, Color textColor, boolean blackAndWhiteMode, HorizontalAlignment hAllign, VerticalAlignment vAllign, org.eclipse.swt.graphics.Font swtFont, IDtProject dtProject) Paints formatted string and processed link. -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return VerticalAlignmentModifier and TypeMethodDescriptionHeaderFooterDialog.DialogPropertiesBuilder.getFooterVerticalAlign()
Get footer vertical alignmentHeaderFooterDialog.getFooterVerticalAlign()
Get footer vertical alignmentHeaderFooterDialog.DialogPropertiesBuilder.getHeaderVerticalAlign()
Get header vertical alignmentHeaderFooterDialog.getHeaderVerticalAlign()
Get header vertical alignmentMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionHeaderFooterDialog.DialogPropertiesBuilder.setFooterVerticalAlign
(VerticalAlignment footerVerticalAlign) Set up footer vertical alignmentvoid
HeaderFooterDialog.setFooterVerticalAlign
(VerticalAlignment footerVerticalAlign) Set up header vertical alignmentHeaderFooterDialog.DialogPropertiesBuilder.setHeaderVerticalAlign
(VerticalAlignment headerVerticalAlign) Set up header vertical alignmentvoid
HeaderFooterDialog.setHeaderVerticalAlign
(VerticalAlignment headerVerticalAlign) Set up header vertical alignment -
Uses of VerticalAlignment in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type VerticalAlignmentModifierConstructorDescriptionChangeHeaderFooterOperation
(String label, SheetAccessor sheet_, boolean outputHeader_, int outputHeaderFrom_, VerticalAlignment headerVerticalAlign_, Font headerFont_, String headerLeftText_, String headerCenterText_, String headerRightText_, boolean outputFooter_, int outputFooterFrom_, VerticalAlignment footerVerticalAlign_, Font footerFont_, String footerLeftText_, String footerCenterText_, String footerRightText_) -
Uses of VerticalAlignment in com._1c.g5.v8.dt.qw.ui.utils
Fields in com._1c.g5.v8.dt.qw.ui.utils declared as VerticalAlignment