com.aspose.cells

Class WebExtensionReference

  • java.lang.Object
    • 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()
void
setId(java.lang.Stringvalue)
           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()
void
setStoreName(java.lang.Stringvalue)
           Gets and sets the instance of the marketplace where the Office Add-in is stored. .
intgetStoreType()
void
setStoreType(intvalue)
           Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.
java.lang.StringgetVersion()
void
setVersion(java.lang.Stringvalue)
           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.
      • getVersion/setVersion

        public java.lang.String getVersion() / 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. .
      • 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.

    setId

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

    setVersion

    public voidsetVersion(java.lang.Stringvalue)
    
    Gets and sets the version.

    setStoreName

    public voidsetStoreName(java.lang.Stringvalue)
    
    Gets and sets the instance of the marketplace where the Office Add-in is stored. .

    setStoreType

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