Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 141,262 for

font

(0.52 sec)
  1. Manage Titles of Excel Charts|Documentation

    Learn how to use Aspose.Cells for Python via .NET to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for a better data representation and clarity....object you can change text, font, and fill format for titles...

    docs.aspose.com/cells/python-net/chart-and-axis...
  2. Public API Changes in Aspose.Cells 8.3.2|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....be displayed using a specific font family. When this property is...is set to true, only the font of the specific character that...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. 根据数据透视表的PivotField显示名称获取单元格对象|Documentation

    如何用Aspose.Cells for JavaScript通过C++根据数据透视表中的字段显示名称获取单元格对象。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...style and set its fill color and font color const style = cell . style...

    docs.aspose.com/cells/zh/javascript-cpp/get-the...
  4. Public API Changes in Aspise.Cells 8.3.2|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....be displayed using a specific font family. When this property is...is set to true , only the font of the specific character that...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. EmptyLine|Documentation

    EmptyLine element is used to add vertical spacing between elements....line of text using the default font Vertical spacing height, in...

    docs.aspose.com/omr/net/json-markup/emptyline/
  6. Aspose Words (JAVA), returning HTML document mi...

    Hello, we’ve run into an instance with a customer where RTF documents being sent in, get processed and returned with “shell” of a html document. The content of the document itself is missing. This shell is identical with…...<body style="font-family:'Times New Roman'; font-size:12pt"> <div>...

    forum.aspose.com/t/aspose-words-java-returning-...
  7. ChartDataTable.HasHorizontalBorder | Aspose.Wor...

    Discover the ChartDataTable HasHorizontalBorder property to easily customize your data table's appearance. Control horizontal borders for enhanced visual clarity!... Font . Italic = true ; dataTable...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartDataTable.HasVerticalBorder | Aspose.Words...

    Discover the ChartDataTable HasVerticalBorder property to control vertical border visibility in your data tables. Enhance your data presentation effortlessly!... Font . Italic = true ; dataTable...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FieldSeparator class | Aspose.Words for Python

    aspose.words.fields.FieldSeparator class. Represents a Word field separator that separates the field code from the field result...from FieldChar ) font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...setFontSize(12); // Example: set font size style.setFontName("Arial");...setFontName("Arial"); // Example: set font name cell.setStyle(style); } workbook...

    forum.aspose.com/t/change-in-behavior-of-cells-...