com.aspose.cells

Class WebExtensionBindingCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class WebExtensionBindingCollection 
    extends CollectionBase

Represents the list of binding relationships between an Office Add-in and the data in the document.

Constructor Summary
 
Property Getters/Setters Summary
intgetCount()
WebExtensionBindingget(int index)
Gets web extension binding relationship by the specific index.
 
Method Summary
intadd()
Adds an a binding relationship between an Office Add-in and the data in the document.
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Constructor Detail

      • WebExtensionBindingCollection

        public WebExtensionBindingCollection()
    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public WebExtensionBinding get(int index)
        
        Gets web extension binding relationship by the specific index.
        Parameters:
        index - The index.
        Returns:
        The web extension binding relationship
    • Method Detail

      • add

        public int add()
        Adds an a binding relationship between an Office Add-in and the data in the document.
        Returns:
      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.