Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 50,417 for

shape

(0.19 sec)
  1. CompareOptions.ignore_footnotes property | Aspo...

    CompareOptions.ignore_footnotes property. Specifies whether to compare differences in footnotes and endnotes.... insert_shape ( shape_type = aw . drawing . ShapeType...aw . NodeType . SHAPE , 0 , True ) . as_shape () . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java....Represents text area inside of a shape. length Methods Method Description...Represents text area inside of a shape. Textbox may have LINE and ROW...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert Visio to other formats|Documentation

    This topic show you how to convert Visio to SVG,XPS,XML,XAML formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to SVG,XPS,XML,XAML with a few lines of code....Visio Drawing with Selective Shapes Using Aspose.Diagram API, developers...developers can select a group of shapes to convert a Visio drawing...

    docs.aspose.com/diagram/python-java/convert-vis...
  4. Locking WordArt Watermark with JavaScript via C...

    Learn how to lock WordArt watermarks in Aspose.Cells for JavaScript via C++....article explains the usage of Shape.lockedProperty(ShapeLockType...Watermark const wordart = sheet . shapes . addTextEffect ( AsposeCells...

    docs.aspose.com/cells/javascript-cpp/locking-wo...
  5. Render Presentation Slides as SVG Images on And...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for Android. High-quality visuals with simple Java code examples....also individual shapes to SVG? Yes. Any shape can be saved as...

    docs.aspose.com/slides/androidjava/render-a-sli...
  6. Render Presentation Slides as SVG Images in PHP...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for PHP via Java. High-quality visuals with simple code examples....also individual shapes to SVG? Yes. Any shape can be saved as...

    docs.aspose.com/slides/php-java/render-a-slide-...
  7. Feature List|Documentation

    This page describes the feature list of Aspose.Diagram library....like Document, Page, Master, Shape, StyleSheet and Connect. Protection...backgrounds, masters (stencils), shapes and styles so that they cannot...

    docs.aspose.com/diagram/net/feature-list/
  8. Convert PPTX to Video in C# | products.aspose.com

    Convert PPTX to video in C#. Use .NET library API to convert PowerPoint to video...Presentation()) { // Adds a smile shape and then animates it IAutoShape...= presentation.Slides[ 0 ].Shapes.AddAutoShape(ShapeType.SmileyFace...

    products.aspose.com/slides/net/conversion/pptx-...
  9. ChartSeriesType enumeration | Aspose.Words for ...

    aspose.words.drawing.charts.ChartSeriesType enumeration. Specifies a type of a chart series.... SHAPE , 0 , True ) . as_shape () . chart # Remove...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Several Image Into PNG C#

    Merge multiple Image into PNG in C# code. Save Image as PNG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-png/