com.aspose.cells
Class WebExtensionReference

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

public class WebExtensionReference 
extends java.lang.Object

Represents identify the provider location and version of the extension.


Property Getters/Setters Summary
java.lang.StringgetId()
voidsetId(java.lang.String)
           Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
java.lang.StringgetStoreName()
voidsetStoreName(java.lang.String)
           Gets and sets the instance of the marketplace where the Office Add-in is stored. .
intgetStoreType()
voidsetStoreType(int)
           Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.
java.lang.StringgetVersion()
voidsetVersion(java.lang.String)
           Gets and sets the version.
 

Property Getters/Setters Detail

getId/setId

public java.lang.String getId() / public void setId(java.lang.String value)
Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

setId

public void setId(java.lang.String value)
Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

getVersion/setVersion

public java.lang.String getVersion() / public void setVersion(java.lang.String value)
Gets and sets the version.

setVersion

public void setVersion(java.lang.String value)
Gets and sets the version.

getStoreName/setStoreName

public java.lang.String getStoreName() / public void setStoreName(java.lang.String value)
Gets and sets the instance of the marketplace where the Office Add-in is stored. .

setStoreName

public void setStoreName(java.lang.String value)
Gets and sets the instance of the marketplace where the Office Add-in is stored. .

getStoreType/setStoreType

public int getStoreType() / public void setStoreType(int value)
Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.

setStoreType

public void setStoreType(int value)
Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.

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