Ipelib
|
The PDF array object. More...
#include <ipepdfparser.h>
Inherits ipe::PdfObj.
The PDF array object.
ipe::PdfArray::PdfArray | ( | ) | [inline, explicit] |
PdfArray::~PdfArray | ( | ) |
const PdfArray * PdfArray::array | ( | ) | const [virtual] |
Return this object as PDF array object.
Reimplemented from ipe::PdfObj.
void PdfArray::write | ( | Stream & | stream | ) | const [virtual] |
Implements ipe::PdfObj.
void PdfArray::append | ( | const PdfObj * | obj | ) |
Append an object to array.
Array takes ownership of the object.
int ipe::PdfArray::count | ( | ) | const [inline] |
Return object with index in array.
Indirect objects (references) are looked up if file is not zero, and the object referred to is returned (0 if it does not exist). Object remains owned by array.