java.lang.Object
com.aspose.cells.WebExtensionReference
public class WebExtensionReference
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getId() | |
void | setId(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.String | getStoreName() | |
void | setStoreName(java.lang.String) | |
| Gets and sets the instance of the marketplace where the Office Add-in is stored. . | ||
int | getStoreType() | |
void | setStoreType(int) | |
| Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant. | ||
java.lang.String | getVersion() | |
void | setVersion(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) | |
getVersion/setVersion | |
public java.lang.String getVersion() / public void setVersion(java.lang.String value) | |
getStoreName/setStoreName | |
public java.lang.String getStoreName() / public void setStoreName(java.lang.String value) | |
getStoreType/setStoreType | |
public int getStoreType() / public void setStoreType(int value) | |