Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 139,722 for

font

(0.26 sec)
  1. ASPOSE 25.5 Chinese language data is not displa...

    Hello Team, I have a Issue with the aspose 25.5 version. When I try to generate the pdf for the english language it is created with all the data but for the same data with chinese language it is only displaying the lab…...often related to font embedding or the specific fonts used in your...The problem may arise if the font used for Chinese characters...

    forum.aspose.com/t/aspose-25-5-chinese-language...
  2. Creating Tables Using VSTO and Aspose.Slides fo...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create tables in PowerPoint (PPT, PPTX) slides in C# with flexible formatting....create a 15 x 15 table with a font size of 10 programmatically...each cell of the table with a font size of 10. Save the presentation...

    docs.aspose.com/slides/net/creating-a-table-on-...
  3. TextWatermarkOptions.fontSize property | Aspose...

    TextWatermarkOptions.FontSize property. Gets or sets a Font size...fontSize property Gets or sets a font size. The default value is 0...from 0 to 65.5 inclusive. Auto font size means that the watermark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBase.importNode method | Aspose.Words f...

    Aspose.Words.DocumentBase.importNode method... font . name = "Courier New" ; let...DocumentBuilder ( srcDoc ); srcBuilder . font . style = srcStyle ; srcBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. fontType distinction is not available between a...

    Hi Team, I will briefly explain my use case. The code I am using: auto FontData = portionFormat->get_LatinFont(); if (FontData != nullptr) { FontFamily = FontData->get_FontName().ToUtf8String()…...called Arial Black Bold in the Font Dropdown. case 2: if fontFamily...FontItalic properties were set via a font dropdown selection or through...

    forum.aspose.com/t/fonttype-distinction-is-not-...
  6. StructuredDocumentTag.endCharacterFont property...

    StructuredDocumentTag.endCharacterFont property. Font formatting that will be applied to the last character of text entered into SDT....endCharacterFont property Font formatting that will be applied...endCharacterFont () : Aspose . Words . Font Examples Shows how to create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 字体转换。高级详细信息| .NET

    .NET API从Aspose.Font转换字体。有时,您需要在保存之前读取转换的字体数据。这里的方法旨在帮助它。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/convert/advanced-me...
  8. How specify page size settings to not affect on...

    I converting HTML to Image and insert result image in HTML document. How make content to fill all space on screen? Not A4, A5 or any other format. I need ignore Page size, or specify it like it new Size(100%, 100%); I…...dfn { font-weight: bold; font-style: normal; }i, em { font-style:...italic; }dt dfn { font-style: italic; }pre, code { font-size: inherit;...

    forum.aspose.com/t/how-specify-page-size-settin...
  9. HtmlSaveOptions.ExportCidUrlsForMhtmlResources ...

    Discover how HtmlSaveOptions' ExportCidUrlsForMhtmlResources enhances MHTML documents by enabling CID URLs for images, Fonts, and CSS. Default, false....reference resources (images, fonts, CSS) included in MHTML documents...Contains ( "@font-face { font-family:'Arial Black'; font-weight:bold;...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize Fonts, colors, alignment, and more with powerful Python code examples.... font_bold = 1 portion2 = slides ...portion3 . portion_format . font_bold = 1 para . portions . add...

    docs.aspose.com/slides/python-net/text-formatting/