Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 76,635 for

txt

(0.11 sec)
  1. 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...
  2. How to Encrypt or Decrypt Archives via Python.NET

    Discover the methods to encrypt or decrypt entire archives or specific entries in ZIP, RAR or 7Z archives using Python.NET....txt" ) as source: method = zp . saving...archive . create_entry( "alice29.txt" , source) archive . save(zip_file)...

    products.aspose.com/zip/python-net/advanced-api...
  3. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...Word and TXT files: conversion of line breaks to txt format.zip...that was used to convert to TXT format: Document doc = new D...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  4. 档案

    档案...key: keys) { for (FormatTxt txt : (Iterable<FormatTxt>) shape...getValue()) { Txt tx = (Txt)((txt instanceof Txt) ? txt : null); if...

    blog.aspose.com/zh/diagram/find-replace-text-vi...
  5. 通過 C# 將 MPX 轉換為 TXT |任務轉換 API .NET

    MPX 到 Txt C# 轉換的示例代碼。在 VB.NET、Asp.NET 或任何基於 .NET 的應用程序中使用 API 示例代碼將 MPX 文件批量轉換為 Txt。...MPX to TXT Conversion MPP MPX MPT PDF XML MPX 將 MPX 轉換為 TXT 在 .NET...Framework、Mono 和 COM 互操作上將 MPX 導出到 TXT。 Download Free Trial Aspose.Tasks...

    products.aspose.com/tasks/zh-hant/net/conversio...
  6. 通過 C# 將 Primavera XML 轉換為 TXT |任務轉換 API .NET

    PRIMAVERA-XML 到 Txt C# 轉換的示例代碼。在 VB.NET、Asp.NET 或任何基於 .NET 的應用程序中使用 API 示例代碼將 PRIMAVERA-XML 文件批量轉換為 Txt。...Conversion PRIMAVERA-XML to TXT Conversion MPP MPX MPT PDF XML...PRIMAVERA-XML 將 Primavera XML 轉換為 TXT 在 .NET Framework、Mono 和 COM 互操作上將...

    products.aspose.com/tasks/zh-hant/net/conversio...
  7. 使用 C# 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式从 PDF 文件中提取表格...textFragmentCollecti ) { string txt = "" ; foreach ( var seg in fragment...Segments ) { txt += seg . Text ; } Console . WriteLine ( txt ); } }...

    products.aspose.com/pdf/zh-hans/net/table/extract/
  8. 通過 C# 將 MPP 轉換為 TXT |任務轉換 API .NET

    MPP 到 Txt C# 轉換的示例代碼。在 VB.NET、Asp.NET 或任何基於 .NET 的應用程序中使用 API 示例代碼將 MPP 文件批量轉換為 Txt。...MPP to TXT Conversion MPP MPX MPT PDF XML MPP 將 MPP 轉換為 TXT 在 .NET...Framework、Mono 和 COM 互操作上將 MPP 導出到 TXT。 Download Free Trial Aspose.Tasks...

    products.aspose.com/tasks/zh-hant/net/conversio...
  9. 通過 C# 將 XML 轉換為 TXT |任務轉換 API .NET

    XML 到 Txt C# 轉換的示例代碼。在 VB.NET、Asp.NET 或任何基於 .NET 的應用程序中使用 API 示例代碼將 XML 文件批量轉換為 Txt。...XML to TXT Conversion MPP MPX MPT PDF XML XML 將 XML 轉換為 TXT 在 .NET...Framework、Mono 和 COM 互操作上將 XML 導出到 TXT。 Download Free Trial Aspose.Tasks...

    products.aspose.com/tasks/zh-hant/net/conversio...
  10. 使用 C++ 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式从 PDF 文件中提取表格...textFragmentCollecti ) { String txt ; for ( auto seg : fragment ->...-> get_Segments ()) { txt += seg -> get_Text (); } Console ::...

    products.aspose.com/pdf/zh-hant/cpp/table/extract/