Skip to main content
All docs
V26.1
  • TextSpacingType Enum

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public enum TextSpacingType

    Members

    Name Description
    Automatic

    Indicates that the text spacing is determined automatically.

    Percentage

    Indicates that the text spacing is specified as a percentage.

    Point

    Indicates that the text spacing is specified in points.

    Related API Members

    The following properties accept/return TextSpacingType values:

    See Also