Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 20,554 for

loadoptions

(0.03 sec)
  1. LoadOptions.LoadFormat | Aspose.Words for .NET

    Discover the Loadoptions LoadFormat property to easily specify document formats. Optimize loading with the default Auto setting for seamless performance....LoadFormat Contents [ Hide ] LoadOptions.LoadFormat property Specifies...object. HtmlLoadOptions loadOptions = new HtmlLoadOptions ( LoadFormat...

    reference.aspose.com/words/net/aspose.words.loa...
  2. 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...
  3. HtmlLoadOptions.SupportFontFaceRules | Aspose.W...

    Discover HtmlLoadoptions SupportFontFaceRules, control font loading with ease. Enhance your web design by enabling custom fonts for a polished look....HtmlLoadOptions loadOptions = new HtmlLoadOptions (); loadOptions . SupportFontFaceRules..."Html with FontFace.html" , loadOptions ); Assert . That ( doc ....

    reference.aspose.com/words/net/aspose.words.loa...
  4. 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...
  5. Unlock ODP Presentation Files using Python | pr...

    Python source code to remove protection from ODP Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password...Presentation( "encrypted-pres.odp" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/odp/
  6. IDocumentLoadingCallback class | Aspose.Words f...

    Aspose.Words.Loading.IDocumentLoadingCallback class. Implement this interface if you want to have your own custom method called during loading a document....WORDSNODEJS-122 - Add support of LoadOptions.ProgressCallback' , () =>...(); let loadOptions = new aw . Loading . LoadOption (); loadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose.Cells 8.6.3的公共API更改|Documentation

    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....of LoadOptions LoadOptions loadOptions = new LoadOptions ();...LoadDataOption created earlier loadOptions . setLoadDataOptions ( loadDataOptions...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Unlock PPT Presentation Files using Java | prod...

    Java source code to remove protection from PPT Presentation....using Java LoadOptions loadOptions = new LoadOptions (); loadOptions...Presentation ( "pres.ppt" , loadOptions ); try { presentation . ...

    products.aspose.com/slides/java/unlock/ppt/
  9. IncorrectPasswordException | Aspose.Words for Java

    Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing in Java....DocSaveOptions object in a LoadOptions object. Assert.assertThr...SaveAsDoc.doc")); LoadOptions loadOptions = new LoadOptions("MyPassword");...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在 Java 中使用自定义 PowerPoint 字体|Aspose.Slides 文档

    在 Java 中使用 PowerPoint 自定义字体...ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets/fonts" , "global/fonts" }); loadOptions . getDocumentLevelFont ()...

    docs.aspose.com/slides/zh/java/custom-font/