Skip to main content

IdxRichEditFieldCollection Members

Exposes a document’s field collection.

Properties

Name Description
Count Returns the number of items within the list or collection. Inherited from IdxReadOnlyList<T>.
Self Provides zero-based indexed access to items within the list or collection. Inherited from IdxReadOnlyList<T>.

Methods

Name Description
CreateField(IdxRichEditDocumentPosition,string) Creates a new document field.
CreateField(IdxRichEditDocumentRange)
Get(IdxRichEditDocumentRange) Inherited from IdxRichEditReadOnlyFieldCollection.
GetCount Returns the number of items within the list or collection. Inherited from IdxReadOnlyList<T>.
GetItem(Integer) Returns the collection item by its zero-based index. Inherited from IdxReadOnlyList<T>.
Update
See Also