LibreOffice
LibreOffice 24.2 SDK API Reference
|
XPrimitiveFactory2D interface. More...
import"XPrimitiveFactory2D.idl";
Public Member Functions | |
sequence< XPrimitive2D > | createPrimitivesFromXShape ([in] ::com::sun::star::drawing::XShape xShape, [in] sequence< ::com::sun::star::beans::PropertyValue > aParms) |
Create primitives from com::sun::star::drawing::XShape. More... | |
sequence< XPrimitive2D > | createPrimitivesFromXDrawPage ([in] ::com::sun::star::drawing::XDrawPage xDrawPage, [in] sequence< ::com::sun::star::beans::PropertyValue > aParms) |
Create primitives from com::sun::star::drawing::XDrawPage. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
XPrimitiveFactory2D interface.
Use this interface to generate XPrimitive2D instances
sequence< XPrimitive2D > createPrimitivesFromXDrawPage | ( | [in] ::com::sun::star::drawing::XDrawPage | xDrawPage, |
[in] sequence< ::com::sun::star::beans::PropertyValue > | aParms | ||
) |
Create primitives from com::sun::star::drawing::XDrawPage.
xDrawPage | The XDrawPage, for which the primitives are to be generated. Specifying an invalid or empty page here will result in an empty return value. |
aParms | Sequence of factory parameters, whose semantics depend on the page to be generated. |
sequence< XPrimitive2D > createPrimitivesFromXShape | ( | [in] ::com::sun::star::drawing::XShape | xShape, |
[in] sequence< ::com::sun::star::beans::PropertyValue > | aParms | ||
) |
Create primitives from com::sun::star::drawing::XShape.
xShape | The XShape, for which the primitives are to be generated. Specifying an invalid or empty shape here will result in an empty return value. |
aParms | Sequence of factory parameters, whose semantics depend on the shape to be generated. |