Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 22,510 for

loadoptions

(0.18 sec)
  1. FieldData | Aspose.Words for Java

    Implements the DATA 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. FieldTime | Aspose.Words for Java

    Implements the TIME 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. FieldDocProperty | Aspose.Words for Java

    Implements the DOCPROPERTY 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. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...This can be done using the LoadOptions class, where you can set...document. LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/getting-incorrect-revision-i...
  5. Preglednik PSD datoteka | products.aspose.com

    Preglednik PSD datoteka...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/cr/view/psd-file-viewer/
  6. Avaa PSD-tiedosto verkossa | products.aspose.com

    Avaa PSD-tiedosto verkossa käyttämällä Aspose.PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/fl/view/open-psd-online/
  7. Näytä PSD, PSB tai AI | products.aspose.com

    Muunna Adobe PhotoShop & Illustrator tiedostoja kuvia ja muita formaatteja...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/fl/view/
  8. 用JavaScript通过C++在加载Excel文件时获取警告信息|Documentation

    学习如何在用C++调用Aspose.Cells for JavaScript加载Excel文件时捕获警告。有效处理损坏但可加载的工作簿。... IWarningCallback 接口并设置 LoadOptions.warningCallback 属性来捕获这些警告。...Workbook , SaveFormat , LoadOptions , WarningType } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/get-war...
  9. Manage Presentation Properties in Java|Aspose.S...

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

    docs.aspose.com/slides/java/presentation-proper...
  10. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...LoadDocument(loadOptions); DocumentStoreHelper.St...ePathDocx).LoadDocument(loadOptions); // Set PDF save options...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...