com.aspose.cells
Class WebExtensionCollection

java.lang.Object
  extended by CollectionBase
      extended by com.aspose.cells.WebExtensionCollection
All Implemented Interfaces:
java.lang.Iterable

public class WebExtensionCollection 
extends CollectionBase

Represents the list of web extension.


Property Getters/Setters Summary
intgetCount()→ inherited from com.aspose.cells.CollectionBase
          
WebExtensionget(int)
           Gets web extension by the specific index.
 
Method Summary
intadd()
           Adds a web extension.
intadd(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
intaddWebVideoPlayer(java.lang.String url, boolean autoPlay, int startTime, int endTime)
           Add a web video player into exel.
voidclear()→ inherited from com.aspose.cells.CollectionBase
          
booleancontains(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
intindexOf(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
java.util.Iteratoriterator()→ inherited from com.aspose.cells.CollectionBase
          
voidremoveAt(int index)
           Remove web extension by the index.
 

Property Getters/Setters Detail

getCount

→ inherited from com.aspose.cells.CollectionBase
public int getCount()

get

public WebExtension get(int index)
Gets web extension by the specific index.
Parameters:
index - The index.
Returns:
The web extension.

Method Detail

add

public int add()
Adds a web extension.
Returns:
The index.

addWebVideoPlayer

public int addWebVideoPlayer(java.lang.String url, boolean autoPlay, int startTime, int endTime)
Add a web video player into exel.
Parameters:
url -
autoPlay - Indicates whether auto playing the video.
startTime - The start time in unit of seconds.
endTime - The end time in unit of seconds.

removeAt

public void removeAt(int index)
Remove web extension by the index.
Parameters:
index - The index.

clear

→ inherited from com.aspose.cells.CollectionBase
public void clear()

iterator

→ inherited from com.aspose.cells.CollectionBase
public java.util.Iterator iterator()

contains

→ inherited from com.aspose.cells.CollectionBase
public boolean contains(java.lang.Object value)
Reserved for internal use.

add

→ inherited from com.aspose.cells.CollectionBase
public int add(java.lang.Object value)
Reserved for internal use.

indexOf

→ inherited from com.aspose.cells.CollectionBase
public int indexOf(java.lang.Object value)
Reserved for internal use.

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