Sort Score
Result 10 results
Languages All
Labels All
Results 9,651 - 9,660 of 375,527 for

save

(0.25 sec)
  1. Փոխարկել HTML MARKDOWN C++

    Փոխարկեք HTML ը MARKDOWN ձևաչափի C++ կոդով: Պահեք HTML որպես MARKDOWN օգտագործելով C++:...html" ); doc-> Save ( u"Output.md" ); using namespace...MakeObject<Document>(u"Input.html"); doc->Save(u"Output.md"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/htm...
  2. Փոխարկել JPG TXT C++

    Փոխարկեք JPG ը TXT ձևաչափի C++ կոդով: Պահեք JPG որպես TXT օգտագործելով C++:...jpg" ); doc-> Save ( u"Output.txt" ); using namespace...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.txt"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  3. Փոխարկել Պատկեր HTML C++

    Փոխարկեք Պատկեր ը HTML ձևաչափի C++ կոդով: Պահեք Պատկեր որպես HTML օգտագործելով C++:...png" ); doc-> Save ( u"Output.html" ); using namespace...MakeObject<Document>(u"Input.png"); doc->Save(u"Output.html"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/ima...
  4. Apply Custom Style Sheet to a Visio Diagram in ...

    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....custom_stylesheet ) end \ # Save diagram diagram . save ( data_dir + "ApplyCustomStyleShee...

    docs.aspose.com/diagram/java/apply-custom-style...
  5. Manage Headers and Footers of the Visio Diagram...

    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....() -> setUnderline ( 0 ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "HeadersAndFooters...

    docs.aspose.com/diagram/java/manage-headers-and...
  6. 在 Ruby 中将超链接添加到 Visio 形状|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....hyperlink ) \ # Save diagram diagram . save ( data_dir + "Hyperlinks...

    docs.aspose.com/diagram/zh/java/add-hyperlink-t...
  7. Manage Headers and Footers of the Visio Diagram...

    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....setUnderline ( 0 ) \ # Save diagram diagram . save ( data_dir + "HeadersAndFooters...

    docs.aspose.com/diagram/java/manage-headers-and...
  8. BuiltInDocumentProperties.manager property | As...

    BuiltInDocumentProperties.manager property. Gets or sets the manager property....properties automatically when we save the document. // To use these..."Details" -> "Origin". doc . save ( base . artifactsDir + "DocumentProperties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BuiltInDocumentProperties.totalEditingTime prop...

    BuiltInDocumentProperties.totalEditingTime property. Gets or sets the total editing time in minutes....properties automatically when we save the document. // To use these..."Details" -> "Origin". doc . save ( base . artifactsDir + "DocumentProperties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Editing Hyperlinks of Worksheet with C++|Docume...

    Learn how to edit hyperlinks of a worksheet through the Aspose.Cells for C++ API....com" ); } // Save the modified workbook to the...the output file workbook . Save ( outDir + u "output_out.xlsx"...

    docs.aspose.com/cells/cpp/editing-hyperlinks-of...