Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 137,513 for

font

(0.14 sec)
  1. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private sets of Fonts for workbook rendering using Aspose.Cells for Node.js via C++....Individual or Private Set of Fonts for Workbook Rendering with...you specify the fonts directory or list of fonts for all workbooks...

    docs.aspose.com/cells/nodejs-cpp/specify-indivi...
  2. DocumentBuilder.InsertParagraph | Aspose.Words ...

    Enhance your documents effortlessly with the DocumentBuilder InsertParagraph method, allowing seamless paragraph breaks for improved readability....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/doc...
  3. DocumentBuilder | Aspose.Words for .NET

    Create powerful documents effortlessly with DocumentBuilder. Initialize a new instance and streamline your document management today!...Specify font formatting, then add text. Aspose . Words . Font font...builder . Font ; font . Size = 16 ; font . Bold = true ; font . Color...

    reference.aspose.com/words/net/aspose.words/doc...
  4. FontSubstitutionSettings.DefaultFontSubstitutio...

    Discover how the DefaultFontSubstitution property optimizes Font settings for seamless typography. Enhance your design with effective Font substitution rules....Settings related to default font substitution rule. public DefaultFontSubstitut...Shows how to set the default font substitution rule. Document...

    reference.aspose.com/words/net/aspose.words.fon...
  5. PDF Generation Replaces Some Characters with Qu...

    I’m generating a Word document using the same template on both Windows and Unix environments using Aspose Build Report in Java. The Word documents are generated correctly in both environments, with all characters rendere…...environment is missing the Calibri font which causes the incorrect rendering...manually copied the Calibri font into the Corretto Docker image...

    forum.aspose.com/t/pdf-generation-replaces-some...
  6. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Font . Name = "Times New Roman" ; style . Font . Color..."TemplateStyle2" ); style . Font . Name = "Arial" ; style . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/doc...
  7. ChartSeries.legend_entry property | Aspose.Word...

    ChartSeries.legend_entry property. Gets a legend entry for this chart series....Shows how to work with a legend font. doc = aw . Document ( file_name...default font size all legend entries. chart_legend . font . size...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilderOptions.ContextTableFormatting |...

    Discover the ContextTableFormatting property in DocumentBuilderOptions. Ensure table formatting remains independent, enhancing your document's clarity and style....// Default font size is 12. builder . Writeln ( "Font size 12 here...Changes the font size inside the table. builder . Font . Size =...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::ParagraphFormat::get_AddSpaceBet...

    Aspose::Words::ParagraphFormat::get_AddSpaceBetweenFarEastAndDigit method. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph 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...
  10. DocumentBuilder.insertHyperlink method | Aspose...

    DocumentBuilder.insertHyperlink method. Inserts a hyperlink into the document....Note that you need to specify font formatting for the hyperlink...explicitly using the DocumentBuilder.font property. This methods internally...

    reference.aspose.com/words/nodejs-net/aspose.wo...