Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 59,319 for

path

(0.07 sec)
  1. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input XML file U16String...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  2. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  3. 新增工作表并激活工作表|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....//Specify the template excel file path. string myPath = @"d:\test\My_Book1...Specify the template excel file path . Dim myPath As String = "d:\test\My_Book1...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  4. Convert EPUB to DOCX – C# code and Online Conve...

    Convert EPUB to DOCX in C# using Aspose.HTML for .NET. Consider various EPUB to DOCX conversion scenarios in C# examples. Try online EPUB Converter....(stream, new DocSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines...file system at the specified path. Create an instance of the class...

    docs.aspose.com/html/net/convert-epub-to-docx/
  5. HtmlFixedSaveOptions.export_embedded_svg proper...

    HtmlFixedSaveOptions.export_embedded_svg property. Specifies whether SVG resources should be embedded into Html document... path . exists ( ARTIFACTS_DIR + ...else : self . assertTrue ( os . path . exists ( ARTIFACTS_DIR + ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Transparency in XPS file | Java

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Page-for-Java 2 // The path to the documents directory....(Color. GRAY )); 9 10 // Create path with closed rectangle geometry...

    docs.aspose.com/page/java/xps/working-with-tran...
  7. Working with Textures in PostScript | C++

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... Create a rectangle path. Fill the rectangle with the...the document. Copy 1 // The path to the documents directory....

    docs.aspose.com/page/cpp/ps/working-with-textures/
  8. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  9. Public API and Backwards Incompatible Changes i...

    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....the following parameters: path: The path where video and audio files...pptx" ); try { final String path = "path" ; final String fileName...

    docs.aspose.com/slides/java/public-api-and-back...
  10. Convert HTML to DOCX – C#

    Convert HTML to DOCX in C# using Aspose.HTML API. Consider various HTML to DOCX conversion scenarios in C# examples. Try online HTML Converter...." , new DocSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...DocSaveOptions, and output file path to the ConvertHTML() method...

    docs.aspose.com/html/net/convert-html-to-docx/