Class CustomProperty
java.lang.Object
com.independentsoft.office.spreadsheet.CustomProperty
The Class CustomProperty.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.Gets the relationship id.voidSets the name.voidsetRelationshipID(String relationshipID)Sets the relationship id.toString()
-
Constructor Details
-
CustomProperty
public CustomProperty()Instantiates a new custom property.
-
-
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
-