Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 33,600 for

saveoptions

(0.14 sec)
  1. XpsSaveOptions.OutlineOptions | Aspose.Words fo...

    Discover the XpsSaveoptions OutlineOptions property to customize your document's outline settings for enhanced organization and presentation.... XpsSaveOptions saveOptions = new XpsSaveOptions ();...(); Assert . That ( saveOptions . SaveFormat , Is . EqualTo ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  2. OoxmlSaveOptions.DigitalSignatureDetails | Aspo...

    Explore OoxmlSaveoptions' DigitalSignatureDetails property to efficiently manage digital signatures for secure document signing and enhanced compliance....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions . DigitalSignatureDeta...DigitalSignature.docx" , saveOptions ); See Also class DigitalSignatureDeta...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::Saving::SvgSaveOptions::get_Remo...

    Aspose::Words::Saving::SvgSaveoptions::get_RemoveJavaScriptFromLinks method. Specifies whether JavaScript will be removed from links. Default is false. If this option is enabled, all links containing JavaScript will be replaced with "javascript:void(0)" in C++....docx" ); auto saveOptions = System :: MakeObject <...:: SvgSaveOptions > (); saveOptions -> set_RemoveJavaScriptFrom...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Drawing::TextureAlignment enum |...

    Aspose::Words::Drawing::TextureAlignment enum. Specifies the alignment for the tiling of the texture fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Saving::OdtSaveOptions::get_Save...

    Aspose::Words::Saving::OdtSaveoptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can be Odt or Ott in C++.... auto saveOptions = System :: MakeObject <...OdtSaveOptions > ( saveFormat ); saveOptions -> set_Password ( u "@sposeEncrypted_1145"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...PsSaveOptions saveOptions = new PsSaveOptions(); { saveOptions.setSaveFormat(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Saving::HtmlSaveOptions::HtmlSav...

    Aspose::Words::Saving::HtmlSaveoptions::HtmlSaveoptions constructor. Initializes a new instance of this class that can be used to save a document in the Html format in C++....docx" ); // Use a SaveOptions object to specify the encoding...that we will save. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose.PSD for .NET 24.7发布说明|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....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( output , saveOptions ); } PSDNET-2061. 修复ImageSaveException:...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....SaveOptions public abstract class TxtSaveOptionsBase...TxtSaveOptionsBase extends SaveOptions The base class for specifying...

    reference.aspose.com/words/java/com.aspose.word...
  10. SaveOptions.use_anti_aliasing property | Aspose...

    Saveoptions.use_anti_aliasing property. Gets or sets a value determining whether or not to use anti-aliasing for rendering....use_anti_aliasing property SaveOptions.use_anti_aliasing property...a rendered document with SaveOptions. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...