Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 50,830 for

shape

(0.1 sec)
  1. ChartAxis.minorUnitScale property | Aspose.Word...

    ChartAxis.minorUnitScale property. Returns or sets the scale value for minor tick marks on the time category axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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/
  3. AxisDisplayUnit.customUnit property | Aspose.Wo...

    AxisDisplayUnit.customUnit property. Gets or sets a user-defined divisor to scale display units on the value axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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/
  5. 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/
  6. Convert Presentations to HTML5 in Python|Aspose...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Python via .NET. Preserve formatting, animations, and interactivity....as options for controlling shape animations and slide transitions...to specify the settings for shape animations and slide transitions...

    docs.aspose.com/slides/python-net/export-to-html5/
  7. Manage Table Cells in Presentations Using Java|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Java. Master accessing, modifying, and styling cells quickly for seamless slide automation....Shape#0 is a table for ( int i = 0..., 30 , 30 }; // Adds table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/java/manage-cells/
  8. AxisTickMark enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickMark enumeration. Specifies the possible positions for tick marks....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Public API Changes in Aspose.Diagram 5.6.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....milestones on the timeline shape: [Refresh Milestones on the...

    docs.aspose.com/diagram/java/public-api-changes...
  10. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it 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...