Aspose.Words.DocumentBase class. Provides the abstract base class for a main document and a glossary document of a Word document...asFormField() Cast node to FormField . (Inherited from Node ) ...
Aspose.Words.Math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...asFormField() Cast node to FormField . (Inherited from Node ) ...
Base class for all nodes of a Word document in Java....CONTINUE; } /// /// Called when a FormField is encountered in the document...visitFormField(FormFieldformField) { if (formField.getFont().getHidden())...
Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities....FieldSeparator , FieldEnd , FormField , Comment , Footnote , Run...
Hi There,
I am trying to get all Pdf fields (textbox, checkbox, date etc). When I tried following code I am getting 4 fields only. Am I missing something?
Aspose.Pdf.dll
Version: 9.9.0.0
Code:
public static void Mai…...all fields foreach (Field formField in pdfDocument.Form) { Console...WriteLine("Field name : {0} ", formField.PartialName); } Console.ReadLine();...