Class EmbeddedControl

java.lang.Object
com.independentsoft.office.spreadsheet.EmbeddedControl

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

    • EmbeddedControl

      public EmbeddedControl()
      Instantiates a new embedded control.
  • Method Details

    • clone

      public EmbeddedControl 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
    • getRelationshipID

      public String getRelationshipID()
      Gets the relationship id.
      Returns:
      the relationship id
    • setRelationshipID

      public void setRelationshipID(String relationshipID)
      Sets the relationship id.
      Parameters:
      relationshipID - the new relationship id
    • getShapeID

      public int getShapeID()
      Gets the shape id.
      Returns:
      the shape id
    • setShapeID

      public void setShapeID(int shapeID)
      Sets the shape id.
      Parameters:
      shapeID - the new shape id