Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 112,210 for

font

(0.07 sec)
  1. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....Font Product Family Aspose.TeX Product...appearance is set along with font and color settings. Note that...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  2. How to Apply Filter in Excel using Python

    This tutorial guides on how to apply filter in Excel using Python. It provides the complete information to configure the development environment, list of steps to write this application and a runnable sample code to add Excel filter using Python....Font Product Family Aspose.TeX Product...filter, fill the color filter, font color filter, and dynamic filters...

    kb.aspose.com/cells/python/how-to-apply-filter-...
  3. PdfLoadOptions class | Aspose.Words for Python

    aspose.words.loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf document into a [Document](../../aspose.words/document/) object...LoadOptions ) font_settings Allows to specify document font settings...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...Font font = FontRepository.findFont(“Arial”);...Reading Order</Problem> </Text> <Fonts> <Problem Severity="Warning"...

    forum.aspose.com/t/create-a-pdf-a2-a/312852
  5. Advanced Techniques for Extracting Text from PP...

    Learn how to streamline your workflows by extracting text from PPT, PPTX, and ODP presentations. Explore the differences between binary and XML-based formats, discover best practices, and integrate extracted content into search, analytics, and accessibility solutions.... Encoding and font conflicts can arise when dealing...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  6. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object.... font . color = "#FF0000" ; para ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage.... Font . Size = 60 ; builder . Writeln...builder . Font . Name = "Times New Roman" ; builder . Font . Size...

    reference.aspose.com/words/net/aspose.words/doc...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for Image Automation – C# 图像格式转换 |产品.aspose.comhttps://products.aspose.com/imaging/zh-hans/net/conversion/Recent content in C# 图像格式转换 |产品.......border-bottom: 1px solid #eaeaea; tc font-size: 26px 将 APNG 转换为 BMP 的免费应用程序...图像 imaging-widget col-md-5 tc font-size: 15px 查看我们的 https://products...

    products.aspose.com/imaging/zh-hans/net/convers...
  9. Format Worksheet Cells in a Workbook|Documentation

    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.... Use fonts and attributes to highlight...characteristics, such as fonts and font sizes, number formats,...

    docs.aspose.com/cells/java/format-worksheet-cel...
  10. Make WORD Using Java

    Make a new a Word document in Java in a few steps. Easily create a Word document using Java library....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/word/