Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 32,777 for

saveoptions

(0.14 sec)
  1. Aspose::Words::Saving::ImlRenderingMode enum | ...

    Aspose::Words::Saving::ImlRenderingMode enum. Specifies how ink (InkML) objects are rendered to fixed page formats in C++.... auto saveOptions = System :: MakeObject <...:: SaveFormat :: Jpeg ); saveOptions -> set_ImlRenderingMode (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Saving::OoxmlSaveOptions::get_Zi...

    Aspose::Words::Saving::OoxmlSaveoptions::get_Zip64Mode method. Specifies whether or not to use ZIP64 format extensions for the output document. The default value is Never in C++....ToArray ()); } } } } auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Zip64Mode ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose.PSD for .NET 18.8 - 发行说明|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....ouputDir ) { ImageOptionsBase saveOptions = new ImageOptions . PngOptions..., dir + "big_out.png" , saveOptions , monitor ); System . Threading...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  4. Difference in HTML output - Free Support Forum ...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = new Workbook("input.xlsx"); HtmlSaveoptions Saveoptions = new HtmlSaveoptions(SaveFormat.HTML); Saveoptions.setParseHtmlTagInCell(false);…...xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HTML); saveOptions.setParseHtmlTagInCel(false); saveOptions.set...

    forum.aspose.com/t/difference-in-html-output/31...
  5. ImlRenderingMode enumeration | Aspose.Words for...

    Aspose.Words.Saving.ImlRenderingMode enumeration. Specifies how ink (InkML) objects are rendered to fixed page formats.... let saveOptions = new aw . Saving . ImageSaveOptions...RenderInkObject.jpeg" , saveOptions ); See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OoxmlCompliance | Aspose.Words for Java

    Allows to specify which OOXML specification will be used when saving in the DOCX format in Java.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompliance(OoxmlCompliance.I...

    reference.aspose.com/words/java/com.aspose.word...
  7. GradientStopCollection | Aspose.Words for Java

    Contains a collection of GradientStop objects in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.GradientStops.docx", saveOptions); Methods Method Description...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportHeadersFootersMode method. Specifies how headers and footers are output to HTML, MHTML or EPUB. Default value is PerSection for HTML/MHTML and None for EPUB in C++.... // We can use a SaveOptions object to omit headers/footers...converting to html. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. IDocumentSavingCallback.Notify | Aspose.Words f...

    Track document saving progress with the iDocumentSavingCallback Notify method. Enhance your app's efficiency and user experience today!... HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...ProgressCallback.{ext}" , saveOptions )); Assert . That ( exception...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Aspose::Words::DocumentBuilder::InsertShape met...

    Aspose::Words::DocumentBuilder::InsertShape method. Inserts free-floating shape with specified position, size and text wrap type in C++.... auto saveOptions = System :: MakeObject <...:: SaveFormat :: Docx ); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...