Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 16,519 for

load font

(0.07 sec)
  1. Watermark Word Files Online or using Java | pro...

    Free online app to Watermark different Word files. Java watermark library code for Word documents....reference within your project Load file the via Document class...class object Set options like font, color, layout Use getWatermark()...

    products.aspose.com/total/java/watermark/word/
  2. Watermark DOC Files Online or using Java | prod...

    Free online app to Watermark different DOC files. Java watermark library code for DOC documents....reference within your project Load file the via Document class...class object Set options like font, color, layout Use getWatermark()...

    products.aspose.com/total/java/watermark/doc/
  3. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++....pptx" ; // Load the desired the presentation.../templates/Tulips.jpg" ; // Load the desired the presentation...

    docs.aspose.com/slides/cpp/manage-paragraph/
  4. 通過 Java 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    Java 示例代碼,用於從 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 PPTX 文件中提取文本和圖像。... 解析 PPTX 文件 - Java //Load PPTX file Presentation pptxPresentation...print(port.getText()); //Display font height of the text System. out...

    products.aspose.com/slides/zh-hant/java/parser/...
  5. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java....by the Font property. This object contains different font attributes...attributes (font name, font size, color, and so on). Some important...

    docs.aspose.com/words/java/use-documentbuilder-...
  6. Watermark ODT Files Online or using Java | prod...

    Free online app to Watermark different ODT files. Java watermark library code for ODT documents....reference within your project Load file the via Document class...class object Set options like font, color, layout Use getWatermark()...

    products.aspose.com/total/java/watermark/odt/
  7. How to Convert TSV to Excel in Java

    Here is a short tutorial that explains how to convert TSV to Excel in Java. It provides all the necessary details like the configuration details, step wise process and a runnable sample code that changes TSV to XLSX in Java....Font Product Family Aspose.TeX Product...however, you may customize the loading process as well as the saving...

    kb.aspose.com/cells/java/how-to-convert-tsv-to-...
  8. C++ API to Convert SVG to OTP | products.aspose...

    Convert SVG to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...(OpenType Font) is a format for scalable computer fonts. It is used...used to store fonts in a single file. Converting SVG to OTP is...

    products.aspose.com/total/cpp/conversion/svg-to...
  9. 设置使用 C++ 和 Node.js 将电子表格渲染成图片时的默认字体|Documentation

    学习如何在用 Aspose.Cells for Node.js via C++ 将电子表格渲染为图片时设置默认字体。...xlsx" ); // Loads the workbook which contains...( filePath ); // Set default font of the workbook to none let...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  10. PDF file distorted - Free Support Forum - aspos...

    hello, when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting. As we are using below code. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder…...Font.Name = reportFontName; builder.Font.Size = 10;...10; builder.Font.Bold = true; builder.Writeln($"Source Input {currentDateTime...

    forum.aspose.com/t/pdf-file-distorted/327238