Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 15,784 for

true type

(0.14 sec)
  1. Set Data Source for the Chart with C++|Document...

    Learn about the various data sources supported by Aspose.Cells for C++. Our guide will walk you through the different Types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....provide more details about the types of data that can be set for...Setting Chart Data There are two types of data to deal with while working...

    docs.aspose.com/cells/cpp/data-formatting-in-ch...
  2. Aspose::Words::Saving::MarkdownSaveOptions clas...

    Aspose::Words::Saving::MarkdownSaveOptions class. Class to specify additional options when saving a document into the Markdown format. To learn more, visit the documentation article in C++....get_ExportGeneratorName () const When true , causes the name and version...produced files. Default value is true . get_ExportHeadersFooters ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Java Heap Space errors with large emails - Free...

    Aspose Support Team, We continue to see intermittent issues with loading large emails or emails with large attachments (sample would be attached if the zip file could be uploaded but multiple attempts to upload the file…...memory to handle files of this type, is there a way to estimate...A reference attachment is a type of attachment that includes...

    forum.aspose.com/t/java-heap-space-errors-with-...
  4. Loading and Saving Message|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.... file_format_type )) Loading a Message with Load...preserve_tnef_attachments = True MailMessage . load ( data_dir...

    docs.aspose.com/email/python-net/loading-and-sa...
  5. 如何在 C# 中序列化输入值 – Aspose.HTML for .NET

    学习并逐步了解如何使用 Aspose.HTML for .NET 库序列化 HTML 表单或输入字段中的输入值。...类的实例,并将 SerializeInputValue 属性设置为 true 。 调用 HTMLDocument 类的 方法,并传入要保存文档的文件路径和...方法的 HTMLSaveOptions 对象上的 属性设置为 true 。 下面是一个示例,说明如何使用 Aspose.HTML...

    docs.aspose.com/html/zh/net/how-to-serialize-in...
  6. Aspose::Words::Drawing::Charts::ChartDataLabel ...

    Aspose::Words::Drawing::Charts::ChartDataLabel class. Represents data label on a chart point or trendline. To learn more, visit the documentation article in C++.... get_IsVisible () Returns true if this data label has something...the data labels on a chart. true to show the series name; false...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Manage PowerPoint Text Paragraphs in Java|Aspos...

    Master paragraph formatting with Aspose.Slides for Java—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in Java....Add an AutoShape of Rectangle type IAutoShape ashp = slide . getShapes...setFontBold ( NullableBool . True ); portion . getPortionFormat...

    docs.aspose.com/slides/java/manage-paragraph/
  8. Convert PDF file to HTML format|Aspose.PDF for C++

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with C++ library....htmlOptions -> set_SplitIntoPages ( true ); try { // Save the output...htmlOptions -> set_SplitIntoPages ( true ); // Save the output in HTML...

    docs.aspose.com/pdf/cpp/convert-pdf-to-html/
  9. SVG to PDF Merge using Java | Aspose.PDF

    Combine two or more SVG documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...the same or different file types into one file using Java Merge...svgLoadOptions . setAdjustPageSize ( true ); Document pdfDocument1 = new...

    products.aspose.com/pdf/java/merger/svg-to-pdf/
  10. PDF to SVG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with Java sample code using Aspose.PDF for Java...the same or different file types into one file using Java Merge...svgSaveOptions . setScaleToPixels ( true ); pdfDocument1 . save ( "merger_pdf_svg...

    products.aspose.com/pdf/java/merger/pdf-to-svg/