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

shape

(0.06 sec)
  1. Save Presentation|Aspose.Slides Documentation

    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....Presentation file, add text in shape and Save the presentation to...Presentation (); try { IAutoShape shape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/androidjava/save-present...
  2. Aspose.Words.DocumentBuilder.InsertImage dispos...

    We’re using the DocumentBuilder… public Shape InsertImage(Image image, double width, double height); … method. We’re finding after calling the InsertImage method the Bitmap object passed to it seems to getting dispo…...the DocumentBuilder… public Shape InsertImage(Image image, double...

    forum.aspose.com/t/aspose-words-documentbuilder...
  3. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C#. Also insert images from a Database during Mail Merge in C#....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/net/insert-checkboxes-tex...
  4. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks 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. How to Create PowerPoint Slides in HTML using Java

    This short tutorial provides information on how to create PowerPoint slides in HTML using Java. It enables you to generate slides in HTML in Java with the help of a step-wise process and runnable sample code....diamond shape to it Set some text in the diamond shape Save the...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  6. Aspose::Words::DocumentBase::get_PageColor meth...

    Aspose::Words::DocumentBase::get_PageColor method. Gets or sets the page color of the document. This property is a simpler version of BackgroundShape in C++.... there is no background shape in the document) returns Empty...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Callout|Aspose.Slides for Node.js via .NET 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....setting series data label callout shape for a Doughnut chart. Below...slides . TextAutofitType . Shape ); lbl . getDataLabelFormat...

    docs.aspose.com/slides/nodejs-java/callout/
  8. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vssm file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-net/organiza...
  9. Create flowchart style organization chart in VS...

    Python source code to create flowchart style organization chart in vssm file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-net/flowchar...
  10. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

    reference.aspose.com/words/java/com.aspose.word...