| DocxDocumentGetAllFields Method |
Gets all fields contained into the document.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax public ICollection<DocxField> GetAllFields()
Public Function GetAllFields As ICollection(Of DocxField)
public:
ICollection<DocxField^>^ GetAllFields()
member GetAllFields : unit -> ICollection<DocxField>
Return Value
Type:
ICollectionDocxFieldICollection<DocxField>.
See Also