#include <genericelements.hxx>
|
static HyperlinkElement * | createHyperlinkElement (Element *pParent, const OUString &rURI) |
|
static TextElement * | createTextElement (Element *pParent, sal_Int32 nGCId, sal_Int32 nFontId) |
|
static ParagraphElement * | createParagraphElement (Element *pParent) |
|
static FrameElement * | createFrameElement (Element *pParent, sal_Int32 nGCId) |
|
static PolyPolyElement * | createPolyPolyElement (Element *pParent, sal_Int32 nGCId, const basegfx::B2DPolyPolygon &rPolyPoly, sal_Int8 nAction) |
|
static ImageElement * | createImageElement (Element *pParent, sal_Int32 nGCId, ImageId nImage) |
|
static PageElement * | createPageElement (Element *pParent, sal_Int32 nPageNr) |
|
static std::shared_ptr< DocumentElement > | createDocumentElement () |
|
Definition at line 275 of file genericelements.hxx.
pdfi::ElementFactory::ElementFactory |
( |
| ) |
|
|
delete |
static std::shared_ptr<DocumentElement> pdfi::ElementFactory::createDocumentElement |
( |
| ) |
|
|
inlinestatic |
static FrameElement* pdfi::ElementFactory::createFrameElement |
( |
Element * |
pParent, |
|
|
sal_Int32 |
nGCId |
|
) |
| |
|
inlinestatic |
static PageElement* pdfi::ElementFactory::createPageElement |
( |
Element * |
pParent, |
|
|
sal_Int32 |
nPageNr |
|
) |
| |
|
inlinestatic |
static TextElement* pdfi::ElementFactory::createTextElement |
( |
Element * |
pParent, |
|
|
sal_Int32 |
nGCId, |
|
|
sal_Int32 |
nFontId |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: