| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
A creator for new (persistent) contents, like file system folders. More...
import "XContentCreator.idl";
 
  
| Public Member Functions | |
| sequence< com::sun::star::ucb::ContentInfo > | queryCreatableContentsInfo () | 
| returns a list with information about the creatable contents. | |
| com::sun::star::ucb::XContent | createNewContent ([in] com::sun::star::ucb::ContentInfo Info) | 
| creates a new content of given type. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
A creator for new (persistent) contents, like file system folders.
Creation of a new (persistent) content:
This interface is deprecated. Use Content property "CreatableContentsInfo" and command "createNewContent" instead.
| com::sun::star::ucb::XContent createNewContent | ( | [in] com::sun::star::ucb::ContentInfo | Info | ) | 
creates a new content of given type.
| Info | the content information. | 
| sequence< com::sun::star::ucb::ContentInfo > queryCreatableContentsInfo | ( | ) | 
returns a list with information about the creatable contents.