Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 53,397 for

path

(0.05 sec)
  1. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  2. Export Excel to HTML with GridLines with C++|Do...

    Learn how to export Excel files to HTML with gridlines using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/export-excel-to-html-...
  3. Open Presentation - C++ PowerPoint API|Aspose.S...

    Open or load Presentation PPT, PPTX, ODP in C++...Presentation class and pass the file path (of the presentation you want...of slides it contains: // The path to the documents directory....

    docs.aspose.com/slides/cpp/open-presentation/
  4. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  5. HtmlFixedSaveOptions.export_embedded_css proper...

    HtmlFixedSaveOptions.export_embedded_css property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document.... path . exists ( ARTIFACTS_DIR + ...out_doc_contents ) self . assertTrue ( os . path . exists ( ARTIFACTS_DIR + ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Layer Vector Mask|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....is a resolution-independent path that clips out the contents...through editing of Vector Paths. Vector path in Aspose.PSD Access...

    docs.aspose.com/psd/net/layer-vector-mask/
  7. 编辑 SVG 文件 – C# 示例

    了解如何在 C# 中编辑 SVG。使用 Aspose.SVG for .NET 库添加和编辑 SVG 元素、编辑 SVG 路径、在位图上绘图等。...ent class, qualifiedName = “path”)。 SVG 圆 每个图形元素都有自己特定的属性(pr...Dom ; 4 using Aspose. Svg . Paths ; 5 ... 6 7 // Set SVG Namespace...

    docs.aspose.com/svg/zh/net/edit-svg-file/
  8. Convert SVG to XPS | C#

    Convert SVG to XPS in C# using Aspose.HTML API. Consider various SVG to XPS conversion scenarios in C# examples. Try online SVG Converter.... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...svg" ), new XpsSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/net/convert-svg-to-xps/
  9. Opening Files with Different Formats|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....Excel Files Opening through Path To open a Microsoft Excel file...file using the file path, pass the path of the file as a parameter...

    docs.aspose.com/cells/java/opening-files-with-d...
  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/