Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 69,159 for

txt

(0.26 sec)
  1. 通过 Node.js 结合 C++ 转换 Excel 为 CSV、TSV 和 Txt|Docu...

    学习如何使用 Aspose.Cells for Node.js via C++ 将Excel文件转换为CSV、TSV和Txt格式。...结合 C++ 转换 Excel 为 CSV、TSV 和 Txt Contents [ Hide ] Aspose.Cel...Cells支持将Excel、ODS、JSON及其他格式文件转换为CSV、TSV和TXT。 将工作簿保存为文本或CSV格式 有时,你想将带有多个工...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  2. Encrypt or Decrypt ZIP, RAR, 7Z Archive via Java

    Explore a Java to encrypt or decrypt ZIP, RAR, and 7Z archive files....txt" )) { Archive archive = new Archive...archive . createEntry ( "alice29.txt" , source ); archive . save (...

    products.aspose.com/zip/java/advanced-api-featu...
  3. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    用于在 Java 和 PHP 上从 PDF 文件中提取表格的 Java 源代码,德尔福。...textFragmentCollecti ) { String txt = "" ; for ( TextSegment seg...()) txt += seg . getText (); System . out . println ( txt ); }...

    products.aspose.com/pdf/zh-hans/java/table/extr...
  4. 使用 Java 从 PDF 中删除表格 | Aspose.PDF

    用于在 Java 和 PHP 上从 PDF 文件中删除表格的 Java 源代码,德尔福。...textFragmentCollecti ) { String txt = "" ; for ( TextSegment seg...()) txt += seg . getText (); System . out . println ( txt ); }...

    products.aspose.com/pdf/zh-hans/java/table/remove/
  5. 使用 C# 从 PDF 中提取表格 | Aspose.PDF

    用於處理從 .NET 框架、.NET Core 和 PHP、VBScript、德爾菲C++上的 PDF 檔中提取表的 C# 原始程式碼。...textFragmentCollecti ) { string txt = "" ; foreach ( var seg in fragment...Segments ) { txt += seg . Text ; } Console . WriteLine ( txt ); } }...

    products.aspose.com/pdf/zh-hant/net/table/extract/
  6. 使用 C++ 从 PDF 中删除表格 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上从PDF文件中删除表格。...textFragmentCollecti ) { String txt ; for ( auto seg : fragment ->...-> get_Segments ()) { txt += seg -> get_Text (); } Console ::...

    products.aspose.com/pdf/zh-hans/cpp/table/remove/
  7. LoadOptions.Encoding | Aspose.Words for .NET

    Discover the LoadOptions Encoding property to easily manage HTML Txt or CHM document encoding. Customize your content loading for optimal performance!...will be used to load an HTML, TXT, or CHM document if the encoding...used only when loading HTML, TXT, or CHM documents. If encoding...

    reference.aspose.com/words/net/aspose.words.loa...
  8. 如何加密或解密整個檔案和特定條目

    掌握資料安全方面的知識,增強自己的能力。按照我們的指南無縫加密或解密整個檔案或單一條目以增強保護...txt" , FileMode.Open, FileAccess...archive.CreateEntry( "alice29.txt" , source); archive.Save(zipFile);...

    products.aspose.com/zip/zh-hant/net/advanced-ap...
  9. Apply Different Style on the Each Text Value of...

    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....-> getValue () -> add ( new Txt ( "TextStyle_Regular" )); $shape...-> getValue () -> add ( new Txt ( "TextStyle_Bold_Italic" ));...

    docs.aspose.com/diagram/java/apply-different-st...
  10. Set the style of the text in a visio page with ...

    Learn how to set the style of the text in a visio page with Aspose.Diagram....// Add text to shape var txt = new Txt("Hello world!"); shape.Text...Text.Value.Add(txt); //ExStep:1- // Set the font of the text...

    products.aspose.com/diagram/tutorial/set-text-s...