Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 375,795 for

save

(1.64 sec)
  1. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。... HideColumn ( 1 ); // Save the modified Excel file U16String..."output.out.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  2. Convert POT to DOC in Python or with free Onlin...

    POT to DOC conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free POT to DOC online converter quickly before integrating the code....NET , save the created PDF into Microsoft...Presentation class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. Convert ODS to WORD with .NET or with free Onli...

    Convert ODS to WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free ODS to WORD online converter quickly before integrating the code....Document class Save the document to DOC format using Save method and..."input.ods" ); // save ODS as PDF book . Save ( "pdfOutput.pdf"...

    products.aspose.com/total/net/conversion/ods-to...
  4. Rendering Project Data to XAML | Aspose.Tasks D...

    Learn how to render a project as XAML using Aspose.Tasks for .NET.... Rendering to XAML with Save Options To render a project...to include; Save the project using Project.Save() with SaveFileFormat...

    docs.aspose.com/tasks/net/rendering-project-dat...
  5. Aspose::Words::Saving::ImageSaveOptions::get_Ti...

    Aspose::Words::Saving::ImageSaveOptions::get_TiffBinarizationMethod method. Gets or sets method used while converting images to 1 bpp format when SaveFormat is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4 in C++....Aspose::Words::Saving::ImageSaveOptions::get_TiffBinarizationMeth...Ccitt4 . Aspose :: Words :: Saving :: ImageBinarizationMet Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportDocumentProperties method. Specifies whether to export built-in and custom document properties to HTML, MHTML or EPUB. Default value is false in C++....Aspose::Words::Saving::HtmlSaveOptions::get_ExportDocumentProper...false . bool Aspose :: Words :: Saving :: HtmlSaveOptions :: get_...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Enc...

    Aspose::Words::Saving::HtmlSaveOptions::get_Encoding method. Specifies the encoding to use when exporting to HTML, MHTML or EPUB. Default value is new UTF8Encoding(false) (UTF-8 without BOM) in C++....Aspose::Words::Saving::HtmlSaveOptions::get_Encoding method Contents...Encoding > Aspose :: Words :: Saving :: HtmlSaveOptions :: get_Encoding...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveOptions::get_PageLayout method. Gets or sets the layout used when rendering multiple pages into a single output in C++....Aspose::Words::Saving::ImageSaveOptions::get_PageLayout method...:: Saving :: MultiPageLayout > Aspose :: Words :: Saving :: ImageSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. XamlFixedSaveOptions class | Aspose.Words for N...

    Aspose.Words.Saving.XamlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XamlFixed](../../aspose.words/Saveformat/#XamlFixed) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Working with Images | C++ API Solution

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...with creared image brush using Save the document to disc using the...))); 10 // Save resultant XPS document 11 doc -> Save(outDir()...

    docs.aspose.com/page/cpp/xps/working-with-images/