The PackageFolder service represents a single folder or directory within
a Package. Instances of this service can only be constructed by an
implementation of the Package service and not via the service manager.
The getParent method of XChild will return the PackageFolder that
contains this PackageFolder or nothing if this PackageFolder is
the root PackageFolder.
setParent will move the PackageFolder.
This interface describes all of the PackageFolders and PackageStreams
which are contained within this instance of the PackageFolder service.
XElementAccess::getElementType returns service PackageStream
XNameAccess::getByName returns either a PackageFolder or a PackageStream
as a css::uno::Any
XNameAccess::getElementNames returns an uno::Sequence of strings containing
the names of all children stored in the PackageFolder
This interface will return an implementation of service
PackageFolderEnumeration, which represents an iterator over the children
of the PackageFolder, or the PackageStreams and PackageFolders contained
within this instance of the PackageFolder service.
This provides a "snapshot" of the contents of the
PackageFolder at the time of construction. It is the responsibility of the
caller to ensure that any given member of the enumeration refers to a valid
PackageStream or PackageFolder.
This interface provides access to the properties of the package entry.
Currently, this only supports one entry which is a string called
MediaType. This contains the MIME type of the stream (eg. "text/html").
For PackageFolders, this is always an empty string.
The getParent method of XChild will return the PackageFolder that
contains this PackageFolder or nothing if this PackageFolder is
the root PackageFolder.
setParent will move the PackageFolder.
This interface describes all of the PackageFolders and PackageStreams
which are contained within this instance of the PackageFolder service.
XElementAccess::getElementType returns service PackageStream
XNameAccess::getByName returns either a PackageFolder or a PackageStream
as a css::uno::Any
XNameAccess::getElementNames returns an uno::Sequence of strings containing
the names of all children stored in the PackageFolder
This interface will return an implementation of service
PackageFolderEnumeration, which represents an iterator over the children
of the PackageFolder, or the PackageStreams and PackageFolders contained
within this instance of the PackageFolder service.
This provides a "snapshot" of the contents of the
PackageFolder at the time of construction. It is the responsibility of the
caller to ensure that any given member of the enumeration refers to a valid
PackageStream or PackageFolder.
This interface provides access to the properties of the package entry.
Currently, this only supports one entry which is a string called
MediaType. This contains the MIME type of the stream (eg. "text/html").
For PackageFolders, this is always an empty string.