Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 42,872 for

shape

(0.11 sec)
  1. Გადაიყვანეთ WORD TIFF C++

    გადაიყვანეთ WORD TIFF C++ ფორმატში კოდით. შეინახეთ WORD როგორც TIFF C++....auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/wor...
  2. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....[alt text](url (title)) The Shape class. Container Blocks A document...corresponding HorizontalRule shape: DocumentBuilder.InsertHorizontalRule()...

    docs.aspose.com/words/java/translate-markdown-t...
  3. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the new version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...into the place of the old shape. Shape newOleShape = Builder.I...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  4. How to Draw Shapes in C#

    This step by step tutorial elaborates how to draw Shapes in C#. It helps you draw circle in C#. To draw ellipse C# code is provided as well....Product Family How to Draw Shapes in C# This step by step tutorial...tutorial elaborates how to draw shapes in C#. Aspose.Drawing for ...

    kb.aspose.com/drawing/net/how-to-draw-shapes-in...
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Step-by-step guide with code examples to help you get started fast....the TextFrame of the added shape. Remove the default paragraph...[ 0 ] auto_shape = slide . shapes . add_auto_shape ( slides ....

    docs.aspose.com/slides/python-net/manage-bullet...
  6. Modern API|Aspose.Slides Documentation

    Modern API...dispose (); } // add a picture shape on the slide #1 pres . getSlides...pres . dispose (); } Getting a shape thumbnail Code using a deprecated...

    docs.aspose.com/slides/androidjava/modern-api/
  7. Adding Text to the Top Right and Top Left of a ...

    Hi everyone; I opened this topic: How to Set Text to Header in Presentation Using Aspose.Slides for .NET 18.3 - Free Support Forum - aspose.com When I was looking answer of this topic and try to something for getting w…...Slides) { var shape = slide.AddAutoShape(Shape.Line, 0, 0, 300...300, 0); shape.AddTextFrame("Sample"); } This code added something...

    forum.aspose.com/t/adding-text-to-the-top-right...
  8. Table and image truncation during word transfor...

    We are using ASPOSE.Words for our .doc to .docx transformation. During transformation, some of the tables are images are getting truncated. Even Auto Fit Word settings dont work. Please help....images for shape in doc.get_child_nodes(aw.NodeType.SHAPE, True):...True): shape.width = 200 # Set desired width shape.height = 150 #...

    forum.aspose.com/t/table-and-image-truncation-d...
  9. Create ORG Chart in Java

    This tutorial explains how to create ORG chart in Java. It discusses the stepwise procedure and a code snippet to develop an Organizational chart maker in Java....master shapes from the existing stencil Insert new shapes and add...environment and access the master shapes from an existing stencil file...

    kb.aspose.com/diagram/java/create-org-chart-in-...
  10. Image Clipping in Java

    This guide discusses image clipping in Java. It covers the configuration information, the stepwise algorithm, and a runnable code to make a clipped photo in Java....a path Set the clip using a shape or path Read the input image...polygon, arc, and other supported shapes depending on your needs. This...

    kb.aspose.com/drawing/java/image-clipping-in-java/