Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 48,784 for

shapes

(0.1 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or Shapes using Aspose.Cells for JavaScript via C++....Spacing of Excel TextBox or Shape with JavaScript via C++ Contents...spacing of an Excel textbox or shape using the TextOptions.spacing...

    docs.aspose.com/cells/javascript-cpp/change-cha...
  2. Rendering and Printing in Aspose.Cells|Document...

    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....Assistant Close Managing Charts and Shapes in Aspose.Cells Save Workbook...

    docs.aspose.com/cells/net/rendering-and-printin...
  3. API Reference|Aspose.Slides for Python Document...

    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....allows you to manage text, shapes, tables & animations, add audio...

    docs.aspose.com/slides/python-java/api-reference/
  4. API Reference|Aspose.Slides for Node.js via .NE...

    Create, edit, and convert presentations in JavaScript—no PowerPoint needed. Aspose.Slides for Node.js supports PPT, PPTX, and ODP with fast SVG/PDF export....allows you to manage text, shapes, tables & animations, add audio...

    docs.aspose.com/slides/nodejs-java/api-reference/
  5. Add Image in Table Cell|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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...[ 1 ]. Cells [ 1 ]; cell . Shape . Fill . UserPicture ( ImageFile...

    docs.aspose.com/slides/net/add-image-in-table-c...
  6. Filter Objects while loading Workbook or Worksh...

    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....MergedArea PivotTable Settings Shape SheetData SheetSettings Structure...named NoCharts . It filters shapes from the worksheet named NoShapes...

    docs.aspose.com/cells/net/filter-objects-while-...
  7. TextBox Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.TextBox class to easily customize text display within Shapes, enhancing your document's visual appeal and functionality....inside a shape. To learn more, visit the Working with Shapes documentation...Microsoft Word will grow the shape to fit text. InternalMarginBottom...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...SHAPE, true)) { if (obj instanceof Shape) { int bm...getAndIncrement(); Shape shape = (Shape) obj; if (shape.isInline())...

    forum.aspose.com/t/alternative-way-to-extract-a...
  9. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this shape is positioned inline with text....quick way to determine if this shape is positioned inline with text...Has effect only for top level shapes. Examples Shows how to determine...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentVisitor.VisitShapeEnd | Aspose.Words fo...

    Explore the DocumentVisitor VisitShapeEnd method, essential for managing shape enumeration in your applications. Enhance your coding efficiency today!...Called when enumeration of a shape has ended. public virtual VisitorAction...VisitShapeEnd ( Shape shape ) Parameter Type Description shape Shape The...

    reference.aspose.com/words/net/aspose.words/doc...