Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 22,835 for

loadoptions

(0.06 sec)
  1. FieldDocVariable | Aspose.Words for Java

    Implements DOCVARIABLE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldNumPages | Aspose.Words for Java

    Implements the NUMPAGES field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  4. Manage Presentation Properties in PHP|Aspose.Sl...

    Master presentation properties in Aspose.Slides for PHP via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....presentation: $loadOptions = new LoadOptions (); $loadOptions -> setDefaultTextLangua...$pres = new Presentation ( $loadOptions ); try { # Adds a new rectangle...

    docs.aspose.com/slides/php-java/presentation-pr...
  5. PSD、PSB、または AI を表示 | products.aspose.com

    Adobe PhotoShop & Illustrator ファイル、画像、その他の形式の変換...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/jp/view/
  6. Unable to view the charts/graphs in the aspose ...

    Hello Aspose, I am unable to view the charts/graphs in the attached sample .xls file. currently it is showing as blank, please look into this and do the needful. image.png (20.0 KB) ENE.PC.00000058.zip (178.7 KB) T…...not use LoadOptions.setLoadDataOnly(true) ). LoadOptions opts =...= new LoadOptions(LoadFormat.XLS); opts.setLoadDataOnly(false);...

    forum.aspose.com/t/unable-to-view-the-charts-gr...
  7. PSD ファイルビューア | products.aspose.com

    PSD ファイルビューア...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/jp/view/psd-file-viewer/
  8. ODT to PDF Conversion – Paragraph Formatting Is...

    odt sample_from aspose webstie.zip (13.3 KB) Hello Aspose Support Team, We are experiencing an issue with ODT to PDF conversion where the paragraph formatting in the output PDF does not match the original ODT file. We…...example: OdtLoadOptions loadOptions = new OdtLoadOptions(); Aspose...Words.Document(inStream, loadOptions); PDF Save Options : You...

    forum.aspose.com/t/odt-to-pdf-conversion-paragr...
  9. The error message generated is not sufficient t...

    Error raised when loading a .xer (Primavera) project file. [ArgumentException: An item with the same key has already been added.] System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +60 System.Collec…...#=zKKDPksw=, Stream #=zMhINack=, LoadOptions #=z3U$Su6WWAFt$, #=zc_zV4sTuVgUmkVxdsjr5Hh=...#=zTdYw6uqkWvV6(Stream #=zMhINack=, LoadOptions #=z3U$Su6WWAFt$) +266 Aspose...

    forum.aspose.com/t/the-error-message-generated-...
  10. HtmlFragment in Page.Footer renders, but footer...

    Hello, I am testing footer rendering in Aspose.PDF for .NET and I am seeing inconsistent behavior when using HTML footers. What I am trying to do I want to: convert the main body from HTML using HtmlLoadoptions add a…...</div> </body> </html>"; var loadOptions = new HtmlLoadOptions { PageInfo...document = new Document(stream, loadOptions); } Page page = document...

    forum.aspose.com/t/htmlfragment-in-page-footer-...