Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 34,181 for

custom font

(0.12 sec)
  1. StyleCollection class | Aspose.Words for Node.js

    Aspose.Words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a document...DocumentBuilder ( doc ); // Create a custom paragraph style. let style..."MyStyle1" ); style . font . size = 24 ; style . font . name = "Verdana"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the document....DocumentBuilder ( doc = doc ) # Create a custom paragraph style. style = doc...'MyStyle1' ) style . font . size = 24 style . font . name = 'Verdana'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own Custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....if you want to have your own custom method called to capture loss...match for a missing font from the available font sources. // Open...

    reference.aspose.com/words/java/com.aspose.word...
  4. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing.... Font = Aspose . Pdf . Text . FontRepository..."AddText_out.pdf" ); } } Loading Font from Stream The following code...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  5. Convert a Document to HTML, MHTML or EPUB|Aspos...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using C++. You can also specify save options for managing the output document....default or custom save options. Few examples of custom save options...resources, such as images, fonts, and external CSS, are saved...

    docs.aspose.com/words/cpp/convert-a-document-to...
  6. Working with Type1 Fonts | C++

    C++ APIs for the developers to manipulate and Font files. Learn the fundamentals on how to work with Type 1 Fonts in your C++ applications....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/font/cpp/working-with-type1-fonts/
  7. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...TextFragment(xmlContent); // -- Set font to a monospaced font to mimic browser XML...PdfException: Can’t find any suitable font for operate with text: 是 at...

    forum.aspose.com/t/pdfexception-during-xml-to-p...
  8. 在VSTO和Aspose.Cells中旋转单元格文字|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....)); //Set the font color of cell text _range . Font . Color = System...RotationAngle = 45 ; // Set the custom fill color of the cells. objstyle...

    docs.aspose.com/cells/zh/net/rotating-cell-text...
  9. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....BaselineAlignment Specifies fonts vertical position on a line...CustomDocumentProper A collection of custom document properties. CustomPart...

    reference.aspose.com/words/java/com.aspose.words/
  10. FontSourceBase | Aspose.Words for Java

    This is an abstract base class for the classes that allow the user to specify various Font sources in Java....the user to specify various font sources. To learn more, visit...visit the Working with Fonts documentation article. Examples: Shows...

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