Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 142,711 for

font

(2.31 sec)
  1. HyphenationOptions.hyphenation_zone property | ...

    HyphenationOptions.hyphenation_zone property. Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words... font . size = 24 builder . writeln...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TypeScript Syntax Error in aspose.cells.node Ty...

    Hello, I am encountering a TypeScript syntax error in the type definitions provided by the aspose.cells.node package. The error occurs when I try to build my project using TypeScript. Error Details The specific error m…...constructor(obj: Aspose::Cells::Font); ~ Steps to Reproduce Install...constructor(obj: Aspose::Cells::Font); And here is the suggested...

    forum.aspose.com/t/typescript-syntax-error-in-a...
  3. 通过C++用JavaScript格式化单元格|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中格式化和样式化单元格,包括数字格式化、日期格式化、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...Setting the font color of the text style . font . color = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  4. Fill.fore_theme_color property | Aspose.Words f...

    Fill.fore_theme_color property. Gets or sets a ThemeColor object that represents the foreground color for the fill...."BackThemeColor" and "BackTintAndShade" for font fill. if fill . back_tint_and_shade...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Fill.back_theme_color property | Aspose.Words f...

    Fill.back_theme_color property. Gets or sets a ThemeColor object that represents the background color for the fill...."BackThemeColor" and "BackTintAndShade" for font fill. if fill . back_tint_and_shade...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 用JavaScript通过C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++格式化和修改命名范围。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...(); // Specify some Font settings. stl . font . name = "Arial" ;...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  7. 什么是字体? | .NET 版 Aspose.Font

    字体是一个非常复杂的问题。开发任何接口,您将面对您将要编码字体的部分。本章将使您更容易。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/what-is-font/
  8. Python: words and barcode-for-python-via-net as...

    I’m attempting to use aspose-barcode-for-python-via-net==25.8 and aspose-words==25.10.0 (both are the latest versions) in a project. I’m running on MacOS with python version 3.13 in my venv. When I try to execute my sc…...Draw(img) font = ImageFont.load_default() d...d.text((10, 40), error, font=font, fill=(255, 0, 0)) # Save image...

    forum.aspose.com/t/python-words-and-barcode-for...
  9. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...required fonts are not available on your side. The fonts are required...cannot find the font used in the document, the font is substituted...

    forum.aspose.com/t/rending-issue-with-mathtype-...
  10. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....xlsx" ); Vector < Font > fonts = workbook . GetFonts ();...i < fonts . GetLength (); ++ i ) { std :: cout << fonts [ i ]...

    docs.aspose.com/cells/cpp/get-connection-points...