Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 16,442 for

true type

(0.15 sec)
  1. Adding Slide to Presentation|Aspose.Slides Docu...

    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.... Open ( presentationFile , true )) { // Pass the source document...ShapeLocks () { NoGrouping = true }), new ApplicationNonVisual...

    docs.aspose.com/slides/net/adding-slide-to-pres...
  2. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....object’s IsBold property to true . #include <iostream> #include...style . GetFont (). SetIsBold ( true ); // Apply the style to the...

    docs.aspose.com/cells/cpp/cells-font-settings/
  3. Load font files from streams | C++ Solution

    C++ API Solution to manage various fonts. Learn how to load fonts from a MemoryStream/byte array with a few lines of code....Solution to load TTF, WOFF, EOT, Type 1, and CFF fonts from a MemoryStream...0, Embedded OpenType, Adobe Type 1 font (pfa, pfb, afm, pfm)...

    products.aspose.com/font/cpp/load-font-from-str...
  4. Inline.is_delete_revision property | Aspose.Wor...

    Inline.is_delete_revision property. Returns True if this object was deleted in Microsoft Word while change tracking was enabled....is_delete_revision property Returns true if this object was deleted in...how to determine the revision type of an inline node. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into a PDF document using Aspose.PDF for Python via .NET...Convert HTML to PDF using media type This example shows how to convert...HtmlLoadOptions() class. The ‘html_media_type’ applies CSS rules intended...

    docs.aspose.com/pdf/python-net/convert-html-to-...
  6. Creating and Saving Outlook Files|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....the object of the MailMessage type. The FromMailMessage method...the compression parameter is true, the content will be compressed...

    docs.aspose.com/email/net/creating-and-saving-o...
  7. Inline.is_move_from_revision property | Aspose....

    Inline.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....is_move_from_revision property Returns True if this object was moved (deleted)...how to determine the revision type of an inline node. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....Words :: NodeType :: Paragraph , true ); // Find if we have the paragraph...-> set_ExportRelativeFontSi ( true ); ASSERT_EQ ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Make a Document Read-Only in C++|Aspose.Words f...

    Make your document read-only so that the content can be copied or read, but not modified....ReadOnlyRecommended = true; and then call document.WriteProtection...IsWriteProtected property; it returns true if a write‑protection password...

    docs.aspose.com/words/cpp/make-a-document-read-...
  10. Manage Presentation Slide Masters in .NET|Aspos...

    Manage Slide Masters in Aspose.Slides for .NET: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise C# examples....represented by IMasterSlide type. Aspose.Slides' Presentation...list of IMasterSlideCollecti type, which contains a list of all...

    docs.aspose.com/slides/net/slide-master/