Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 10,999 for

insert text

(0.61 sec)
  1. DocumentBuilder.insert_signature_line method | ...

    aspose.words.DocumentBuilder.Insert_signature_line method...insert_signature_line method Contents [ Hide ] insert_signat...e(signature_line_options) Inserts a signature line at the current...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...Composite operations such as insert and remove children. Provides...specified type. get_text() Gets the text of this node and of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Online SVG to OTT Conversion or Develop Java ba...

    Free online app to convert SVG to OTT files. Java conversion library code for SVG documents.... String commandString = "INSERT INTO Documents (FileName, FileContent)...(OpenDocument Text Template) creates reusable text document templates...

    products.aspose.com/total/java/conversion/svg-t...
  4. CellFormat.Width | Aspose.Words for .NET

    Discover the CellFormat Width property to easily measure cell width in points, enhancing your spreadsheet's layout and readability....row height to fit the vertical text. builder . InsertCell (); builder...); // Insert a second cell, and then configure cell text padding...

    reference.aspose.com/words/net/aspose.words.tab...
  5. GeneralFormat | Aspose.Words for Java

    Specifies a general format that is applied to a numeric Text or any field result in Java....that is applied to a numeric, text, or any field result. A field...// Use a document builder to insert a field that displays a result...

    reference.aspose.com/words/java/com.aspose.word...
  6. Extract Selected Content Between Nodes in Java|...

    Extracting document content in different using Java....These can be entire text bodies or simple text runs. There are many...paragraphs Specific runs of text Fields of various types, such...

    docs.aspose.com/words/java/extract-selected-con...
  7. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy of content of the source section at the beginning of this section....prepend_content(source_section) Inserts a copy of content of the source...write ( 'Section 1' ) builder . insert_break ( aw . BreakType . S...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...DOES NOT WORK if you are adding text using .InsertHtml(). That includes...insertCell(); builder.write("Test Text"); } builder.endRow(); } builder...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  9. Word Table Cell Merge Issue - Free Support Foru...

    Cell Merge is not working for me. Below is my code. Table footerTbl = builder.StartTable(); builder.InsertCell(); builder.CellFormat.HorizontalMerge = CellMerge.First; builder.Font.Size = 8; builder.ParagraphFormat.Alig…...Write("Text in merged cells."); builder...Previous; // builder.Write("Text in one cell"); builder.EndRow();...

    forum.aspose.com/t/word-table-cell-merge-issue/...
  10. Mail Merge Template from Mustache Syntax|Aspose...

    Create templates with Mustache syntax. Mustache syntax is the only option to use with templates that do not contain fields (HTML or TXT). With Word templates, you have two options: fields or Mustache syntax using Java....use IF fields if you need to insert “his”, “her”, “he” or “she”...Gender } = MALE “true text” “false text” } { IF “{{ GENDER }}”...

    docs.aspose.com/words/java/mail-merge-template-...