Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 22,511 for

loadoptions

(0.06 sec)
  1. IDocumentConverterPlugin.convertToImages method...

    IDocumentConverterPlugin.convertToImages method. Converts pages from document from input stream to array of images....convertToImages(inputStream, loadOptions, saveOptions) Converts pages...Buffer , loadOptions : Aspose . Words . Loading . LoadOptions , saveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LoadOptions.ConvertMetafilesToPng | Aspose.Word...

    Effortlessly convert WMF and EMF metafiles to PNG format with Loadoptions. Simplify your image management and enhance compatibility today!...ConvertMetafilesToPn Contents [ Hide ] LoadOptions.ConvertMetafilesToPn property...shape ); LoadOptions loadOptions = new LoadOptions (); loadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  3. 默认字体 - PowerPoint Java API|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/default-f...
  4. CsvDataLoadOptions.HasHeaders | Aspose.Words fo...

    Discover CsvDataLoadoptions' HasHeaders property to easily manage CSV imports by specifying if the first record includes column names for seamless data integration....docx" ); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions...true ); loadOptions . Delimiter = ';' ; loadOptions . CommentChar...

    reference.aspose.com/words/net/aspose.words.rep...
  5. IDocumentConverterPlugin.ConvertToImages | Aspo...

    Effortlessly convert document pages to images with the ConvertToImages method in IDocumentConverterPlugin. Fast, reliable, and easy to use!...Stream inputStream , LoadOptions loadOptions , SaveOptions saveOptions...The input stream. loadOptions LoadOptions The document load options...

    reference.aspose.com/words/net/aspose.words/ido...
  6. Open Presentations in C++|Aspose.Slides Documen...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for C++—fast, reliable, fully featured....set_Password method of the LoadOptions class to decrypt and load...operation: auto loadOptions = MakeObject < LoadOptions > (); loadOptions...

    docs.aspose.com/slides/cpp/open-presentation/
  7. Aspose.PSD for Java 23.11 - Release Notes|Docum...

    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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setAllowWarpRepaint...setAllowWarpRepaint ( true ); loadOptions . setLoadEffectsResour (...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  8. Merger.Merge | Aspose.Words for .NET

    Effortlessly combine multiple documents into one with our Merger Merge method. Streamline your workflow with customizable file options today!...KeepSourceLayout ); LoadOptions firstLoadOptions = new LoadOptions () { IgnoreOleData...true }; LoadOptions secondLoadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...
  9. Splitter | Aspose.Words for Java

    Provides methods intended to split the documents into parts using different criteria in Java....from(InputStream input, LoadOptions loadOptions) Specifies input document...from(String input, LoadOptions loadOptions) Specifies input document...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在Java中打开演示文稿|Aspose.Slides 文档

    在Java中打开或加载演示文稿PPT、PPTX、ODP...当您需要打开受密码保护的演示文稿时,可以通过 Password 属性(来自 LoadOptions 类)传递密码,以解密演示文稿并加载演示文稿。以下Java代码演示了该操作:...码演示了该操作: LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.aspose.com/slides/zh/androidjava/open-pres...