Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 23,692 for

custom font

(0.07 sec)
  1. 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++....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/docx/
  3. Online XPS to RTF Conversion or Build .NET base...

    Free online app to convert XPS to RTF files. .NET C# conversion library code for XPS documents....booklets and brochures with custom layouts, font styles, and formatting...

    products.aspose.com/total/net/conversion/xps-to...
  4. 元数据信息| JavaScript的API解决方案

    易于使用的JavaScript库,用于从Aspose.Font中进行字体操作。了解如何与字体元数据一起使用。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Affiliates Events Acquisition...

    docs.aspose.com/font/zh/javascript-cpp/metadata...
  5. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/md/
  6. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/
  7. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/word/
  8. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/pdf/
  9. Android API to Render MHTML to XAMLFLOW | produ...

    Transform MHTML to XAMLFLOW via Android via Java API... It also allows you to customize the output format, such as...PDF. It also allows you to customize the output format, such as...

    products.aspose.com/total/android-java/conversi...
  10. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....three bookmarks, then use a custom document visitor implementation...range. Examples: Shows how customize node changing with a callback...

    reference.aspose.com/words/java/com.aspose.word...