All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.WebExtensionProperty.html Maven / Gradle / Ivy






WebExtensionProperty




com.aspose.cells
Class WebExtensionProperty

java.lang.Object
    extended by com.aspose.cells.WebExtensionProperty

public class WebExtensionProperty 
extends java.lang.Object

Represents an Office Add-in custom property.


Property Getters/Setters Summary
java.lang.StringgetName()
voidsetName(java.lang.String)
           Gets and set a custom property name.
java.lang.StringgetValue()
voidsetValue(java.lang.String)
           Gets and sets a custom property value.
 

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Gets and set a custom property name.

setName

public void setName(java.lang.String value)
Gets and set a custom property name.

getValue/setValue

public java.lang.String getValue() / public void setValue(java.lang.String value)
Gets and sets a custom property value.

setValue

public void setValue(java.lang.String value)
Gets and sets a custom property value.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy