Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 139,806 for

font

(0.1 sec)
  1. Add Checkmark in Excel using Python

    Follow this article to add checkmark in Excel using Python. It has details including IDE settings, a list of steps, and a sample code for inserting check mark in Excel using Python....Font Product Family Aspose.TeX Product...in it, and set an appropriate font in the style for displaying...

    kb.aspose.com/cells/python/add-checkmark-in-exc...
  2. How to Create Hyperlink in PDF using Java

    This quick article teaches you how to create hyperlink in PDF using Java. It contains all the necessary information to write this application along with a working sample code to add link to PDF using Java....Font Product Family Aspose.TeX Product...link annotation active area, font, size, color, contents, alignment...

    kb.aspose.com/pdf/java/how-to-create-hyperlink-...
  3. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/java/make/pdf/
  4. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/java/make/docx/
  5. ListTemplate enumeration | Aspose.Words for Nod...

    Aspose.Words.Lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... font . color = "#FF0000" ; list1...list2 . listLevels . at ( 0 ). font . color = "#0000FF" ; list2...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for PHP via Java for more engaging slides....placement, leader lines, and reduced font size; if necessary, hide some...Explicitly set fonts (family, size) and verify that the font is available...

    docs.aspose.com/slides/php-java/chart-data-label/
  7. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing.... for example, bold, italic, font, size. However, the flow-layout...

    docs.aspose.com/words/python-net/rendering/
  8. 检查颜色对比度 – Aspose.HTML for Java

    了解无障碍网页的对比度最佳实践,并使用 Aspose.HTML for Java 检查颜色对比度。让所有用户都能阅读网站。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/html/zh/java/check-color-contrast/
  9. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based Java application or an image....text profile: // Load font from bytes var font = FontFile . parse...readAllBytes ( Paths . get ( "test-font.otf" ))); // Create a Text profile...

    docs.aspose.com/3d/java/aspose-3d-document-obje...
  10. Save a Document in C++|Aspose.Words for C++

    Save a document in any supported format using C++....compliance level, image compression, font embedding, and document security...

    docs.aspose.com/words/cpp/save-a-document/