Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 28,446 for

saveoptions

(0.15 sec)
  1. DocumentSplitCriteria enumeration | Aspose.Word...

    Aspose.Words.Saving.DocumentSplitCriteria enumeration. Specifies how the document is split into parts when saving to [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub) or [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) format....docx" ); // Use a SaveOptions object to specify the encoding...document that we will save. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SaveOptions.updateLastSavedTimeProperty propert...

    Saveoptions.updateLastSavedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastSavedTime](../../../aspose.words.properties/builtindocumentproperties/lastSavedTime/) property is updated before saving....updateLastSavedTimeP property SaveOptions.updateLastSavedTimeP property...time" built-in property. let saveOptions = new aw . Saving . OoxmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 在 Python 中将 PowerPoint 转换为 Markdown|Aspose.Slid...

    在 Python 中将 PowerPoint 转换为 Markdown...如果您想导出包含图片的 PowerPoint 文档,您需要设置 saveOptions.export_type = MarkdownExportType...slides.dom.export.markdown.saveoptions import MarkdownSaveOptions...

    docs.aspose.com/slides/zh/python-net/convert-po...
  4. DocSaveOptions.SavePictureBullet | Aspose.Words...

    Discover how the DocSaveoptions SavePictureBullet property enhances your document output. Control PictureBullet data saving effortlessly for optimal results....By setting a flag in the SaveOptions object, // we can convert...while saving. DocSaveOptions saveOptions = new DocSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  5. DocSaveOptions.savePictureBullet property | Asp...

    DocSaveoptions.savePictureBullet property. When ``false``, PictureBullet data is not saved to output document...By setting a flag in the SaveOptions object, // we can convert...points while saving. let saveOptions = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveoptions::get_IdPrefix method. Specifies a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended in C++....docx" ); auto saveOptions = System :: MakeObject <...HtmlFixedSaveOptions > (); saveOptions -> set_IdPrefix ( u "pfx1_"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose.PSD for .NET 18.10 - 发行说明|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....导出为PNG var saveOptions = new PngOptions (); saveOptions . ColorType...Save ( pngExportPath100 , saveOptions ); // 设置透明度为50% im . Layers...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  8. Aspose::Words::LowCode::Splitter::Split method ...

    Aspose::Words::LowCode::Splitter::Split method. Splits a document from an input stream into multiple parts based on the specified split options and returns the resulting parts as an array of streams in the specified save format in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::SharedP...Words :: Saving :: SaveOptions > & saveOptions , const System ::...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DOCX format in C++...."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCX SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....SaveOptions public class OoxmlSaveOptions...OoxmlSaveOptions extends SaveOptions Can be used to specify additional options...

    reference.aspose.com/words/java/com.aspose.word...