Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 20,208 for

loadoptions

(0.03 sec)
  1. 默认字体 - PowerPoint Java API|Aspose.Slides for PH...

    PowerPoint Java API 让您设置用于将演示文稿呈现为 PDF、XPS 或缩略图的默认字体。本文展示了如何定义 DefaultRegular Font 和 DefaultAsian Font 作为默认字体。...通过 Java API 从外部目录加载字体: 创建 LoadOptions 的实例。 设置 DefaultRegularFont...使用加载选项定义默认的常规和亚洲字体 $loadOptions = new LoadOptions ( LoadFormat ::...

    docs.aspose.com/slides/zh/php-java/default-font/
  2. BlockImportMode Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.BlockImportMode enum enhances HTML document integration by optimizing block-level element property imports for seamless workflows....html )); HtmlLoadOptions loadOptions = new HtmlLoadOptions ();...HTML block-level elements. loadOptions . BlockImportMode = blockImportMode...

    reference.aspose.com/words/net/aspose.words.loa...
  3. RtfLoadOptions.RecognizeUtf8Text | Aspose.Words...

    Discover how the RtfLoadoptions RecognizeUtf8Text property preserves UTF-8 characters during import, ensuring accurate text representation and seamless integration.... RtfLoadOptions loadOptions = new RtfLoadOptions ();...that may occur in the text. loadOptions . RecognizeUtf8Text = recognizeUtf8Text...

    reference.aspose.com/words/net/aspose.words.loa...
  4. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/ppt/
  5. Custom PowerPoint Font in Java|Aspose.Slides Do...

    PowerPoint custom fonts in Java...ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets/fonts" , "global/fonts" }); loadOptions . getDocumentLevelFont ()...

    docs.aspose.com/slides/java/custom-font/
  6. Custom PowerPoint Font in C#|Aspose.Slides Docu...

    PowerPoint custom fonts in C#...ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets\\fonts" , "global\\fonts" }; loadOptions . DocumentLevelFontSou ....

    docs.aspose.com/slides/net/custom-font/
  7. TxtLoadOptions.documentDirection property | Asp...

    TxtLoadoptions.documentDirection property. Gets or sets a document direction... let loadOptions = new aw . Loading . TxtLoadOptions...will store its direction. loadOptions . documentDirection = aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Open Different Microsoft Excel Versions Files|D...

    This article explains how to open different excel versions files using Aspose.Cells for Python via .NET API....0 file, use LoadOptions and set the related attribute...attribute for the LoadOptions class for the template file to be loaded...

    docs.aspose.com/cells/python-net/opening-differ...
  9. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  10. How to Fix the java.lang.OutOfMemoryError while...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Specify the LoadOptions LoadOptions options = new LoadOptions (); //Set...

    docs.aspose.com/cells/java/how-to-fix-the-java-...