#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 283 of file genericelements.hxx.
◆ ElementFactory()
pdfi::ElementFactory::ElementFactory |
( |
| ) |
|
|
delete |
◆ createDocumentElement()
static std::shared_ptr< DocumentElement > pdfi::ElementFactory::createDocumentElement |
( |
| ) |
|
|
inlinestatic |
◆ createFrameElement()
static FrameElement * pdfi::ElementFactory::createFrameElement |
( |
Element * |
pParent, |
|
|
sal_Int32 |
nGCId |
|
) |
| |
|
inlinestatic |
◆ createHyperlinkElement()
static HyperlinkElement * pdfi::ElementFactory::createHyperlinkElement |
( |
Element * |
pParent, |
|
|
const OUString & |
rURI |
|
) |
| |
|
inlinestatic |
◆ createImageElement()
◆ createPageElement()
static PageElement * pdfi::ElementFactory::createPageElement |
( |
Element * |
pParent, |
|
|
sal_Int32 |
nPageNr |
|
) |
| |
|
inlinestatic |
◆ createParagraphElement()
◆ createPolyPolyElement()
◆ createTextElement()
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: