java.lang.Object
com.aspose.words.WebExtensionReference
public class WebExtensionReference
- extends java.lang.Object
Represents the reference to a web extension. The reference is used to identify the provider location and version of the
extension.
|
Property Getters/Setters Summary |
java.lang.String | getId() | |
void | setId(java.lang.String value) | |
|
Identifier associated with the web extension within a catalog provider.
|
java.lang.String | getStore() | |
void | setStore(java.lang.String value) | |
|
Specifies the instance of the marketplace where the web extension is stored.
|
int | getStoreType() | |
void | setStoreType(int value) | |
|
Specifies the type of marketplace.
The value of the property is WebExtensionStoreType integer constant. |
java.lang.String | getVersion() | |
void | setVersion(java.lang.String value) | |
|
Specifies the version of the web extension.
|
WebExtensionReference
public WebExtensionReference()
-
Creates instance of the reference to a web extension.
|
Property Getters/Setters Detail |
getId/setId | |
public java.lang.String getId() / public void setId(java.lang.String value)
|
-
Identifier associated with the web extension within a catalog provider.
getStore/setStore | |
public java.lang.String getStore() / public void setStore(java.lang.String value)
|
-
Specifies the instance of the marketplace where the web extension is stored.
getStoreType/setStoreType | |
public int getStoreType() / public void setStoreType(int value)
|
-
Specifies the type of marketplace.
The value of the property is WebExtensionStoreType integer constant.
getVersion/setVersion | |
public java.lang.String getVersion() / public void setVersion(java.lang.String value)
|
-
Specifies the version of the web extension.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.