Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 42,996 for

shapes

(0.04 sec)
  1. Convert VDW to VSSM via Python | products.aspos...

    Sample Python conversion code for VDW format to VSSM file. Use this example code to convert VDW to VSSM within any Python based application....collection of drawing pages, shapes, fonts, images, data connections...formatting and placement of shapes in a diagram. In general, Microsoft...

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSS to VSSM via Java | products.aspose.com

    Sample Java conversion code for VSS format to VSSM file. Use this example code to convert VSS to VSSM within any Web or Desktop Java based application....elements such as collection of shapes, connectors, flowcharts, network...formatting and placement of shapes in a diagram. In general, Microsoft...

    products.aspose.com/diagram/java/conversion/vss...
  3. ShapeBase.CanHaveImage | Aspose.Words for .NET

    Discover the ShapeBase CanHaveImage property—learn how to determine if your shape type supports images for enhanced visual appeal!...Returns true if the shape type allows the shape to have an image...Microsoft Word has a special shape type for images, it appears...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartMarker | Aspose.Words for Java

    Represents a chart data marker in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 350.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  5. Manage PowerPoint Paragraph in C#|Aspose.Slides...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C# or .NET... Shapes . AddAutoShape ( ShapeType...Autoshape IAutoShape aShp = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/manage-paragraph/
  6. Add WordArt Watermark to Worksheet|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....make the text fit a preset shape, or apply the text to an Excel...shows how to add a WordArt shape to set a background watermark...

    docs.aspose.com/cells/java/add-wordart-watermar...
  7. Exporting SHX fonts|CAD 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....symbols of the font in a form of shapes. This format requires additional...

    docs.aspose.com/cad/java/export-shx-fonts/
  8. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Create a watermark shape Shape watermark = new Shape(doc, ShapeType...ZOrder of shapes in the document. z_order = 0 shapes = doc.get_child_nodes(aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  9. Create PowerPoint Presentation using Java|Aspos...

    Learn how to create PowerPoint Presentations e.g. PPT, PPTX using Java from scratch....addAutoShape method exposed by Shapes object. Write the modified...

    docs.aspose.com/slides/androidjava/create-prese...
  10. Compare Slides|Aspose.Slides Documentation

    Compare PowerPoint presentation slides in C# or .NET...Two slides are equal if all shapes, styles, texts, animation and...

    docs.aspose.com/slides/net/compare-slides/