Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 141,419 for

font

(0.11 sec)
  1. How to Edit Word Document using Python

    This short tutorial contains information to edit word document using python. You will see how can Python modify Word document with the help of a step-by-step process and a runnable sample code....Font Product Family Aspose.TeX Product...of the the document Get the font of the current cursor location...

    kb.aspose.com/words/python/how-to-edit-word-doc...
  2. 档案

    档案...Blue), 1); // 设置文本字体 Font arial = new Font("Arial", 20, FontStyle...1); // 设置字体样式、大小等。 Font arial = new Font("Arial", 20, FontStyle...

    blog.aspose.com/zh/drawing/draw-text-image-csharp/
  3. ReportBuilderContext | Aspose.Words for Java

    LINQ Reporting Engine context in Java.... getFontSettings() Font settings used by the processor...setFontSettings(FontSettings value) Font settings used by the processor...

    reference.aspose.com/words/java/com.aspose.word...
  4. ConditionalStyle Class | Aspose.Words for .NET

    Discover the Aspose.Words.ConditionalStyle class for advanced table formatting. Enhance your documents with dynamic styles and improve readability effortlessly.... Font { get; } Gets the character...ConditionalStyles . LastColumn . Font . Bold = true ; // List all...

    reference.aspose.com/words/net/aspose.words/con...
  5. Insert text with html to a table cell PDF .net ...

    Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code. Dim doc As Do…...style='text-align:center;'><h3 style='font-family:Arial;'>QUOTATION</h3></div>");...style='text-align:center;'><h3 style='font-family:Arial;'>QUOTATION</h3></div>");...

    forum.aspose.com/t/insert-text-with-html-to-a-t...
  6. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET.... font = apdf . text . FontRepository . find_font ( "Arial"...text_state . font_size = 14 textStamp . text_state . font_style =...

    products.aspose.com/pdf/python-net/stamps/text/
  7. How to change background in comment in Excel wi...

    How to change color in a comment and insert a picture or image in a comment in Excel using Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"..."/lic/aspose.cells.enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  8. Create PDF using Python | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications.... font_size = 12 textFragment . text_state . font = apdf...text . FontRepository . find_font ( "TimesNewRoman" ) textFragment...

    products.aspose.com/pdf/python-net/create/
  9. Parse PDF documents|Aspose.PDF for .NET

    Do you want to parse PDF documents? Discover various PDF data extraction methods with Aspose.PDF for .NET.... Extract Fonts from PDF - font Extraction is a specific...specific operation with fonts in PDFs. Extract Data from the Form...

    docs.aspose.com/pdf/net/parsing/
  10. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...SetNumber ( 14 ); // Set the font color to red color. style ....(described above) and change the font color from red to black. style...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...