Watermarker.create method. Creates new instance of the watermarker processor....Examples Shows how to insert watermark text to the document using...'Big document.docx' watermark_text = 'This is a watermark' watermarker_context...
aspose.words.Run class. Represents a run of characters with the same font formatting...Remarks All text of the document is stored in runs of text. Run can...instance of the Run class. Run(doc, text) Initializes a new instance...
FieldLink.Insert_as_unicode property. Gets or sets whether to Insert the linked object as Unicode Text....insert_as_unicode property FieldLink.insert_as_unicode property...whether to insert the linked object as Unicode text. @property...
Implements the DDE field in Java....linked document in the form of text. // 1 - A LINK field: builder...Object[][] { {InsertLinkedObjectAs.TEXT}, {InsertLinkedObjectAs.UNICODE}...
FieldToc.entry_level_range property. Gets or sets a range of levels of the table of contents entries to be included.... Examples Shows how to insert a TOC field, and filter which... DocumentBuilder ( doc ) # Insert a TOC field, which will compile...
Discover the Aspose.Words.Fields.FormFieldCollection class, your go-to solution for managing all form fields in a document with ease and efficiency.... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...
This article describes the process of how to add a hyperlink to a Word document using Java. It guides to set the environment, write the application and a runnable sample code to Insert hyperlink in Word using Java....demonstrate the process to insert hyperlink in Word using Java...object for it Add some sample text using the DocumentBuilder object...
NodeCollection.remove method. Removes the node from the collection and from the document....= doc ) # Add text to the document by inserting Runs using a DocumentBuilder...runs . count ) # We can also insert a node into the RunCollection...
Discover the FieldRef BookmarkName property to easily manage and customize your bookmarks. Enhance your document navigation effortlessly!...Shows how to create bookmarked text with a SET field, and then display...( doc ); // Name bookmarked text with a SET field. // This field...
aspose.words.fields.FieldPageRef class. Implements the PAGEREF field... Remarks Inserts the number of the page containing...bookmark. display_result Gets the text that represents the displayed...