Skip to main content
All docs
V26.1
  • TextSpacing.Type Property

    Gets the text spacing type.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextSpacingType Type { get; }

    Property Value

    Type Description
    TextSpacingType

    The text spacing type.

    Available values:

    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.

    See Also