Automation |
| Name | Description | |
|---|---|---|
| AddLibrary(Stream, Uri) | Adds a library stream to the package and creates a package - part relationship of type Library. | |
| AddLibrary(String, Uri) | Adds a library file to the package and creates a package - part relationship of type Library. | |
| AddLibrary(PackagePart, Stream, Uri, Boolean) | Adds a library from a stream resource to the package and creates relationships to the package and to the part containing the root document using the relationship type Library. | |
| AddLibrary(PackagePart, String, Uri, Boolean) | Adds a library file to the package and creates relationships to the package and to the package containing the root document using the Library. |