AlignmentValue

AlignmentValue

Overview

AlignmentValue is a class in Aspose.Cells FOSS for C++.

Represents alignment value.

This class provides 20 methods for working with AlignmentValue objects in C++ programs. Available methods include: AlignmentValue, Clone, GetHorizontal, GetIndentLevel, GetReadingOrder, GetRelativeIndent, GetShrinkToFit, GetTextRotation, GetVertical, GetWrapText, HorizontalAlignment, SetHorizontal, and 8 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: HorizontalAlignment, VerticalAlignment.

Accessor Methods

NameTypeAccessDescription
HorizontalAlignmentHorizontalAlignmentReadGets the horizontal alignment.
VerticalAlignmentVerticalAlignmentReadGets the vertical alignment.

Methods

SignatureDescription
HorizontalAlignment()HorizontalAlignmentGets or sets the horizontal.
VerticalAlignment()VerticalAlignmentGets or sets the vertical.
AlignmentValue()Initializes a new instance of the class.
GetHorizontal()HorizontalAlignmentGets or sets the horizontal.
SetHorizontal(value: HorizontalAlignment)Sets the horizontal value.
GetVertical()VerticalAlignmentGets or sets the vertical.
SetVertical(value: VerticalAlignment)Sets the vertical value.
GetWrapText()boolGets or sets a value indicating whether wrap text.
SetWrapText(value: bool)Sets the wrap text value.
GetIndentLevel()intGets or sets the indent level.
SetIndentLevel(value: int)Sets the indent level value.
GetTextRotation()intGets or sets the text rotation.
SetTextRotation(value: int)Sets the text rotation value.
GetShrinkToFit()boolGets or sets a value indicating whether shrink to fit.
SetShrinkToFit(value: bool)Sets the shrink to fit value.
GetReadingOrder()intGets or sets the reading order.
SetReadingOrder(value: int)Sets the reading order value.
GetRelativeIndent()intGets or sets the relative indent.
SetRelativeIndent(value: int)Sets the relative indent value.
Clone()AlignmentValueCreates a copy of the current instance. The alignment value.

See Also

 English