Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 137,594 for

font

(0.17 sec)
  1. 如何通过 Node.js 以及 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....Black ); const font = shape . getFont (); font . setColor ( AsposeCells...shape . getText (). length , font , styleFlag ); // Save the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  2. Save PDF Document using C++|Aspose.PDF for C++

    Learn how to save PDF file with Aspose.PDF for C++ library....archiving, such as font linking (as opposed to font embedding) and...management guidelines, embedded font support, and a user interface...

    docs.aspose.com/pdf/cpp/save-pdf-document/
  3. 产品概述通过| JavaScript 版 Aspose.Font

    JavaScript API用于开发人员操纵字体文件。在这里,您可以找到JavaScript概述的aspose.Font API解决方案。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/javascript-cpp/product-...
  4. List.is_multi_level property | Aspose.Words for...

    List.is_multi_level property. Returns ``True`` when the list contains 9 levels; ``False`` when 1 level.... font . name = 'Verdana' level . font . color = aspose...pydrawing . Color . blue level . font . bold = True builder = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Extracted text changed when updating to a newer...

    Hello. We are upgrading some code that was using Aspose.PDF 23.10 to the latest release (26.1, but quick tested against 26.2 since I saw it was now available), and we are seeing some minor differences in text that is bei…...fragments from a particular font. I don’t believe the PDF itself...need a few details. Which exact font (name and embedding type) is...

    forum.aspose.com/t/extracted-text-changed-when-...
  6. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of cells, including Font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....you can change the font style, font size, font color, number format...various formatting options (e.g., font color, bold), and change the...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  7. ChartDataLabel.TopMode | Aspose.Words for .NET

    Discover the ChartDataLabel TopMode property to customize data label positioning on your charts. Enhance clarity and precision in your visual data presentations!...calculated using title text and font. const double doughnutCenterY...can be calculated using label font. const double oneCharLabelWidth...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartDataLabelLocationMode enumeration | Aspose...

    Aspose.Words.Drawing.Charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted....calculated using title text and font. const doughnutCenterY = titleAreaHeight...can be calculated using label font. const oneCharLabelWidth = 12...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabel.LeftMode | Aspose.Words for .NET

    Discover the ChartDataLabel LeftMode property to customize data label positioning in your charts. Enhance clarity and presentation with precision control....calculated using title text and font. const double doughnutCenterY...can be calculated using label font. const double oneCharLabelWidth...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#.... Font . Name = "Verdana" ; rng . Font . Size = 16...Tables [ 1 ]; tbl . Range . Font . Size = 12 ; tbl . Columns...

    docs.aspose.com/words/net/inserting-table/