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; }
Protected Overrides ReadOnly Property TypesOfElement As Type()
Get
protected:
virtual property array<Type^>^ TypesOfElement {
array<Type^>^ get () override;
}
abstract TypesOfElement : Type[] with get
override TypesOfElement : Type[] with get
Return Value
Type:
Type
An array of System.Type containing the types of elements that are contained in this collection.
See Also