|
PoDoFo
0.9.6
|
#include <PdfShadingPattern.h>
Public Member Functions | |
| const PdfName & | GetIdentifier () const |
Public Member Functions inherited from PoDoFo::PdfElement | |
| PdfObject * | GetObject () |
| const PdfObject * | GetObject () const |
Protected Member Functions | |
| PdfShadingPattern (EPdfShadingPatternType eShadingType, PdfVecObjects *pParent) | |
| PdfShadingPattern (EPdfShadingPatternType eShadingType, PdfDocument *pParent) | |
Protected Member Functions inherited from PoDoFo::PdfElement | |
| PdfElement (const char *pszType, PdfVecObjects *pParent) | |
| PdfElement (const char *pszType, PdfDocument *pParent) | |
| PdfElement (const char *pszType, PdfObject *pObject) | |
| PdfElement (EPdfDataType eExpectedDataType, PdfObject *pObject) | |
| const char * | TypeNameForIndex (int i, const char **ppTypes, long lLen) const |
| int | TypeNameToIndex (const char *pszType, const char **ppTypes, long lLen, int nUnknownValue) const |
| PdfObject * | CreateObject (const char *pszType=NULL) |
| PdfObject * | GetNonConstObject () const |
This class defined a shading pattern which can be used to fill abitrary shapes with a pattern using PdfPainter.
|
protected |
Create a new PdfShadingPattern object which will introduce itself automatically to every page object it is used on.
| pParent | parent vector of objects |
| eShadingType | the type of this shading pattern |
|
protected |
Create a new PdfShadingPattern object which will introduce itself automatically to every page object it is used on.
| pParent | parent document |
| eShadingType | the type of this shading pattern |
1.8.14