Represents a collection of embedded files. To access the embedded files of a document use Document
EmbeddedFileCollection
Introduced: X19.
Method | Description |
---|---|
add |
Adds an embedded binary file to the collection. |
add |
Adds an embedded text file to the collection. |
element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
for |
Executes a callback function for each element.
(Inherited from Collection) |
get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
remove |
Removes the embedded file at the given index. |