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

custom font

(2.11 sec)
  1. Paragraph class | Aspose.Words for Node.js

    Aspose.Words.Paragraph class. Represents a paragraph of text...CompositeNode ) customNodeId Specifies custom node identifier. (Inherited...paragraphBreakFont Provides access to the font formatting of the paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Specify the Language of the Excel File using Bu...

    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....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...with JavaScript via C++ Adding Custom Properties visible inside Document...

    docs.aspose.com/cells/javascript-cpp/specify-th...
  3. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...have installed the template font, what I saw is that the first...depend on many factors such as fonts, MS Word version etc. That is...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  4. LaTeX 是什么?

    要回答“什么是 LaTeX?”这个问题,值得一提的是其最令人印象深刻的特性之一是新字体选择方案(NFSS)。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tex/zh/net/what-is-latex/
  5. Working with Document in PS file | Java

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/page/java/ps/working-with-docum...
  6. 将 Type1 字体转换为 TrueType | C# .NET API 解决方案

    本文将详细介绍如何使用 Aspose.Page API 的 .NET 解决方案将 Type1 字体转换为 TTF。并提供了代码片段。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/page/zh/net/type1-to-ttf/
  7. 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...
  8. Converting a HTML file to SVG using Python | As...

    Sample code on Python for HTML to SVG conversion. Use example code for batch HTML to SVG conversion with Python and .NET...SVG image file, allowing for custom parameters such as compression...graphs, images, hyperlinks, custom fonts - and more - into PDF documents...

    products.aspose.com/pdf/python-net/conversion/h...
  9. Make DOC Using C++

    Make a new DOC in C++ in a few steps. Easily create DOC 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/doc/
  10. Make HTML Using C++

    Make a new HTML in C++ in a few steps. Easily create HTML 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/html/