Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 213,153 for

new

(0.26 sec)
  1. Փոխարկել DOC EPUB C#

    Փոխարկեք DOC ը EPUB ձևաչափի C# կոդով: Պահեք DOC որպես EPUB օգտագործելով C#:...Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/doc...
  2. Փոխարկել WORD EPUB C#

    Փոխարկեք WORD ը EPUB ձևաչափի C# կոդով: Պահեք WORD որպես EPUB օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  3. Փոխարկել PDF XPS C#

    Փոխարկեք PDF ը XPS ձևաչափի C# կոդով: Պահեք PDF որպես XPS օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/pdf...
  4. Փոխարկել PDF DOCX C#

    Փոխարկեք PDF ը DOCX ձևաչափի C# կոդով: Պահեք PDF որպես DOCX օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/pdf...
  5. Convert WORD To HTML C#

    Convert a Word document to HTML format in C# code. Save a Word document as HTML using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  6. Aspose::Words::Vba::VbaModule::get_SourceCode m...

    Aspose::Words::Vba::VbaModule::get_SourceCode method. Gets or sets VBA project module source code in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  7. Connector|Aspose.Slides Documentation

    Draw and control connectors in C# with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP....Add_Connector () { using var pres = new Presentation (); var slide =...Access_Connector () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/co...
  8. StructuredDocumentTagRangeStart.RemoveSelfOnly ...

    Effortlessly remove Structured Document Tag range starts while preserving content. Optimize your document structure with the RemoveSelfOnly method today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa rangeStart = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  9. Adjust Workbook Compression Level with JavaScri...

    Learn how to adjust the workbook compression level in Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...save options const options = new XlsbSaveOptions (); // Level...

    docs.aspose.com/cells/javascript-cpp/adjust-wor...
  10. Protect and Unprotect Worksheet with JavaScript...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for JavaScript via C++....// Create a new file (workbook) const workbook = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/protect-an...