public class WebExtensionProperty
extends java.lang.Object
To learn more, visit the Work with Office Add-ins documentation article.
| Constructor and Description |
|---|
WebExtensionProperty(java.lang.String name,
java.lang.String value)
Creates web extension custom property with specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Specifies a custom property name
|
java.lang.String |
getValue()
Specifies a custom property value.
|
void |
setName(java.lang.String value)
Specifies a custom property name
|
void |
setValue(java.lang.String value)
Specifies a custom property value.
|
public WebExtensionProperty(java.lang.String name,
java.lang.String value)
name - Property name.value - Property value.public java.lang.String getName()
String value.public void setName(java.lang.String value)
value - The corresponding String value.public java.lang.String getValue()
String value.public void setValue(java.lang.String value)
value - The corresponding String value.