Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 76,674 for

txt

(0.07 sec)
  1. Insert Table of Contents in Document|Aspose.Wor...

    Insert table off contents (TOC) into a document easily and fast instead of using docx4j....Text txt = new Text (); txt . setSpace ( "preserve" ); txt . setValue...factory . createRInstrText ( txt ) ); paragraphForTOC . getContent...

    docs.aspose.com/words/java/insert-table-of-cont...
  2. Փոխարկել տեքստը պատկերի C#-ով

    Դուք կարող եք տեքստը պատկերի վերածել C#-ում այս հակիրճ ձեռնարկի միջոցով: Այն բացատրում է քայլ առ քայլ ալգորիթմը և կոդի հատվածը՝ C#-ով Txt-ին JPG արտահանելու համար:...ներկայացնում է գործարկվող կոդի հատված՝ TXT-ը JPG C# -ով արտահանելու համար:...փոխարկելու համար Բեռնել աղբյուրի TXT ֆայլը՝ օգտագործելով Document...

    kb.aspose.com/hy/words/net/convert-text-to-imag...
  3. Extract Text from PDF using Go|Aspose.PDF for G...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Go....PDF-document contents as plain text txt , err := pdf . ExtractText ()...Println ( "Extracted text:\n" , txt ) // Close() releases allocated...

    docs.aspose.com/pdf/go-cpp/extract-text-from-pdf/
  4. 在 VSTO 中新建 Diagram 和 Aspose.Diagram|Documentation

    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.... Add ( new Txt ( @"Rectangle text." )); //Add...shape . Text . Value . Add ( new Txt ( @"Star text." )); //Add a new...

    docs.aspose.com/diagram/zh/net/create-a-new-dia...
  5. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram.... Add ( new Txt ( "New Text" )); } } // Save...shape . Text . Value . Add ( new Txt ( "TextStyle_Regular\n" )); shape...

    docs.aspose.com/diagram/net/working-with-text/
  6. How to Zip Files Without Compression via Java

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications....txt" ); File fi2 = new File ( "asyoulik.txt" ); try (..."alice29.txt" , fi1 ); archive . createEntry ( "lcet10.txt" , fi2...

    products.aspose.com/zip/java/advanced-api-featu...
  7. TxtOfficeMathExportMode Enum | Aspose.Words for...

    TxtOfficeMathExportMode lets you choose how Word OfficeMath equations are exported to text for better accuracy and readability....OfficeMath object as Latex in TXT. Document doc = new Document..."TxtSaveOptions.ExportOfficeMathAsLa.txt" , saveOptions ); See Also namespace...

    reference.aspose.com/words/net/aspose.words.sav...
  8. TxtOfficeMathExportMode enumeration | Aspose.Wo...

    aspose.words.saving.TxtOfficeMathExportMode enumeration. Specifies how Aspose.Words exports OfficeMath to [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT)....OfficeMath object as Latex in TXT. doc = aw . Document ( file_name...'TxtSaveOptions.ExportOfficeMathAsLa.txt' , save_options = save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......on Image using Java Convert TXT to PDF in Java Write Text on...on Image using C# Convert TXT to PDF in C# Convert TTF to SVG using...

    kb.aspose.com/categories/page/8/
  10. Draw Text|Documentation

    This section explains how to draw text in a visio page with Aspose.Diagram. Support using C# to draw text and save as pdf, svg, html, image, xps and other formats.... Add ( new Txt ( "Hello world!" )); //Aspose...shape . Text . Value . Add ( new Txt ( "Hello world!" )); //Aspose...

    docs.aspose.com/diagram/net/drawing/draw-text/