Aspose::Cells::Drawing::Texts::LineSpaceSizeType enum

LineSpaceSizeType enum

Represents the unit type of line space size.

enum class LineSpaceSizeType

Values

NameValueDescription
Percentage0
Represents in unit of a percentage of the text size.
Points1
Represents in unit of points.

See Also