Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 48,292 for

shape

(0.19 sec)
  1. 在python中壓縮html

    在Python中壓縮HTML而不會損失質量。優化HTML內容,輕鬆減小文件大小。...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/zh-hant/python-net/co...
  2. 在python中壓縮docx

    在Python中壓縮DOCX而不會損失質量。優化DOCX內容,輕鬆減小文件大小。...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/zh-hant/python-net/co...
  3. Convert PSD to PNG using C#|Documentation

    C# .NET Photoshop Manipulation API can convert from PSD format to PNG Format with the code provided in this article....the shadow effect on the PSD Shape Layer. Convert PSD to PDF using...

    docs.aspose.com/psd/net/psd-to-png/
  4. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....Triangle Mesh and Primitive Shape to Mesh...

    docs.aspose.com/3d/net/convert-mesh-of-a-single...
  5. ListLevel.createPictureBullet method | Aspose.W...

    ListLevel.createPictureBullet method. Creates picture bullet Shape for the current list level....createPictureBullet() Creates picture bullet shape for the current list level....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Create VSTM Files via Python | products.aspose.com

    Python Sample code for generating VSTM documents. Use this code for creating VSTM files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-net/create/v...
  7. Table|Aspose.Slides Documentation

    Create and format tables in C# with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP.... Shapes . AddTable ( 50 , 50 , widths...Table Retrieve the first table shape on the slide. static void Access_Table...

    docs.aspose.com/slides/net/examples/elements/ta...
  8. 档案

    档案...try { // 添加自动形状 IAutoShape shape = presentation.getSlides().get_Item(0)... 600, 50, false); // 添加超链接 shape.setHyperlinkClick(new Hyperlink("https://www...

    blog.aspose.com/zh/slides/work-with-hyperlinks-...
  9. Icon Is Not Rendered Properly When Converting I...

    Hi Team, I have a PPTX containing one slide having two icons (refer to sample.zip to get the sample.pptx). I am using Aspose Slides for .NET (version 25.3) to get images of these Shapes using following code: using Aspo…...3) to get images of these shapes using following code: using...curShape in presentation.Slides[0].Shapes) { if (curShape is GroupShape)...

    forum.aspose.com/t/icon-is-not-rendered-properl...
  10. Create VDX Files via Python | products.aspose.com

    Python Sample code for generating VDX documents. Use this code for creating VDX files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-net/create/vdx/