Skip to main content
All docs
V25.2
  • TextSpacing Members

    A text spacing.

    Constructors

    Name Description
    TextSpacing(TextSpacingType, Single) Initializes a new instance of the TextSpacing class with specified settings.

    Fields

    Name Description
    Automatic static Indicates that the text spacing is determined automatically.

    Properties

    Name Description
    Percentage Gets the text spacing value as a percentage.
    Points Gets the text spacing value in points.
    Type Gets the text spacing type.

    Methods

    Name Description
    Equals(TextSpacing) Determines whether the specified TextSpacing is equal to the current TextSpacing.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current TextSpacing.
    GetHashCode() Returns a number that identifies the object instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.
    See Also