You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments
method of your ::com::sun::star::lang::XMultiServiceFactory.
You specify a parameter by passing one (or more)
::com::sun::star::beans::PropertyValue
object(s) to the initialize method, where the Name field contains a string describing which aspect
you want to affect, and the Value field containing a value.
Currently, there are no public properties available