Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 143,398 for

font

(0.24 sec)
  1. List.Style | Aspose.Words for .NET

    Discover the List Style property to define and customize your lists effectively. Enhance your web design with unique styling options!... Font . Name = "Verdana" ; level . Font . Color = Color...Color . Blue ; level . Font . Bold = true ; } DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  2. List.IsListStyleDefinition | Aspose.Words for .NET

    Discover if the List IsListStyleDefinition property defines a list style. Unlock enhanced styling options for your lists today!... Font . Name = "Verdana" ; level . Font . Color = Color...Color . Blue ; level . Font . Bold = true ; } DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  3. Small inline image rendered at incorrect resolu...

    Description When converting a DOCX document containing a small inline image to HTML using Aspose.Words, the image is rendered with an incorrect resolution/scaling. As a result, the image appears visually distorted compa…...style="widows:0; orphans:0; font-family:Calibri; font-size:12pt"><div><p.../><span>3- </span><span style="font-family:'Times New Roman'">D...

    forum.aspose.com/t/small-inline-image-rendered-...
  4. Fill.Solid | Aspose.Words for .NET

    Discover the Fill Solid method for achieving a consistent color fill, enhancing your design's visual appeal and uniformity effortlessly....docx" ); // Get Fill object for Font of the first Run. Fill fill...0 ]. Font . Fill ; // Check Fill properties of the Font. Console...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose.PDF 26.4: Document.Convert(PDF_UA_1) wit...

    Bug Report: Document.Convert(PDF_UA_1) with AutoTaggingSettings Hangs on Aspose.Cells-Generated PDFs body { Font-family: Segoe UI, Arial, sans-serif; max-width: 960px; margin: 40px auto; padding: 0 20px; line-height…...Cells-Generated PDFs body { font-family: Segoe UI, Arial, sans-serif;...#c0392b; padding-bottom: 10px; font-size: 1.5em; } h2 { color: #2c3e50;...

    forum.aspose.com/t/aspose-pdf-26-4-document-con...
  6. HtmlFixedSaveOptions.css_class_names_prefix pro...

    HtmlFixedSaveOptions.css_class_names_prefix property. Specifies prefix which is added to all class names in style.css file...GOLDS_DIR , TEMP_DIR , IMAGE_DIR , FONTS_DIR import aspose.words as aw...html_fixed_save_options . save_font_face_css_separately = True doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontSubstitutionSettings.fontNameSubstitution p...

    FontSubstitutionSettings.FontNameSubstitution property. Settings related to Font name substitution rule....property Settings related to font name substitution rule. get...fontNameSubstitution () : Aspose . Words . Fonts . FontNameSubstitution See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontSubstitutionSettings.fontInfoSubstitution p...

    FontSubstitutionSettings.FontInfoSubstitution property. Settings related to Font info substitution rule....property Settings related to font info substitution rule. get...fontInfoSubstitution () : Aspose . Words . Fonts . FontInfoSubstitution See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 管理演示文稿中的 ActiveX 控件(Python)|Aspose.Slides for P...

    了解 Aspose.Slides for Python via .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... height ) # font = draw.Font(control.properties["FontName"]...properties["FontName"], 14) font = draw . Font ( "Arial" , 14 ) with draw...

    docs.aspose.com/slides/zh/python-net/activex/
  10. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...problems might occur because the fonts used in your input document...document is processed. The fonts are required to build document...

    forum.aspose.com/t/document-extractpages-yields...