Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 10,578 for

insert text

(0.07 sec)
  1. How to Edit Word Document using Python

    This short tutorial contains information to edit word document using python. You will see how can Python modify Word document with the help of a step-by-step process and a runnable sample code....formatting of the newly added text. Steps to Edit Word Document...formatting and write the desired text before saving it back on the...

    kb.aspose.com/words/python/how-to-edit-word-doc...
  2. Spreadsheet Editor - Working with Functions|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Formula Bar saveFormulaBarConten Insert a Function Formula Bar The...The formula bar is a text box on top of the sheet area. It displays...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  3. CellFormat.horizontalMerge property | Aspose.Wo...

    CellFormat.horizontalMerge property. Specifies how the cell is merged horizontally with other cells in the row....DocumentBuilder ( doc ); // Insert a cell into the first column...builder . write ( "Text in merged cells." ); // Insert a cell into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldRef.InsertParagraphNumberInRelativeContext...

    Manage paragraph numbering effortlessly with the FieldRef InsertParagraphNumberInRelativeConText property. Enhance document organization and clarity....property Gets or sets whether to insert the paragraph number of the...set ; } Examples Shows how to insert REF fields to reference bookmarks...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldLink.insert_as_unicode property | Aspose.W...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldLink | Aspose.Words for Java

    Implements the LINK field in Java....linked document in the form of text. // 1 - A LINK field: builder...Object[][] { {InsertLinkedObjectAs.TEXT}, {InsertLinkedObjectAs.UNICODE}...

    reference.aspose.com/words/java/com.aspose.word...
  7. InlineStory.is_move_from_revision property | As...

    InlineStory.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... # 1 - An "insert" revision: # This revision...revision occurs when we insert text while tracking changes. self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  8. InlineStory.is_delete_revision property | Aspos...

    InlineStory.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... # 1 - An "insert" revision: # This revision...revision occurs when we insert text while tracking changes. self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldRef.BookmarkName | Aspose.Words for .NET

    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...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any Text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all Text boxes containing merge fields Docum…...code in order to identify any text boxes containing MergeField...MERGEFORMAT)"); try { // Find all text boxes containing merge fields...

    forum.aspose.com/t/alternative-way-to-extract-a...