Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 131,702 for

font

(0.08 sec)
  1. Set DefaultFont property of PdfSaveOptions and ...

    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....has a missing (not installed) font. Generally, when saving to PDF...workbook’s default font (i.e., Workbook.DefaultStyle.Font ). If the workbook’s...

    docs.aspose.com/cells/net/set-defaultfont-prope...
  2. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API....update various font properties such as font name, font color, boldness...each portion uses a different font. The following code snippet...

    docs.aspose.com/cells/javascript-cpp/access-and...
  3. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Normal : < Font Style = "FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR:....</ Font > Html5: < div Style = "FONT-FAMILY: Arial;FONT-SIZE:...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  4. 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="…...html; that equals to <div style="font-family: Arial, sans-serif; max-width:...programmatically set different fonts, sizes, and colors. Convert...

    forum.aspose.com/t/inserting-to-a-cell-htmlstri...
  5. HtmlLoadOptions.SupportFontFaceRules | Aspose.W...

    Discover HtmlLoadOptions SupportFontFaceRules, control Font loading with ease. Enhance your web design by enabling custom Fonts for a polished look....support @font-face rules and whether to load declared fonts. Default...option is enabled, fonts declared in @font-face rules are loaded...

    reference.aspose.com/words/net/aspose.words.loa...
  6. ParagraphFormat.Alignment | Aspose.Words for .NET

    Discover the ParagraphFormat Alignment property to easily customize text alignment for your paragraphs, enhancing readability and presentation....doc ); Font font = builder . Font ; font . Size = 16 ; font . Bold...Bold = true ; font . Color = Color . Blue ; font . Name = "Arial"...

    reference.aspose.com/words/net/aspose.words/par...
  7. Aspose::Words::Fonts::FolderFontSource::get_Typ...

    Aspose::Words::Fonts::FolderFontSource::get_Type method. Returns the type of the Font source in C++....Aspose::Words::Fonts::FolderFontSource::get_Type method Fold...type of the font source. Aspose :: Words :: Fonts :: FontSourceType...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Aspose::Words::Paragraph::get_IsEndOfDocument m...

    Aspose::Words::Paragraph::get_IsEndOfDocument method. True if this paragraph is the last paragraph in the last section of the document in C++....Words :: Font > font = builder -> get_Font (); font -> set_Size...set_Size ( 16 ); font -> set_Bold ( true ); font -> set_Color ( System...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Get HTML5 string from Cell|Documentation

    Learn how to get an HTML5 string from a cell through the Aspose.Cells for Python via .NET API....Output Normal: < Font Style = "FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR:....</ Font > HTML5: < div Style = "FONT-FAMILY: Arial;FONT-SIZE:...

    docs.aspose.com/cells/python-net/get-html5-stri...
  10. 文本图层导出时中文格式不对 - Free Support Forum - aspose.com

    I have a PSD file that contains a text layer with Chinese text. When exporting the image using the Aspose.PSD for Java API to save as a jpg picture, the Chinese text displays incorrectly. the origin psd file looks like …...could you please check if the font that was originally used in...file is installed in OS. If the font is not installed, Aspose.PSD...

    forum.aspose.com/t/topic/314055