Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 134,247 for

font

(0.23 sec)
  1. 使用 C# 製作 WORD

    通過幾個步驟在 C# 中創建一個新的 WORD。使用 .NET 庫輕鬆創建 WORD。...var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/zh-hant/net/make/word/
  2. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/zh-hant/net/make/
  3. 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....from text using a specified font. This feature allows you to...

    docs.aspose.com/3d/net/aspose-3d-document-objec...
  4. Red OMR form with a horizontal tear line|Docume...

    OMR form with a horizontal tear line in red...text=Aspose Board of education font_style=bold font_size=18 align=center...text=Personalized test font_style=bold font_size=12 align=center...

    docs.aspose.com/omr/net/showcases/tear/horizont...
  5. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images. To learn more, visit the documentation article in C++....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. 使用 Python 製作 DOCX

    通過幾個步驟在 Python 中創建一個新的 DOCX。使用 Python via .NET 庫輕鬆創建 DOCX。...DocumentBuilder(doc) font = builder.font font.name = "Courier New" font.color...= drawing.Color.blue font.size = 36 font.highlight_color = drawing...

    products.aspose.com/words/zh-hant/python-net/ma...
  7. 使用C++从所有PDF页面提取文本|Aspose.PDF for C++

    本文介绍了使用Aspose.PDF在C++中从PDF文档提取文本的各种方法。包括从整个页面、特定部分、基于列等。...: tfc ) { // Need to reduce font size at least for 70% auto size...

    docs.aspose.com/pdf/zh/cpp/extract-text-from-al...
  8. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, Fonts, and effects to achieve the desired visual style and enhance your worksheets....( "Title" ); // Setting the font color of the chart title to...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...
  9. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells for Python via .NET library to apply Text conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Format Cells dialog, select the font color, fill color, or any other...

    docs.aspose.com/cells/python-net/how-to-add-tex...
  10. 使用 C# 製作 PDF

    通過幾個步驟在 C# 中創建一個新的 PDF。使用 .NET 庫輕鬆創建 PDF。...var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/zh-hant/net/make/pdf/