interface XManifestWriter in module com::sun::star::packages::manifest::

(Global Index)

Syntax

interface XManifestWriter : com::sun::star::uno::XInterface ;

Description

This interface writes the manifest data to a file. The user calls writeManifestSequence() with the XOutputStream to write the data to and the sequence of manifest entries to be written passed as parameters. Each manifest entry is represented by a sequence of PropertyValues.

Method Summary

writeManifestSequence XOutputStream

Method Details



writeManifestSequence

Syntax

void writeManifestSequence (
com::sun::star::io::XOutputStream rStream,
sequence< sequence< com::sun::star::beans::PropertyValue > > rSequence );

Description

XOutputStream

Top of Page