Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 131,763 for

font

(0.12 sec)
  1. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。...xlsx" ); } 格式化文本 你可以使用 Font 类格式化Shape内部的文本,设置字体大小、颜色和样式。...// Access the font of the shape's text Font font = shape . GetTextBody...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  2. Border.color property | Aspose.Words for Python

    Border.color property. Gets or sets the border color.... font . border . color = aspose ....builder . font . border . line_width = 2.5 builder . font . border...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...The conversion relies on the fonts that are available on the machine...machine where the code runs. If a font used in the DOCX is missing...

    forum.aspose.com/t/word-saveto-pdf/322091
  4. Working with Text Styles | Aspose.Note Document...

    A comprehensive guide on styling text within various net framework applications....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/net/working-with-text-styles/
  5. Aspose::Words::Fonts::EmbeddedFontFormat enum |...

    Aspose::Words::Fonts::EmbeddedFontFormat enum. Specifies format of particular embedded Font inside FontInfo object. When saving a document to a file, only embedded Fonts of corresponding format are written down in C++....Aspose::Words::Fonts::EmbeddedFontFormat enum Contents [ Hide...format of particular embedded font inside FontInfo object. When...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. After convert to pdf, the tablelayout are diffe...

    pdf: word:...TTF font is installed. If this font is removed, the...STXINWEI.TTF font, but is it possible to use another font instead...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  7. CFF to WOFF Converter API |.NET

    Convert CFF to WOFF using .NET API on Windows. Integrate this native CFF to WOFF Font conversion functionality into your own solution....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/font/net/conversion/cff-to-...
  8. WOFF to TTF Converter API |.NET

    Convert WOFF to TTF using .NET API on Windows. Integrate this native WOFF to TTF Font conversion functionality into your own solution....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/font/net/conversion/woff-to...
  9. Font.LocaleId | Aspose.Words for .NET

    Discover how the Font LocaleId property enhances your text formatting by managing locale identifiers for diverse character languages. Improve your coding today!...LocaleId Contents [ Hide ] Font.LocaleId property Gets or sets...DocumentBuilder ( doc ); // If we set the font's locale to English and insert...

    reference.aspose.com/words/net/aspose.words/fon...
  10. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...TextFragment(xmlContent); // -- Set font to a monospaced font to mimic browser XML...PdfException: Can’t find any suitable font for operate with text: 是 at...

    forum.aspose.com/t/pdfexception-during-xml-to-p...