Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 22,506 for

loadoptions

(0.07 sec)
  1. Pattern Overlay not supported - Free Support Fo...

    The attached zip has a single PSD file, that file has a single text layer, that layer has a simple pattern overlay. input.zip (525.4 KB) Saving this kind of files (with a pattern overlay in a text layer) outputs a brok…...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setLoa...(PsdImage)Image.load("input.psd", loadOptions); // Assuming the pattern...

    forum.aspose.com/t/pattern-overlay-not-supporte...
  2. IDocumentConverterPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentConverterPlugin class. Defines an interface for external converter plugin....Description convert(inputStream, loadOptions, outputStream, saveOptions)...convertToImages(inputStream, loadOptions, saveOptions) Converts pages...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 在 C++ 中自定义 PowerPoint 字体|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中自定义字体,使您的演示文稿在任何设备上都保持清晰一致。...Slides 提供 LoadOptions::set_DocumentLevelFontSou...属性,以便您指定将在演示文稿中使用的外部字体。 此 C++ 代码展示了如何使用 LoadOptions::set_DocumentLevelFontSou...

    docs.aspose.com/slides/zh/cpp/custom-font/
  4. Specify Default Presentation Fonts in С++|Aspos...

    Set default fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions. Set the DefaultRegularFont...fonts auto loadOptions = MakeObject < LoadOptions > ( LoadFormat...

    docs.aspose.com/slides/cpp/default-font/
  5. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for .NET. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....InterruptionToken is set and the LoadOptions instance is passed to the...token ) => { LoadOptions options = new LoadOptions { InterruptionToken...

    docs.aspose.com/slides/net/support-for-interrup...
  6. WarningInfoCollection | Aspose.Words for Java

    Represents a typed collection of WarningInfo objects in Java....to the LoadOptions.getWarningCallback() / LoadOptions.setWarningCallback(com...WarningInfoCollectio(); LoadOptions loadOptions = new LoadOptions(); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Customize PowerPoint Fonts in .NET|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for .NET to keep your presentations sharp and consistent across any device....ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets\\fonts" , "global\\fonts" }; loadOptions . DocumentLevelFontSou ....

    docs.aspose.com/slides/net/custom-font/
  8. Customize PowerPoint Fonts in Java|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for Java to keep your presentations sharp and consistent across any device....ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets/fonts" , "global/fonts" }); loadOptions . getDocumentLevelFont ()...

    docs.aspose.com/slides/java/custom-font/
  9. Aspose::Words::Loading::HtmlLoadOptions::get_Su...

    Aspose::Words::Loading::HtmlLoadoptions::get_SupportVml method. Gets or sets a value indicating whether to support VML images in C++.... auto loadOptions = System :: MakeObject <...parsing the loaded document. loadOptions -> set_SupportVml ( supportVml...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. LoadOptions.base_uri property | Aspose.Words fo...

    Loadoptions.base_uri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required...base_uri property LoadOptions.base_uri property Gets or sets...load_options = aw . loading . LoadOptions () load_options . base_uri...

    reference.aspose.com/words/python-net/aspose.wo...