Returns a Fields collection that represents all fields in the range.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic FieldCollection Fields { get; }
Public ReadOnly Property Fields As FieldCollection
Get
public:
property FieldCollection^ Fields {
FieldCollection^ get ();
}
member Fields : FieldCollection with get
Property Value
Type:
FieldCollection
See Also