Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 16,763 for

true type

(1.51 sec)
  1. Convert Excel to CSV, TSV and TXT with C++|Docu...

    Easily convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells with C++.... You can use any type of separator TxtSaveOptions...opts . SetExportAllSheets ( true ); // Save entire workbook data...

    docs.aspose.com/cells/cpp/convert-excel-to-csv-...
  2. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...it is required to enable open type features. Aspose.Words.Shaping...engine. You should enabling open type features to get the expected...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  3. Add Watermarks to Presentations in .NET|Aspose....

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in .NET to indicate a draft, confidential information, copyright, and more.... This type is not inherited from IShape...design. You can change the font type and size to ensure that the...

    docs.aspose.com/slides/net/watermark/
  4. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。...azure-functions-core-tools@4 --unsafe-perm true 安装 Azure CLI: Windows:从 Microsoft...UploadAsync ( outputStream , true ); return targetBlob . Uri ...

    docs.aspose.com/pdf/zh/net/converting-documents...
  5. 加载和解析 MSG 文件|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.... PreserveEmbeddedMess = true ; var msg = MailMessage . Load...MapiConversionOption { PreserveEmbeddedMess = true }; // Convert MailMessage to...

    docs.aspose.com/email/zh/net/loading-and-parsin...
  6. PageSavingArgs | Aspose.Words for Java

    Provides data for the IPageSavingCallback.pageSavingcom.aspose.words.PageSavingArgs event in Java.... Specify true to keep the stream open. Examples:...document page into it. Specify true to keep the stream open. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Inline::get_IsInsertRevision met...

    Aspose::Words::Inline::get_IsInsertRevision method. Returns True if this object was inserted in Microsoft Word while change tracking was enabled in C++....Inline::get_IsInsertRevision method Returns true if this object was inserted...how to determine the revision type of an inline node. auto doc...

    reference.aspose.com/words/cpp/aspose.words/inl...
  8. Aspose::Words::Inline::get_IsDeleteRevision met...

    Aspose::Words::Inline::get_IsDeleteRevision method. Returns True if this object was deleted in Microsoft Word while change tracking was enabled in C++....Inline::get_IsDeleteRevision method Returns true if this object was deleted in...how to determine the revision type of an inline node. auto doc...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases....detected, the method will return true. To verify whether the existing...newOptions . setUseZOrder ( true ); com . aspose . pdf . SaveOptions...

    docs.aspose.com/pdf/java/whatsnew/
  10. Copied range does not update chart to use the e...

    When I copy a range using the below code, I expect the chart to update to reference the data within the destination, not the original. Scenario: In the below code, a chart is bound to A1:B5, then the sheet range A1:J10…...add("A1", "C5", true); // true → first row is header const...AsposeCells.ChartType.Bar, // chart type 1, 4, 9, 10 ); const chart =...

    forum.aspose.com/t/copied-range-does-not-update...