Class ShapeGuide

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

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

    • ShapeGuide

      public ShapeGuide()
      Instantiates a new shape guide.
  • Method Details

    • clone

      public ShapeGuide clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getFormula

      public String getFormula()
      Gets the formula.
      Returns:
      the formula
    • setFormula

      public void setFormula(String formula)
      Sets the formula.
      Parameters:
      formula - the new formula