com.aspose.words
Class WebExtension

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

public class WebExtension 
extends java.lang.Object

Represents a web extension object.

Property Getters/Setters Summary
WebExtensionReferenceCollectiongetAlternateReferences()
           Specifies alternate references to a web extension.
WebExtensionBindingCollectiongetBindings()
           Specifies a list of web extension bindings.
java.lang.StringgetId()
voidsetId(java.lang.String value)
           Uniquely identifies the web extension instance in the current document.
booleanisFrozen()
voidisFrozen(boolean value)
           Specifies whether the user can interact with the web extension or not.
WebExtensionPropertyCollectiongetProperties()
           Represents a set of web extension custom properties.
WebExtensionReferencegetReference()
           Specifies the primary reference to an web extension.
 

Property Getters/Setters Detail

getAlternateReferences

public WebExtensionReferenceCollection getAlternateReferences()
Specifies alternate references to a web extension.

getBindings

public WebExtensionBindingCollection getBindings()
Specifies a list of web extension bindings.

getId/setId

public java.lang.String getId() / public void setId(java.lang.String value)
Uniquely identifies the web extension instance in the current document.

isFrozen/isFrozen

public boolean isFrozen() / public void isFrozen(boolean value)
Specifies whether the user can interact with the web extension or not.

getProperties

public WebExtensionPropertyCollection getProperties()
Represents a set of web extension custom properties.

getReference

public WebExtensionReference getReference()
Specifies the primary reference to an 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.