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();...
Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section...asFormField() Cast node to FormField . (Inherited from Node ) ...
Aspose.Words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables...asFormField() Cast node to FormField . (Inherited from Node ) ...
Aspose.Words.Notes.Footnote class. Represents a container for text of a footnote or endnote...asFormField() Cast node to FormField . (Inherited from Node ) ...
You can access field modifying using Node.js. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM).... The FormField class represents a form field...