Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 9,915 for

shape

(0.03 sec)
  1. ChartYValue | Aspose.Words for Java

    Represents an Y value for a chart series in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeries series1...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Convert SVG to Presentation using Java

    We'll walk you through the steps in Java for how to convert SVG to Presentation using Java. With the help of a few lines of code you can easily convert SVG to presentation using Java....collection Insert a picture frame shape inside the slide with added...inserted inside a picture frame shape and then the presentation is...

    kb.aspose.com/slides/java/how-to-convert-svg-to...
  3. 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...
  4. ChartTitle.text property | Aspose.Words for Python

    ChartTitle.text property. Gets or sets the text of the chart title...doc = doc ) # Insert a chart shape with a document builder and...and get its chart. chart_shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to Convert SVG to Presentation using C#

    We'll walk you through the steps in C# for how to convert SVG to Presentation using C#. With the help of a few lines of code you can easily convert SVG to presentation using C#....collection Add a picture frame shape inside the selected slide with...collection. Finally, a picture frame shape is added inside the slide by...

    kb.aspose.com/slides/net/how-to-convert-svg-to-...
  6. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your document's clarity!...typical elements such as runs, shapes, and even other tables. //...add contents such as run and shape nodes to it until it does. Assert...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ChartLegendEntry class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartLegendEntry class. Represents a chart legend entry... SHAPE , 0 , True ) . as_shape () . chart chart_legend...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 视频帧|Aspose.Slides 文档

    在C#或.NET中向PowerPoint演示文稿添加视频帧... Shapes . AddVideoFrame ( 10 , 10 ...0 ]; IVideoFrame vf = sld . Shapes . AddVideoFrame ( 50 , 150...

    docs.aspose.com/slides/zh/net/video-frame/
  9. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...separate class for painting shapes and text with hatches. However...demonstrate, firstly, how to fill a shape with a hatch pattern, then all...

    docs.aspose.com/page/java/ps/working-with-hatch...
  10. Manage Table|Aspose.Slides for Python Documenta...

    Create and manage table in PowerPoint presentations in Python...Adds a table shape to the slide tbl = sld . shapes . add_table...Adds a table shape to slide tbl = sld . shapes . add_table (...

    docs.aspose.com/slides/python-net/manage-table/