Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 141,507 for

font

(1.41 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Css...

    Aspose::Words::Saving::HtmlSaveOptions::get_CssClassNamePrefix method. Specifies a prefix which is added to all CSS class names. Default value is an empty string and generated CSS class names have no common prefix in C++....line-height:normal; font-family:Arial; font-size:11pt; -aw-style-name:footer...line-height:normal; font-family:Arial; font-size:11pt; -aw-style-name:header...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Document Builder Overview in Java|Aspose.Words ...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Java.... It allows you to specify fonts, paragraph or section formatting...and others. For example, the Font class represents character formatting...

    docs.aspose.com/words/java/document-builder-ove...
  3. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize Fonts, colors, alignment, and more....formatting features such as font selection, size, color, highlighting...SaveFormat :: Pptx ); Manage Text Font Properties Presentations usually...

    docs.aspose.com/slides/cpp/text-formatting/
  4. Customize Chart Data Tables in Python|Aspose.Sl...

    Customize chart data tables in Python for PPT, PPTX and ODP with Aspose.Slides to boost efficiency and appeal in presentations....setting font properties such as bold style and font height. The...the chart data table, applying font settings, and saving the updated...

    docs.aspose.com/slides/python-net/chart-data-ta...
  5. Create Tables in NPOI|Aspose.Words for .NET

    Create a table in a document easily and fast instead of using NPOI in C#.... Font . Position = 100 ; builder . Font . Name = "Courier"...; builder . Font . Bold = true ; builder . Font . Underline =...

    docs.aspose.com/words/net/create-tables-in-npoi/
  6. 使用C++的JavaScript设置渲染到图片的电子表格的默认字体|Documentation

    学习如何使用C++中的Aspose.Cells for JavaScript在渲染电子表格为图片时设置默认字体。...Worksheet to Images with Default Fonts </ h1 > < input type = "file"..."/lic/aspose.cells.enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  7. Aspose::Words::Saving::FontSavingArgs::get_IsEx...

    Aspose::Words::Saving::FontSavingArgs::get_IsExportNeeded method. Allows to specify whether the current Font will be exported as a Font resource. Default is true in C++....whether the current font will be exported as a font resource. Default...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Customize Chart Data Tables in Presentations Us...

    Customize chart data tables in Java for PPT and PPTX with Aspose.Slides to boost efficiency and appeal in presentations....setting font properties such as bold style and font height. The...the chart data table, applying font settings, and saving the updated...

    docs.aspose.com/slides/java/chart-data-table/
  9. ListTrailingCharacter Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListTrailingCharacter enum to customize list labels and enhance paragraph formatting for a polished document presentation.... Font . Color = Color . Red ; listLevel . Font . Size =...listLevel . Font . Name = "Wingdings" ; listLevel . Font . Color...

    reference.aspose.com/words/net/aspose.words.lis...
  10. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...is likely due to the default font color setting in the document...document. When you set the font properties for the footer text, you...

    forum.aspose.com/t/footer-text-showing-in-grey-...