Sort Score
Result 10 results
Languages All
Labels All
Results 4,741 - 4,750 of 45,951 for

shape

(0.1 sec)
  1. Filtering the kind of data while loading the wo...

    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....following sample code loads only shape objects while loading the workbook...set to LoadDataFilterOption.SHAPE . The following screenshot shows...

    docs.aspose.com/cells/java/filtering-the-kind-o...
  2. SmartArt|Aspose.Slides 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.... Shapes . AddSmartArt ( 50 , 50 , 400...[ 0 ]; var smart = slide . Shapes . AddSmartArt ( 50 , 50 , 400...

    docs.aspose.com/slides/net/examples/elements/sm...
  3. 管理 C# 中的 PowerPoint 段落|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性... Shapes . AddAutoShape ( ShapeType...Autoshape IAutoShape aShp = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  4. Public API Changes in Aspose.Diagram 4.2.0|Docu...

    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....Developers can now glue group shapes inside the container. Also...working perfect with ungroup shapes. However, there’re many points...

    docs.aspose.com/diagram/net/public-api-changes-...
  5. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Getting an Error While Saving the Presentation:...

    I have attached a pptx file “icon_issue.pptx” having one icon Shape in the first slide. When I open this pptx file using aspose and just try to save it again, it throws the below exception: DashPattern value is not val…...pptx” having one icon shape in the first slide. When I open...code: presentation.slides[0].shapes[0].picture_format.picture.image...

    forum.aspose.com/t/getting-an-error-while-savin...
  7. Unable to Get Anchoring Type for Vertical Align...

    Hi, auto textFrameFormat = Shape->get_TextFrame()->get_TextFrameFormat(); auto anchor = textFrameFormat->get_AnchoringType(); get_Anchoring returns undefined for the attached presentation. The set text vertical alignm…...Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat();...how to do this: // Assuming 'shape' is your SharedPtr<IAutoShape>...

    forum.aspose.com/t/unable-to-get-anchoring-type...
  8. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…...for (IShape shape : slide.getShapes()) { if (shape instanceof...IChart) { chart = (IChart) shape; System.out.println("chart found...

    forum.aspose.com/t/facing-issue-while-linking-e...
  9. Սեղմել PDF Ը Python Ում

    Սեղմեք PDF ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք PDF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...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/hy/python-net/compres...
  10. How to Resize a Picture in Word using C#

    This article describes how to resize a picture in Word using C#. It shares details about the IDE configuration, a step-wise process and a runnable sample code to resize picture in Word using C#....the image in the Shape class object. The Shape class object is...

    kb.aspose.com/words/net/how-to-resize-a-picture...