Discover the Aspose.Words.Fields.FieldUserName class for seamless USERNAME field integration. Enhance Document automation with powerful features today!... Document doc = new Document (); // Create...userInformation . Name = "John Doe" ; doc . FieldOptions . CurrentUser...
aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...Name Description HeaderFooter(doc, header_footer_type) Creates...all footers from a document. doc = aw . Document ( file_name =...
TableCollection.toArray method. Copies all tables from the collection to a new array of tables.... let doc = new aw . Document ( base ...."Tables.docx" ); let tables = doc . firstSection . body . tables...
FrameFormat.verticalPosition property. Gets vertical distance between the edge of the frame and the item specified by the [FrameFormat.relativeVerticalPosition](../relativeVerticalPosition/) property.... let doc = new aw . Document ( base ....docx" ); let paragraphFrame = doc . firstSection . body . paragraphs...
FrameFormat.horizontalDistanceFromText property. Gets horizontal distance between a frame and the surrounding text, in points.... let doc = new aw . Document ( base ....docx" ); let paragraphFrame = doc . firstSection . body . paragraphs...
Aspose::Words::Drawing::HorizontalRuleFormat::get_Height method. Gets or sets the height of the horizontal rule in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...