Click or drag to resize

ParagraphItemCollection TypesOfElement Property

Gets the types of elements that are contained in this collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected override Type[] TypesOfElement { get; }

Return Value

Type: Type
An array of System.Type containing the types of elements that are contained in this collection.
See Also