HeaderFooter.ApplicationFields Property | ||
| Description: | Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document. The property value is an object of the type ApplicationFieldCollection. Before loading a document the LoadSettings.ApplicationFieldFormat property must be set, otherwise this collection is empty. | |
| Syntax: | [C#]
public ApplicationFieldCollection ApplicationFields { get; }
[Visual Basic]
Public ReadOnly Property ApplicationFields() As ApplicationFieldCollection
| |
| Limitations: | Read only. | |
| Introduced: | 14.0 | |
| See also: | Headers and Footers, Graphical Overview, Text Fields and Hypertext Links - Hypertext Links. | |