com.aspose.words
Class WebExtensionProperty

java.lang.Object
    extended by com.aspose.words.WebExtensionProperty

public class WebExtensionProperty 
extends java.lang.Object

Specifies a web extension custom property.

Constructor Summary
WebExtensionProperty(java.lang.String name, java.lang.String value)
           Creates web extension custom property with specified name and value.
 
Property Getters/Setters Summary
java.lang.StringgetName()
voidsetName(java.lang.String value)
           Specifies a custom property name
java.lang.StringgetValue()
voidsetValue(java.lang.String value)
           Specifies a custom property value.
 

Constructor Detail

WebExtensionProperty

public WebExtensionProperty(java.lang.String name, java.lang.String value)
Creates web extension custom property with specified name and value.
Parameters:
name - Property name.
value - Property value.

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Specifies a custom property name

getValue/setValue

public java.lang.String getValue() / public void setValue(java.lang.String value)
Specifies a custom property value.

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