Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 50,833 for

shape

(0.14 sec)
  1. Interactive Annotations using Java|Aspose.PDF f...

    Learn how to add, inspect, and delete link annotations in PDF documents using Java....Markup Annotations using Java Shape Annotations via Java...

    docs.aspose.com/pdf/java/pdfannotationeditor-cl...
  2. ChartMultilevelValue class | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.ChartMultilevelValue class. Represents a value for charts that display multilevel data.... let shape = builder . insertChart ( aw..., 450 , 280 ); let chart = shape . chart ; chart . title . text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.IChartDataPoint class. Contains properties of a single data point on the chart....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. AxisCategoryType | Aspose.Words for Java

    Specifies type of a category axis in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  5. Convert Image to Visio in C#

    This article shares the details to convert image to Visio in C#. It includes the stepwise guide along with the running sample code to export PNG to Visio in C#....Insert an image as a Visio shape entity with the AddShape() method...Subsequently, insert the image as a shape and export the output Visio...

    kb.aspose.com/diagram/net/convert-image-to-visi...
  6. Insert a Picture Based on Cell Reference with N...

    Learn how to insert a picture in a worksheet based on a cell reference using Aspose.Cells for Node.js via C++. Show cell data in a picture....worksheet cell in an image shape. You can link the picture to...( "A1:C10" ); // Update the shape's selected value in the worksheet...

    docs.aspose.com/cells/nodejs-cpp/insert-a-pictu...
  7. Unlock VSSM document via .NET | products.aspose...

    C# source code to unlock VSSM file on .NET Framework, .NET Core, Mono Platforms....1" ); // Get shape by ID Shape shape = page.Shapes.GetShape( 1...protections shape.Protection.LockAspect.Value = BOOL.False; shape.Protection...

    products.aspose.com/diagram/net/unlock/vssm/
  8. Unlock VSDM document via .NET | products.aspose...

    C# source code to unlock VSDM file on .NET Framework, .NET Core, Mono Platforms....1" ); // Get shape by ID Shape shape = page.Shapes.GetShape( 1...protections shape.Protection.LockAspect.Value = BOOL.False; shape.Protection...

    products.aspose.com/diagram/net/unlock/vsdm/
  9. Unlock VTX document via .NET | products.aspose.com

    C# source code to unlock VTX file on .NET Framework, .NET Core, Mono Platforms....1" ); // Get shape by ID Shape shape = page.Shapes.GetShape( 1...protections shape.Protection.LockAspect.Value = BOOL.False; shape.Protection...

    products.aspose.com/diagram/net/unlock/vtx/
  10. ChartXValue class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartXValue class. Represents an X value for a chart series....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let series1 = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...