Inherits IpePdfObj.
const IpePdfArray * IpePdfArray::Array | ( | ) | const [virtual] |
void IpePdfArray::Append | ( | const IpePdfObj * | obj | ) |
Append an object to array.
Array takes ownership of the object.
const IpePdfObj * IpePdfArray::Obj | ( | int | index, | |
const IpePdfFile * | file | |||
) | const |
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.