Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 139,434 for

font

(0.16 sec)
  1. 在 PS 文件中使用渐变 | Java

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  2. Creating, Opening and Saving Images|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....Setting for Replacing Missing Fonts Developers can use Aspose.Imaging...will be able to set default font name when saving PSD documents...

    docs.aspose.com/imaging/java/creating-opening-a...
  3. Aspose.Total for C++|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....annotations, handle custom fonts and much more. Here in the documentation...from images having different fonts and styles - saving the time...

    docs.aspose.com/total/cpp/
  4. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....Translation Principles We use Font formatting for inline blocks...formatting. Inline Blocks We use Font formatting when translating...

    docs.aspose.com/words/cpp/translate-markdown-to...
  5. 在 Java 中管理演示主题|Aspose.Slides 文档

    在 Aspose.Slides for Java 中精通演示主题,以创建、定制并转换具有一致品牌形象的 PowerPoint 文件。...(Minor Latin Font) +mj-lt - 标题字体 拉丁文 (Major Latin Font) +mn-ea -...East Asian Font) +mj-ea - 正文字体 东亚 (Major East Asian Font) 下面的 Java...

    docs.aspose.com/slides/zh/java/presentation-theme/
  6. 档案

    档案...println("Font Family: " + textStyle.getFont()...getFontFamily()); System.out.println("Font Size: " + textStyle.getFont()...

    blog.aspose.com/zh/tasks/read-gantt-chart-of-pr...
  7. Aspose.3D Document Object Model (DOM)|Documenta...

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

    docs.aspose.com/3d/net/aspose-3d-document-objec...
  8. Auto adjust width for textbox according its tex...

    Below is a sample code i want to create a text field with adjust its width according its text also i have changed its property with code but it is not working can you please help me to resolve this issue Shape currentSh…...Font.Size = labelDefaultFontSize;...FillType.None; currentShapeTextBox.Font.Color = Color.FromArgb(ffontcolor);...

    forum.aspose.com/t/auto-adjust-width-for-textbo...
  9. 使用 C++ 製作 PDF

    通過幾個步驟在 C++ 中創建一個新的 PDF。使用 C++ 庫輕鬆創建 PDF。...<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/zh-hant/cpp/make/pdf/
  10. 使用 C++ 製作 Markdown

    通過幾個步驟在 C++ 中創建一個新的 Markdown。使用 C++ 庫輕鬆創建 Markdown。...<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

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