Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 139,847 for

font

(1.42 sec)
  1. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...be set with correct font value or the font is not installed locally...( 100 ); // specify default font name options . setDefaultFont...

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  2. Container|Documentation

    Container element is used to break content into columns and to add a footer to the form...."align" : "right" , "font_style" : "bold" , "font-size" : 14 }, {...2022" , "align" : "right" , "font-size" : 10 } ] } ] } ] } ] }...

    docs.aspose.com/omr/net/json-markup/container/
  3. Extract ttf from ttc file, missing PostScriptNa...

    On Mac, I need to extract a ttf file from a ttc. I use this code to do that. int collectionIndex = 0 TtcFontSource source = new TtcFontSource(FontPath); FontDefinition[] fds = source.GetFontDefinitions(); TtfFont ttfF…...Font Product Family Whiletrue March...TtfFont ttfFont = Aspose.Font.Font.Open(fds[collectionIndex])...

    forum.aspose.com/t/extract-ttf-from-ttc-file-mi...
  4. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....Setting Background Color and Font Attributes to a Named Range...fill color (shading color) with font settings to a range. const path...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...
  5. HtmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlSaveOptions to enhance document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for Python via .NET....then changes the fill color and font color of the cell to light blue...

    docs.aspose.com/cells/python-net/get-the-cell-o...
  7. 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/
  8. Using Aspose.PDF for Python via Java|Aspose.PDF...

    Key functions, features of converting, splitting, merging and performing other operations related to creating and editing PDFs using Python via Java...extended security controls; custom font handling; integration with data...

    docs.aspose.com/pdf/python-java/overview/
  9. X and Y axis labels are incorrectly rendered wh...

    Hi, When converting some charts from DOCX to PDF, we noticed rendered charts may have extra Y axis labels, and X axis labels are messed up. Code: var doc = new Document(@“.\test.docx”); doc.Save(@“.\out.pdf”); I’v…...test file, a screenshot and the font file we used for your reference...

    forum.aspose.com/t/x-and-y-axis-labels-are-inco...
  10. 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/