Class EmbeddedControl
java.lang.Object
com.independentsoft.office.spreadsheet.EmbeddedControl
The Class EmbeddedControl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.Gets the relationship id.intGets the shape id.voidSets the name.voidsetRelationshipID(String relationshipID)Sets the relationship id.voidsetShapeID(int shapeID)Sets the shape id.toString()
-
Constructor Details
-
EmbeddedControl
public EmbeddedControl()Instantiates a new embedded control.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getRelationshipID
Gets the relationship id.- Returns:
- the relationship id
-
setRelationshipID
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
-