OperatorCollection Class |
Namespace: Aspose.Pdf
The OperatorCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets count of operators in the collection.
(Overrides BaseOperatorCollectionCount.) |
![]() | IsFastTextExtractionMode |
Indicates wheather collection is limited to fast text extraction
(Overrides BaseOperatorCollectionIsFastTextExtractionMode.) |
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Overrides BaseOperatorCollectionIsReadOnly.) |
![]() ![]() | Item |
Gets operator by its index.
(Overrides BaseOperatorCollectionItemInt32.) |
Name | Description | |
---|---|---|
![]() | Accept |
Accepts IOperatorSelector visitor object to process operators.
|
![]() ![]() | Add(Operator) |
Adds new operator into collection.
(Overrides BaseOperatorCollectionAdd(Operator).) |
![]() ![]() | Add(Operator) |
Add operators at the end of the contents operators.
|
![]() | Add(ICollectionOperator) | |
![]() | CancelUpdate |
Cancels last update.
This method may be called when the change should not raise contents update.
(Overrides BaseOperatorCollectionCancelUpdate.) |
![]() ![]() | Clear |
Removes all operators from list.
(Overrides BaseOperatorCollectionClear.) |
![]() | Contains |
Returns true if the collection contains given operator.
(Overrides BaseOperatorCollectionContains(Operator).) |
![]() | CopyTo |
Copies operators into operators list.
(Overrides BaseOperatorCollectionCopyTo(Operator, Int32).) |
![]() ![]() | Delete(Int32) |
Deletes operator from collection.
|
![]() ![]() | Delete(Operator) |
Deletes operators from collection.
|
![]() | Delete(IListOperator) | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetEnumerator |
Returns enumerator for collection
(Overrides BaseOperatorCollectionGetEnumerator.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Insert(Int32, Operator) |
Inserts operator into collection.
(Overrides BaseOperatorCollectionInsert(Int32, Operator).) |
![]() ![]() | Insert(Int32, Operator) |
Insert operators at the the given position.
|
![]() | Insert(Int32, IListOperator) | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Remove operator from the collection.
(Overrides BaseOperatorCollectionRemove(Operator).) |
![]() | Replace | |
![]() | ResumeUpdate |
Resumes document update.
Updates contents stream in case there are any pending changes.
(Overrides BaseOperatorCollectionResumeUpdate.) |
![]() | SuppressUpdate |
Suppresses update contents data.
The contents stream is not updated until ResumeUpdate is called.
(Overrides BaseOperatorCollectionSuppressUpdate.) |
![]() | ToString |
Returns text representation of the operator.
(Overrides ObjectToString.) |