Sort Score
Result 10 results
Languages All
Labels All
Results 6,291 - 6,300 of 16,830 for

true type

(0.79 sec)
  1. Convert DOCX to PPTM via C++ or with free Onlin...

    Export DOCX to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPTM online converter quickly before integrating the code.... This is especially true for businesses that use Microsoft...add an AutoShape of Rectangle type SharedPtr < IAutoShape > ashp...

    products.aspose.com/total/cpp/conversion/docx-t...
  2. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....that can accept a parameter of type CellValueFormatStrat and returns...(); opts . ExportAsString = true ; opts . FormatStrategy = CellValueFormatStrat...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Customize Data Points in Treemap and Sunburst C...

    Learn how to manage data points in treemap and sunburst charts with Aspose.Slides for С++, compatible with PowerPoint formats....] Introduction Among other types of PowerPoint charts, there...there are two “hierarchical” types - Treemap and Sunburst chart (also...

    docs.aspose.com/slides/cpp/data-points-of-treem...
  4. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....get_Font () -> set_IsEmbedded ( true ); // Add TextFragment to paragraphs...small number above the line of type directly following the source...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  5. Paragraph.list_label property | Aspose.Words fo...

    Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and formatting for this paragraph.... PARAGRAPH , True ) # Find if we have the paragraph...system_helper . linq . Enumerable . of_type ( lambda x : x . as_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose.PSD for Python via .NET 24.8 - Release N...

    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....load_effects_resource = True opt . allow_warp_repaint = True outputImageFile...compression_level = 9 pngOpt . color_type = PngColorType . TRUECOLOR_WITH_ALPHA...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  7. Extra Blank Column Appears in Pivot Table HTML ...

    Summary When converting an Excel workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output. Environment Libr…...setExportActiveWorks(true); saveOptions.setPresentationPrefe(true); saveOptions...saveOptions.setExportGridLines(true); workBook.save(fileName, saveOptions);...

    forum.aspose.com/t/extra-blank-column-appears-i...
  8. 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…...Run, true).ToArray(); foreach (Node n...GetChildNodes(NodeType.Run, true).ToArray(); List<string> tmpBookmakrs...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  9. ChartStyle enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.ChartStyle enumeration. Specifies predefined styles of a chart.... insert_chart ( chart_type = aw . drawing . charts . ChartType...aw . NodeType . SHAPE , 0 , True ) . as_shape () chart = shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Show and Hide Elements|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....worksheet visible by passing true as a parameter to the setVisible...class' getSettings().setShowTabs(true) method. Complete Code Example:...

    docs.aspose.com/cells/java/show-and-hide-elements/