Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 66,071 for

path

(0.1 sec)
  1. Cell 25.4 如何修改透视表面积图的配色? - Free Support Forum -...

    image.jpg (141.8 KB) 如何设置能使透视表的面积图切换成这种单色模式?...以下代码展示了如何修改一个面积图的背景颜色: path = ""; Workbook wb = new Workbook(path + "Test.xlsx");...ForegroundColor = Color.Red; wb.Save(path + "Output.xlsx"); Test.zip (10...

    forum.aspose.com/t/cell-25-4/315444
  2. 使用文本框|Documentation

    本节介绍如何使用 Aspose.Diagram 格式化文本形状。...NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/working-with-tex...
  3. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用C#绘制文字并保存为pdf、svg、html、image、xps等格式。...NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/drawing/draw-text/
  4. 在标记 PDF 中处理表格|Aspose.PDF for Java

    本文解释了如何使用 Aspose.PDF for Java 在标记 PDF 文档中处理表格。... String path = Utils . getDataDir () + "TaggedPDFs\\"...保存标记的 PDF 文档 document . save ( path + "CreateTableElement.pdf" );...

    docs.aspose.com/pdf/zh/java/working-with-table-...
  5. Manipulating SVG Images|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....files, and be able to set the path (url) for the reference to this...

    docs.aspose.com/imaging/java/manipulating-svg-i...
  6. Working with VRML Format|Documentation

    Aspose.3D for Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect VRML format, so the FileFormat is usually ignored in Open method....3D-for-Java // The path to the documents directory....

    docs.aspose.com/3d/java/working-with-vrml-format/
  7. Opening Image files in PHP|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....existing file using the file path $image = new Image (); $image...

    docs.aspose.com/imaging/java/opening-image-file...
  8. Triangulate Mesh|Documentation

    Aspose.3D for Java API has support of triangulating mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering).... Example code: // The path to the documents directory....

    docs.aspose.com/3d/java/triangulate-mesh/
  9. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_Path)) resolution = ap.devices.Resolution(200) …...code: file_name_without_ext = Path(file_name).stem document = ap...ap.Document(str(file_path)) resolution = ap.devices.Resolution(200)...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  10. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...19 GeneralPath path = new GeneralPath(); 20 path. append ( new...(opaquePaint); 27 document. fill (path); 28 29 offsetX = 350; 30 31...

    docs.aspose.com/page/java/ps/working-with-trans...