Sort Score
Result 10 results
Languages All
Labels All
Results 7,411 - 7,420 of 146,962 for

font

(0.06 sec)
  1. Draw shapes in PS files | API for C++

    C++ API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C++ code snippet....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/page/cpp/add-shapes-to-ps/
  2. Product Overview|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....cells Apply different kinds of font settings for the cells Apply...different colors to cells, fonts, gridlines, graphic objects...

    docs.aspose.com/cells/java/product-overview/
  3. HTML Superscript and Subscript Generator – Crea...

    Quickly generate HTML sup and sub tags and Python code snippets. Perfect for chemical formulas, footnotes, and mathematical expressions using Aspose.HTML....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/html/python-net/generators/...
  4. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for Android via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office.... Adding new fonts or managing the fonts already used in a...export options . Is there a font substitution mechanism and support...

    docs.aspose.com/slides/androidjava/product-over...
  5. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph...baseline_alignment Gets or sets fonts vertical position on a line...text = 'Hello World!' run . font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SvgSaveOptions class | Aspose.Words for Python

    aspose.words.saving.SvgSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.SVG](../../aspose.words/saveformat/#SVG) format...allow_embedding_post_script_fonts Gets or sets a boolean value...whether to allow embedding fonts with PostScript outlines when...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FixedPageSaveOptions class | Aspose.Words for P...

    aspose.words.saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc)...allow_embedding_post_script_fonts Gets or sets a boolean value...whether to allow embedding fonts with PostScript outlines when...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Hidden Text with Bullet Formatting Creates Phan...

    Issue Summary When converting Word documents to PDF using Aspose.Words, paragraphs with hidden text and bullet/list formatting still display bullets in the PDF output, even after removing both the hidden text runs and th…...Remove hidden text (text with Font.setHidden(true) ) from Word...Hidden text (text runs with Font.getHidden() == true ) List/bullet...

    forum.aspose.com/t/hidden-text-with-bullet-form...
  9. Batch convert legacy EPS to modern web formats ...

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the .NET library with the Aspose.Page PDL conversion functionality....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/page/net/conversion/
  10. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/zh-hant/java/make/md/