Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,207 for

font style update

(0.06 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....Create or Update PowerPoint Presentation Charts in Python Contents...data, series, categories, and styling. Follow the steps below to...

    docs.aspose.com/slides/python-net/create-chart/
  2. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...at this issue, Can I put this font in the static file of my project...Aspose.Words does not read fonts packed into JAR or WAR. So in...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  3. Characters in italic missing in HTML output (Li...

    Hi, we noticed some characters are missing in HTML output which are in italic Style. Scenario happens in Linux / Docker. Reproducable with the following setup: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <…...output which are in italic style. Scenario happens in Linux /...new Aspose.Words.Fonts.FolderFontSource(@"./fonts/", true); var...

    forum.aspose.com/t/characters-in-italic-missing...
  4. Change styles for complete document - Free Supp...

    Hi we are trying to change Style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the Font name and Font size def change_Styles(self, f…...Change styles for complete document Aspose.Words Product Family...Hi we are trying to change style of document, there are few issues...

    forum.aspose.com/t/change-styles-for-complete-d...
  5. Inserting to a cell HtmlString removes related ...

    i’m calling var blockCell = worksheet.Cells[ htmlBlock.OccupiedCells.StartRow, htmlBlock.OccupiedCells.StartColumn ]; then just settings my html value blockCell.HtmlString = html; that equals to <div Style="…...HtmlString removes related styles Aspose.Cells Product Family...html; that equals to <div style="font-family: Arial, sans-serif;...

    forum.aspose.com/t/inserting-to-a-cell-htmlstri...
  6. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...以下示例演示了如何使用 Style.Update 方法。 创建和修改样式 此示例创建一个 Style 对象,将其应用于一范围的单元格,并修改...对象,将其应用于一范围的单元格,并修改 Style 对象。所做的更改会自动应用到单元格及其所在范围的样式。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  7. StyleCollection.Item | Aspose.Words for .NET

    Discover StyleCollection's powerful Item property to effortlessly retrieve Styles by name or alias, enhancing your design experience with ease!...of 3) Gets a style by name or alias. public Style this [ string...sensitive, returns null if the style with the given name is not found...

    reference.aspose.com/words/net/aspose.words/sty...
  8. Apply Excel Color Themes in Python

    Apply Excel color themes in Python with a few API calls. Get the IDE settings, a list of steps, and a sample code for using Microsoft Excel themes in Python....Font Product Family Aspose.TeX Product...foreground theme color, pattern, and font theme color. Steps to Apply...

    kb.aspose.com/cells/python/apply-excel-color-th...
  9. Content render outside the table when page brea...

    Hi, I am facing a issue when rendering html content in a table. Please use the below code to reproduce the problem. I attached car.jpg which used in the html and the result file BrokenLine.pdf for your reference. Put th…...Color(“Black”) } }; string txt = “<font size="1">\r \r \r Test Image.../> \r \r \r <span style="font-size: 10pt; font-family: arial, helvetica...

    forum.aspose.com/t/content-render-outside-the-t...
  10. Backslash (\) Being Converted to Yen Symbol (¥)...

    Hello Team When converting HTML to PDF using Aspose in .NET, backslash characters (\) in the HTML are incorrectly rendered as the Yen symbol (¥) in the resulting PDF only in the deployed environment. This issue does not…... It happens regardless of font or encoding settings and affects...deployed environment may stem from font encoding differences between...

    forum.aspose.com/t/backslash-being-converted-to...