Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 77,660 for

txt

(0.08 sec)
  1. Add and Connect Visio Shapes|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." )); shape...getText (). getValue (). add ( new Txt ( "Star text." )); shape . setName...

    docs.aspose.com/diagram/java/add-and-connect-vi...
  2. 在CMake项目中配置产品|Aspose.Words为C++

    配置 Aspose.Words为C++ 在你的CMake并构建你的应用程序。...txt: cmake_minimum_required ( VERSION...文件夹,您有CMakeLists。txt的 将以下行添加到您CMakeLists。txt的: # find Aspose.Words...

    docs.aspose.com/words/zh/cpp/configure-aspose-w...
  3. How to Zip and Unzip Files in Java | Aspose.Zip...

    This guide teaches you how to zip and unzip files using Java programming methods. Discover various ways to compress and decompress files with detailed examples....txt" )) { 4 try (Archive archive...archive. createEntry ( "alice29.txt" , source1); 6 archive. save...

    docs.aspose.com/zip/java/compressing-and-decomp...
  4. 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...
  5. How to paste from Excel and HTML|Documentation

    Paste tabular content from Excel or HTML into GridJs through the clipboard, including supported cell text and style properties parsed from HTML table content....text paste uses pasteFromText(txt, error) . // Internal GridJs...Promise<void> pasteFromText(txt, error) ( core/data_proxy.js...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  6. Product Overview|Aspose.Words for JasperReports

    Aspose.Words for JasperReports is the solution that makes it possible to export reports from JasperReports and JasperServer to Microsoft Word document formats. All report features are converted with the highest degree of precision to Microsoft Word documents....Words TXT – Plain text via Aspose.Words...to add DOC, DOCX, HTML, and TXT to the list of available formats...

    docs.aspose.com/words/jasperreports/product-ove...
  7. Zip or UnZip Files in .NET | Aspose.Zip for .NET

    This article will teach you how to programmatically compress Zip files using a variety of methods utilising C# or the.NET API and sample code. You will learn how to zip or compress one or more files, as well as how to zip files simultaneously. You will also learn how to decompress or unzip files as well....txt" , FileMode.Open, FileAccess...archive.CreateEntry( "alice29.txt" , source1); 10 11 archive.Save(zipFile);...

    docs.aspose.com/zip/net/compressing-and-decompr...
  8. Working with CPIO Archives in C# | Aspose.Zip f...

    Examples of using a C# library to create, compress, and extract CPIO archives....txt" ); 4 FileInfo fi2 = new FileInfo( "asyoulik.txt" );..."alice29.txt" , fi1); 9 archive.CreateEntry( "asyoulik.txt" , fi2);...

    docs.aspose.com/zip/net/cpio-archiving/
  9. Extract Text from PowerPoint using C#

    Refer to this article to extract text from PowerPoint using C#. It has details to set the IDE, a list of steps, and a sample code to convert PowerPoint to text using C#....NET for converting PPTX to TXT Open the PPTX file into memory...final accumulated text in a TXT file on the disk These steps...

    kb.aspose.com/slides/net/extract-text-from-powe...
  10. 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...