Sort Score
Result 10 results
Languages All
Labels All
Results 6,311 - 6,320 of 139,434 for

font

(0.13 sec)
  1. Latest Aspose.HTML Product Family topics - Free...

    Get technical support of Aspose.HTML for .NET and Java....to pdf coming out with crazy font only on first h2 tag html-to-pdf...

    forum.aspose.com/c/html/29
  2. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in Java. This step-by-step guide shows why Aspose.Slides for Java is a faster, more powerful alternative to Microsoft.Office.Interop....the chart title and set the font properties. Access the chart...appearance, including colors, fonts, fills, outlines, gridlines...

    docs.aspose.com/slides/java/create-a-chart-in-a...
  3. How to Convert PowerPoint to Word in C#

    This short tutorial guides on how to convert PowerPoint to Word in C#. It shares all the necessary steps, resources and runnable sample code to transform PowerPoint into Word in C# with the help of a few API calls only....Font Product Family Aspose.TeX Product...its format, encoding details, font settings progress, and warning...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  4. ConditionalStyleCollection Class | Aspose.Words...

    Explore Aspose.Words.ConditionalStyleCollection class to manage ConditionalStyle objects effectively, enhancing document formatting and customization.... Font . Bold = true ; // List all...

    reference.aspose.com/words/net/aspose.words/con...
  5. Aspose::Words::SpecialChar class | Aspose.Words...

    Aspose::Words::SpecialChar class. Base class for special characters in the document. To learn more, visit the documentation article in C++.... get_Font () Provides access to the font formatting of...

    reference.aspose.com/words/cpp/aspose.words/spe...
  6. Shape.StrokeColor | Aspose.Words for .NET

    Customize your design with the Shape StrokeColor property, allowing you to define vibrant stroke colors for stunning visual impact.... Font . Size = 32 ; builder . Writeln...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/java/make/
  8. How to work with Aspose.SVG API – C# Examples

    The articles in this chapter provide the information you need to get started with Aspose.SVG for .NET and C# examples for processing SVG files....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/svg/net/how-to-work-with-aspose...
  9. Run | Aspose.Words for Java

    Represents a run of characters with the same Font formatting in Java....of characters with the same font formatting. To learn more, visit...format a run of text using its font property. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  10. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...3 and make sure that all fonts are installed in the system...make sure that all Windows Fonts are installed and present in...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...