Enum LineSpaceSizeType

LineSpaceSizeType enumeration

Represents the unit type of line space size.

public enum LineSpaceSizeType

Values

NameValueDescription
Percentage0Represents in unit of a percentage of the text size.
Points1Represents in unit of points.

See Also