Class TextSpacing

java.lang.Object
com.independentsoft.office.drawing.TextSpacing

public class TextSpacing extends Object
The Class TextSpacing.
  • Constructor Details

    • TextSpacing

      public TextSpacing()
      Instantiates a new text spacing.
    • TextSpacing

      public TextSpacing(double value, TextSpacingUnit unit)
      Instantiates a new text spacing.
      Parameters:
      value - the value
      unit - the unit
  • Method Details

    • clone

      public TextSpacing clone()
      Overrides:
      clone in class Object
    • getUnit

      public TextSpacingUnit getUnit()
      Gets the unit.
      Returns:
      the unit
    • setUnit

      public void setUnit(TextSpacingUnit unit)
      Sets the unit.
      Parameters:
      unit - the new unit
    • getValue

      public double getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(double value)
      Sets the value.
      Parameters:
      value - the new value