BaseOperatorCollection

BaseOperatorCollection class

Represents base class for operator collection.

The BaseOperatorCollection type exposes the following members:

Properties

NameDescription
is_fast_text_extraction_modeIndicates wheather collection is limited to fast text extraction

Indexer

NameDescription
[index]Gets operator by its index.

Methods

NameDescription
suppress_update()Suppresses update contents data.
The contents stream is not updated until ResumeUpdate is called.
resume_update()Resumes document update.
Updates contents stream in case there are any pending changes.
insert(index, op)Inserts operator into collection.
cancel_update()Cancels last update.
This method may be called when the change should not raise contents update.

See Also