ContentStream

Ancestor type: CObject

This type of object represents content stream in document (in page)

Return true, if this object is equal to specified object (i.e. if they internally point to the same item) Reference is compared, not the value of objects
Delete specified operator from this content stream. If parameter indicateChange is true (which is default), changes are immediately written to underlying stream.
Return text representation of this content stream
Insert specified operator newOp in this content stream, after operator op. If parameter indicateChange is true (which is default), changes are immediately written to underlying stream.
Replace old operator oldOp with new operator newOp in this stream. If parameter indicateChange is true (which is default), changes are immediately written to underlying stream.
Write any unwritten changes to operators to underlying stream.
Return first operator in this contentstream. If not contains any operator, return NULL.
Return last operator in this contentstream. If not contains any operator, return NULL.
Check if contentstream contains some operator.