Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 31,268 for

saveoptions

(0.05 sec)
  1. OdtSaveMeasureUnit | Aspose.Words for Java

    Specified units of measure to apply to measurable document content such as shape widths and other during saving in Java....OdtSaveOptions saveOptions = new OdtSaveOptions(); { saveOptions.setMe..."OdtSaveOptions.Odt11Schema.odt", saveOptions); Fields Field Description...

    reference.aspose.com/words/java/com.aspose.word...
  2. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily....OoxmlSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCac...doc.save("Output.html", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/compress/html/
  3. IPageLayoutCallback.Notify | Aspose.Words for .NET

    Discover the iPageLayoutCallback Notify method to enhance layout building and rendering efficiency. Optimize your app's performance today!...pageIndex ) { ImageSaveOptions saveOptions = new ImageSaveOptions (...Document . Save ( stream , saveOptions ); } private int mNum ; }...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Fill.GradientAngle | Aspose.Words for .NET

    Adjust the GradientAngle property to customize your gradient fill's angle, enhancing your design's depth and visual appeal effortlessly.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also class Fill namespace...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Convert WORD To JPG C++

    Convert a Word document to JPG format in C++ code. Save a Word document as JPG using C++....docx" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/word-t...
  6. Convert WORD To TIFF C++

    Convert a Word document to TIFF format in C++ code. Save a Word document as TIFF using C++....docx" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/word-t...
  7. Convert HTML To PNG C++

    Convert HTML to PNG format in C++ code. Save HTML as PNG using C++....html" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/html-t...
  8. Սեղմել DOC Ը Java Ում

    Սեղմեք DOC ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...OoxmlSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCac... doc.save("Output.doc", saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/compress/doc/
  9. Convert XBRL to Excel XLSX in C#|Documentation

    C# Finance Library API supports converting XBRL files to Excel XLSX. Please see the code provided in this article....passing an instance of the SaveOptions class to the XbrlDocument...is XLSX format, set the SaveOptions.SaveFormat to SaveFormat...

    docs.aspose.com/finance/net/convert-xbrl-to-xlsx/
  10. Work with Task Views | Aspose.Tasks Documentation

    Learn how to work with task views using Aspose.Tasks for C# and VB.NET.... Initiate the SaveOptions object with required timescale...mpp" ); 4 5 // Define the SaveOptions with required TimeScale settings...

    docs.aspose.com/tasks/cpp/task-views/