Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 60,903 for

path

(0.08 sec)
  1. 在VSTO和Aspose.Cells中插入和移除工作表中的单元格注释|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 = "Book1.xls"...//Specify the template excel file path. string myPath = "Book1.xls"...

    docs.aspose.com/cells/zh/net/inserting-and-remo...
  2. 使用C++对列中的数据进行排序并使用自定义排序列表|Documentation

    学习如何使用Aspose.Cells for C++ API,将列中的数据根据自定义列表排序。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/sort-data-in-colum...
  3. 用 C++ 调整图表数据标签形状以适应文本|Documentation

    学习如何在 Aspose.Cells for C++ 中调整图表中数据标签的形状以适应文本。我们的指南将教您如何调节标签容器的大小和形状,确保文本正确显示,不被截断或重叠。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input excel file U16String...

    docs.aspose.com/cells/zh/cpp/resize-chart-s-dat...
  4. Set Default Font while rendering spreadsheet to...

    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....exported worksheet HTML file path via IFilePathProvider interface...

    docs.aspose.com/cells/java/set-default-font-whi...
  5. 在Aspose.Cells中使用C++的自定义XML部分|Documentation

    学习如何使用Aspose.Cells在Excel文件中以编程方式使用自定义XML部分。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/use-custom-xml-par...
  6. 将 MHTML 转换为 PDF – C# 示例和在线转换器

    使用 Aspose.HTML for .NET 在 C# 中将 MHTML 转换为 PDF。在 C# 示例中考虑所支持的 MHTML 到 PDF 的转换方案。...(stream, new PdfSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines..."sample.mht" ); 5 6 // Prepare a path to save the converted file 7...

    docs.aspose.com/html/zh/net/convert-mhtml-to-pdf/
  7. 将EPUB转换为DOCX – C#代码和在线转换器

    使用 Aspose.HTML for .NET 在 C# 中将 EPUB 转换为 DOCX。在C#示例中考虑各种EPUB到DOCX的转换方案。尝试在线EPUB转换器。...(stream, new DocSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines..."input.epub" ); 5 6 // Prepare a path to save the converted file 7...

    docs.aspose.com/html/zh/net/convert-epub-to-docx/
  8. 档案

    档案...cff"; //Font file name with full path FontDefinition fd = new Fon...ttf"; //Font file name with full path FontDefinition fd = new Fon...

    blog.aspose.com/zh/font/work-with-cff-truetype-...
  9. 在 XPS 文件中使用透明度 | .NET

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 .NET 中使用该功能。...masked by ImageBrush 11 XpsPath path = canvas. AddPath (doc. CreatePathGeometry...228,180 228,285 10,285" )); 12 path. Fill = doc. CreateSolidColorBrus...

    docs.aspose.com/page/zh/net/xps/working-with-tr...
  10. 将 HTML 转换为 MHTML – Aspose.HTML for .NET

    学习如何使用 Aspose.HTML 将 HTML 转换为 MHTML。您将考虑支持 HTML 到 MHTML 的转换情况,并用 C# 示例来说明这些情况。..." , new MHTMLSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...MHTML in C# 2 3 // Prepare a path to a source HTML file 4 string...

    docs.aspose.com/html/zh/net/convert-html-to-mhtml/