Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 127,606 for

font

(0.09 sec)
  1. 使用 C++ 通过 Node.js 管理 Excel 图表的图例|Documentation

    学习如何利用Aspose.Cells for Node.js via C++有效利用和自定义 Microsoft Excel 中的图表图例。我们的全面指南解释了图例的功能,如何访问和修改它,以及如何通过图例改善可视化和数据理解。...( "Title" ); // Setting the font color of the chart title to...LegendPositionType . Left ); // Set font color of the legend chart ....

    docs.aspose.com/cells/zh/nodejs-cpp/chart-legend/
  2. InlineStory.ensureMinimum method | Aspose.Words...

    InlineStory.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... font . name = "Arial" ; footnote . font . color = "#008000"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Copy Range Style Only with Node.js via C++|Docu...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for Node.js via C++....createStyle (); // Specify the font attribute. style . getFont ()... StyleFlag (); // Implement font attribute flag1 . setFontName...

    docs.aspose.com/cells/nodejs-cpp/copy-range-sty...
  4. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....bottom menu fontcolor : the font color for the sheet name in...attributename : font - name | font - bold | font - italic | font - size...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. Common Exceptions and Errors Involving Fonts on...

    Font exceptions and errors on Linux...Exceptions and Errors Involving Fonts on Linux Contents [ Hide ] Missing...When there are no fonts installed or when the font folder for the...

    docs.aspose.com/slides/java/technical-articles/...
  6. Convestation Issue Word to Pdf - Free Support F...

    Hello Aspose Team, We’ve encountered an issue while converting certain .docx files to .pdf format using Aspose.Words for .NET. The problem appears consistently with specific documents, while others convert without issue…...looks like the problem with fonts on your side. Here is the output...see the files use different fonts. Usually, the such problems...

    forum.aspose.com/t/convestation-issue-word-to-p...
  7. How to generate multiline image from text - Fre...

    Hello Team, We are using aspose.Imaging using that we want to generate image from text. If text length is beyond some specific width then it should be wrap and should display text after that length into new line. How ca…...Width); // Set the font and text Font font = new Font("Arial", 12);...textSize = g.MeasureString(text, font); // If the text is too wide...

    forum.aspose.com/t/how-to-generate-multiline-im...
  8. 嵌入字体 - PowerPoint C# API|Aspose.Slides 文档

    在 C# 或 .NET 中使用 PowerPoint 演示文稿的嵌入字体...presentation = new Presentation ( "Fonts.pptx" ); // 加载要替换的源字体 IFontData...GetEmbeddedFonts (); foreach ( IFontData font in allFonts ) { if (! embeddedFonts...

    docs.aspose.com/slides/zh/net/embedded-font/
  9. Technical Articles|Aspose.Slides 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....Locks Get Warning Callbacks for Font Substitution Get the Entire...Exceptions and Errors Involving Fonts on Linux Multithreading in Aspose...

    docs.aspose.com/slides/java/technical-articles/
  10. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...GetStyle (); // Create a Font object Font font = style . GetFont ();...(); // Set the name font . SetName ( u "Times New Roman" ); //...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...