Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 141,434 for

font

(0.28 sec)
  1. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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.... Font . Size = 44 ; // Set preset...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. PSD to PNG File Converter

    Convert any PSD file to PNG format. PSD to PNG file converter. Easily converts Adobe® Photoshop® PSD file into a PNG raster image....Editor PSD Editor PSD Resize Font Replacement Photo Editor Sharpen...

    products.aspose.app/psd/conversion/psd-to-png
  3. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for 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....u "Title" ); // Setting the font color of the chart title to...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  4. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...points (adjust based on your font size). final double LINE_HEIGHT...

    forum.aspose.com/t/aspose-words-table/315228
  5. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a table with assigned table style in Java....Object getFont() public Font getFont() Gets the character...ConditionalStyles.docx"); Returns: Font - The character formatting of...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. 使用 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/
  8. 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...
  9. 使用 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...
  10. 使用 C# 製作 HTML

    通過幾個步驟在 C# 中創建一個新的 HTML。使用 .NET 庫輕鬆創建 HTML。...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/html/