Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 12,722 for

shape

(0.03 sec)
  1. Manage Hyperlinks|Aspose.Slides for Node.js via...

    How to add hyperlink to a PowerPoint Presentation in JavaScript...Links to websites inside texts, shapes, or media Links to slides Aspose...} Adding URL Hyperlinks to Shapes or Frames This sample code...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  2. 自定义形状|Aspose.Slides 文档

    在 C++ 中向 PowerPoint 演示文稿添加自定义形状...SharedPtr < IShapeCollection > shapes = pres -> get_Slides () ->...) -> get_Shapes (); SharedPtr < GeometryShape > shape = System...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  3. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C# or .NET...typically exist in text boxes or shapes. Therefore, to add text to...textbox. To allow you add a shape that can hold text, Aspose.Slides...

    docs.aspose.com/slides/net/manage-textbox/
  4. CompositeNode.GetChildNodes | Aspose.Words for ...

    Discover the CompositeNode GetChildNodes method—effortlessly retrieve a live collection of child nodes tailored to your specified type for enhanced performance....); // Get the collection of shapes from the document, // and save...save the image data of every shape with an image as a file to the...

    reference.aspose.com/words/net/aspose.words/com...
  5. ShapeBase.size_in_points property | Aspose.Word...

    ShapeBase.size_in_points property. Gets the size of the Shape in points....property Gets the size of the shape in points. @property def size_in_points...Examples Shows how to verify a shape’s size and markup language....

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartFormat.is_defined property | Aspose.Words ...

    ChartFormat.is_defined property. Gets a flag indicating whether any format is defined....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () series = shape . chart . series [ 0 ] data_point...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...450.0, 300.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  8. OleFormat.get_raw_data method | Aspose.Words fo...

    OleFormat.get_raw_data method. Gets OLE object raw data....for shape in doc . get_child_nodes ( aw . NodeType . SHAPE , True...True ): ole_format = shape . as_shape () . ole_format if ole_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ganttbarmiddleshape - Aspose.Tasks for Java - A...

    Developer's manual that contains Java classes to work with Microsoft Project documents without utilizing Microsoft Project....SaveOptions SaveTemplateOptions Shape SplitPart SplitPartCollection...System.Enum Specifies the middle shape of a bar. Nested Class Summary...

    reference.aspose.com/tasks/java/com.aspose.task...
  10. Remove Watermark in PowerPoint using C#

    Remove watermark in PowerPoint using C#. Follow this article for steps, IDE settings and a code demonstrating how to remove watermark from PowerPoint using C#....slide, access the shapes collection Save each shape into the AutoShape...object and check its name If the shape name is specific to a watermark...

    kb.aspose.com/slides/net/remove-watermark-in-po...