Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 11,022 for

insert text

(0.18 sec)
  1. Working with Styles and Themes in C#|Aspose.Wor...

    Advanced Microsoft Word formatting features, working with styles and themes using C#....count paragraphs and runs of text formatted with a specific style...The solution for retrieving text formatted with specific styles...

    docs.aspose.com/words/net/working-with-styles-a...
  2. Fields Overview in Python|Aspose.Words for Pyth...

    You can access field modifying using Python. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM).... Usually a field, when inserted in Microsoft Word, already...field code (normally as plain text) The field separator and field...

    docs.aspose.com/words/python-net/fields-overview/
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Conversion Solution using Python via Java https://products.aspose.com/pdf/python-java/conversion/ Recent content in PDF Conversion Solution......center; border: 4px solid #e5e5e5; text-align: center; border-radius:...has-addons control button has-text-white has-background-success-dark...

    products.aspose.com/pdf/python-java/conversion/...
  4. Convert EMAIL to DOC in Python | products.aspos...

    Save EMAIL to DOC in your Python applications without using Microsoft Outlook or Word...Business Documentation Preparation Insert email content into formal documents...Convert EMAIL to ODT (OpenDocument Text File Format) Convert EMAIL to...

    products.aspose.com/total/python-net/conversion...
  5. Generate Code 39 Barcode in Python

    Learn how to generate Code 39 barcodes in Python using Aspose.BarCode for Python via .NET SDK. Follow step-by-step code sample and optimization tips.... Assign the barcode text : Provide the data you want...The generator validates the text against Code 39 rules, rejecting...

    blog.aspose.com/barcode/generate-code-39-barcod...
  6. Markdown to Word Converter | Convert MD File to...

    Learn how to develop a Markdown to Word converter in C#. Convert MD files to DOCX programmatically with Aspose.Words for .NET in just a few lines....the simplest and most popular text formats for developers and technical...syntax (headings, lists, bold text, links, etc.) and translates...

    blog.aspose.com/words/markdown-to-word-converte...
  7. Inconsistent behavior with UpdatePageLayout() w...

    Dear support team, we’re encountering an inconsistent behavior when calling Aspose.Words.Document.UpdatePageLayout(), when the document contains 2 tables of different column counts back to back like so: ---------------…...For equal spacing, we need to insert LCM(cell_count_of_all_rows)...total width; which, due to the text length in the second row, they...

    forum.aspose.com/t/inconsistent-behavior-with-u...
  8. Install Aspose.Slides for Android via Java|Aspo...

    Quickly install Aspose.Slides for Android. Step-by-step guide, system requirements, and Java code samples — start working with PowerPoint presentations today!...Environment ; Now, insert this code in the body of the...addTextFrame ( " " ); // Accessing the text frame ITextFrame txtFrame =...

    docs.aspose.com/slides/androidjava/install-aspo...
  9. GeneralFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.GeneralFormat enum, which enhances numeric Text formatting for fields, ensuring clarity and precision in your documents....that is applied to a numeric, text, or any field result. A field...Numeric formatting. Cardinal text (One, Two, Three, …). ChineseNum1...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 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...