Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 34,272 for

custom font

(0.21 sec)
  1. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Node.js....over the header and footer customization process. Specify Header...add an image to a header: Set Font and Paragraph Properties for...

    docs.aspose.com/words/nodejs-net/working-with-h...
  2. 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/
  3. 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/
  4. 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/
  5. 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/
  6. .NET APIs and apps to process TeX docs

    C# ASP.NET VB.NET library to typeset TeX documents. The solution supports many output file formats like XPS, PDF, SVG, PNG, JPEG, TIFF, BMP....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    products.aspose.com/tex/net/
  7. Manage Presentation Tables with Python|Aspose.S...

    Create & edit tables in PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET. Discover simple code examples to streamline your table workflows....alignment and borders, and customize the table’s appearance. Create...unified style. You’ll learn to set font sizes, alignments, and margins...

    docs.aspose.com/slides/python-net/manage-table/
  8. 其他TeX转换输出格式 | Java

    Java的Aspose.TeX API解决方案的转换功能允许转换LaTeX文件和您自己的自定义TEX文件。这是一些代码示例。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tex/zh/java/other-tex-formats/
  9. Aspose.PDF for .NET Documentation|Aspose.PDF fo...

    Learn to use Aspose.PDF .NET to create applications for PDF documents processing on any platform using C#, VB. Browse tutorials, sample code, and more....graphs, images, hyperlinks, custom fonts - and more - into PDF documents...

    docs.aspose.com/pdf/net/
  10. How to Create DOCX in C++

    In this topic, we will learn how to create DOCX in C++. The Word documents are created programmatically in C++ and used in many applications to achieve automation like utility bill generation. You can create DOCX on the fly in C++ using simple API interface....Font Product Family Aspose.TeX Product...Save the Word document with custom formatting in DOCX format using...

    kb.aspose.com/words/cpp/how-to-create-docx-in-cpp/