Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 45,857 for

shape

(0.05 sec)
  1. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content 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...
  2. Forms2OleControlType | Aspose.Words for Java

    Enumerates types of Forms 2.0 controls in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  3. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...process such kind of group shapes. Neither can we get sufficient...problem is that when we render shapes in a “group” state, the calculated...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  4. Convert PowerPoint to Video|Aspose.Slides Docum...

    Convert PowerPoint to Video in Java...Presentation (); try { // Adds a smile shape and then animates it IAutoShape...PowerPoint Animation , Shape Animation , and Shape Effect . Animations...

    docs.aspose.com/slides/androidjava/convert-powe...
  5. Convert PowerPoint to Video|Aspose.Slides Docum...

    Convert PowerPoint to Video with Aspose.Slides for C++ API...get_Slide ( 0 ); // Adds a smile shape and then animates it System...IAutoShape > smile = slide -> get_Shapes () -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  6. Adding Text Dynamically|Aspose.Slides Documenta...

    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.... Shape shp = sld . Shapes . AddTextbox ( Microsoft...first add a rectangle Shape shp = sld . Shapes . AddRectangle ( 1200...

    docs.aspose.com/slides/net/adding-text-dynamica...
  7. Convert PowerPoint to Video|Aspose.Slides for P...

    Convert PowerPoint to Video...Presentation (); try { # Adds a smile shape and then animates it $smile...PowerPoint Animation , Shape Animation , and Shape Effect . Animations...

    docs.aspose.com/slides/php-java/convert-powerpo...
  8. Manage PowerPoint SmartArt in Python|Aspose.Sli...

    Learn how to create and edit PowerPoint SmartArt in Python via Aspose.Slides API: layouts, nodes, styles, with step-by-step examples to automate slides fast....Using Python Manage SmartArt Shape Nodes in Presentations Using...

    docs.aspose.com/slides/python-net/powerpoint-sm...
  9. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....C# Insert Shape in Word using Python Insert Shapes in Word using...using Java Insert Shape in Word using C# Paragraph Formatting...

    kb.aspose.com/words/page/2/
  10. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....article explains the usage of Shape.SetLockedProperty method to...Get ( 0 ); // Add Watermark Shape wordart = sheet . GetShapes...

    docs.aspose.com/cells/cpp/locking-wordart-water...