com.aspose.words
Class WebExtensionReferenceCollection

java.lang.Object
  extended by BaseWebExtensionCollection
      extended by com.aspose.words.WebExtensionReferenceCollection
All Implemented Interfaces:
java.lang.Iterable

public class WebExtensionReferenceCollection 
extends BaseWebExtensionCollection

Specifies a list of web extension references.

Property Getters/Setters Summary
intgetCount()→ inherited from BaseWebExtensionCollection<WebExtensionReference>
          
WebExtensionReferenceget(int index)→ inherited from BaseWebExtensionCollection<WebExtensionReference>
          
 
Method Summary
voidclear()→ inherited from BaseWebExtensionCollection<WebExtensionReference>
          
java.util.Iterator<WebExtensionReference>iterator()→ inherited from BaseWebExtensionCollection<WebExtensionReference>
          
voidremove(int index)→ inherited from BaseWebExtensionCollection<WebExtensionReference>
          
 

Property Getters/Setters Detail

getCount

→ inherited from BaseWebExtensionCollection<WebExtensionReference>
public int getCount()

get

→ inherited from BaseWebExtensionCollection<WebExtensionReference>
public WebExtensionReference get(int index)

Method Detail

clear

→ inherited from BaseWebExtensionCollection<WebExtensionReference>
public void clear()

iterator

→ inherited from BaseWebExtensionCollection<WebExtensionReference>
public java.util.Iterator<WebExtensionReferenceiterator()

remove

→ inherited from BaseWebExtensionCollection<WebExtensionReference>
public void remove(int index)

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