Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 16,239 for

true type

(0.36 sec)
  1. Customize Presentation Shapes in JavaScript|Asp...

    Create and customize shapes in PowerPoint presentations with JavaScript and Aspose.Slides for Node.js: geometry paths, curved corners, composite shapes....Rectangle type. Get an instance of the GeometryPath...and set the ShapeType.Heart type. Get an instance of the GeometryPath...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  2. List class | Aspose.Words for Node.js

    Aspose.Words.List class. Represents formatting of a list...isListStyleDefinitio Returns true if this list is a definition...isListStyleReference Returns true if this list is a reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Async OAuth Token and EWS Email Management in C...

    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....method that returns a Task of type OAuthToken. This method fetches...const bool deletePermanently = true ; await ewsClient . DeleteFolderAsync...

    docs.aspose.com/email/net/async-oauth-token-ews...
  4. DigitalSignatureCollection.is_valid property | ...

    DigitalSignatureCollection.is_valid property. Returns ``True`` if all digital signatures in this collection are valid and the document has not been tampered with Also returns ``True`` if there are no digital signatures...is_valid property Returns True if all digital signatures in...been tampered with Also returns True if there are no digital signatures...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Projects | Aspose.Tasks Documentation

    Learn how to create, edit, and save projects using Aspose.Tasks for .NET....provided by the enumeration type. The following lines of code...(*.xml) option from the file types and browse to the output XML...

    docs.aspose.com/tasks/net/creating-reading-and-...
  6. Convert PowerPoint Presentations to HTML on And...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides for Android conversion guide for fast, flawless results...."<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"...+ "<link rel=\"stylesheet\" type=\"text/css\" href=\"%s\">\n"...

    docs.aspose.com/slides/androidjava/convert-powe...
  7. What's new 2021|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2021.... Sign ( 1 , true , rect , pkcs ); // Save PDF...PDF file pdfSign . Sign ( 1 , true , rect , pkcs ); // Save PDF...

    docs.aspose.com/pdf/net/whatsnew/2021/
  8. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...bookmarks or specific node types Node startNode = doc.getRange()...extractContent(startNode, endNode, true); // Process the extracted data...

    forum.aspose.com/t/content-control-data-extract...
  9. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...HtmlSaveOptions() { PrettyFormat = true }); } [Test] public void Test002()...-aw-footnote-startnumber:1; -aw-footnote-type:0" /> <div id="_ftn1" style...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  10. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...toByteArray(); } } /** Simple helper – true for .xls or .xlsx extensions...getEmbeddedData(); // Try to determine the type – extension is the most reliable...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...