videocollection-ag凯发旗舰厅



com.spire.presentation.collections
class videocollection

java.lang.object
  extended by com.spire.presentation.collections.videocollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class videocollection
extends java.lang.object
implements com.spire.ms.system.collections.icollection

represents a collection of video objects.


constructor summary
videocollection( parent)
           
 
method summary
 videodata append(byte[] videodata)
          creates and adds a video to a presentation from byte array.
 videodata append(videodata videodata)
          adds a copy of an video file from an another presentation.
 void copyto(java.lang.object[] array, int index)
          copy the list to a specified index with an array.
 videodata get(int index)
          gets the element at the specified index.
 int getcount()
          gets a number of video files in the collection.
 java.lang.object getsyncroot()
          gets the syncroot.
 boolean issynchronized()
           
 com.spire.ms.system.collections.ienumerator iterator()
          gets a iterator of the collection.
 int size()
          gets the size of the collection.
 
constructor detail

videocollection

public videocollection( parent)
method detail

getcount

public int getcount()
gets a number of video files in the collection.
returns:

get

public videodata get(int index)
gets the element at the specified index. read-only .
parameters:
index -
returns:

append

public videodata append(videodata videodata)
adds a copy of an video file from an another presentation.
parameters:
videodata - source video
returns:
added video.
throws:
java.lang.exception

append

public videodata append(byte[] videodata)
creates and adds a video to a presentation from byte array.
parameters:
videodata - video bytes.
returns:
added video.
throws:
java.lang.exception

copyto

public void copyto(java.lang.object[] array,
                   int index)
copy the list to a specified index with an array.
parameters:
array -
index -

issynchronized

public boolean issynchronized()

getsyncroot

public java.lang.object getsyncroot()
gets the syncroot.
returns:

size

public int size()
gets the size of the collection.
returns:

iterator

public com.spire.ms.system.collections.ienumerator iterator()
gets a iterator of the collection.
returns:


网站地图