Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 139,617 for

font

(0.09 sec)
  1. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......utton { padding: 10px 20px; font-weight: bold; } .x-spreadsh...white; padding: 24px; font-size: 18px; font-weight: 600; } .x-s...

    docs.aspose.com/cells/fr/python-net/aspose-cell...
  2. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......utton { padding: 10px 20px; font-weight: bold; } .x-spreadsh...white; padding: 24px; font-size: 18px; font-weight: 600; } .x-s...

    docs.aspose.com/cells/ja/net/aspose-cells-gridj...
  3. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......utton { padding: 10px 20px; font-weight: bold; } .x-spreadsh...white; padding: 24px; font-size: 18px; font-weight: 600; } .x-s...

    docs.aspose.com/cells/sv/java/aspose-cells-grid...
  4. Aspose.PSD for Java 24.7 - Release Notes|Docume...

    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....on Linux Bug PSDJAVA-638 Fix fonts loading when using Aspose.Drawing...saveOptions ); } PSDJAVA-638. Fix fonts loading when using Aspose.Drawing...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  5. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...setFont(fontsettings) to apply font settings for textbox object...this will set the font color to Yellow ,and font size to 12pt,and...

    forum.aspose.com/t/display-text-content-on-top-...
  6. 使用 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/
  7. 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...
  8. SplitterContext class | Aspose.Words for Python

    aspose.words.lowcode.SplitterContext class. Document splitter context....Properties Name Description font_settings Font settings used by the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to Put a Watermark on a Word Document using...

    This article describes how to put a watermark on a Word document using Python. It provides details about configuration, programming steps and a runnable sample code to add watermark to word using python....Font Product Family Aspose.TeX Product...of the watermark like font family, font size, transparency state...

    kb.aspose.com/words/python/how-to-put-a-waterma...
  10. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Font 对象的 IsSuperscript 属性设置为 true...true 来应用上标效果。要应用下标效果,将 Style.Font 对象的 IsSubscript 属性设置为 true 。 ...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...