Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 48,606 for

shapes

(0.1 sec)
  1. Create organization chart in VSSM document via ...

    Java source code to create organization chart in vssm file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....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/java/organizationch...
  2. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. 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: Create an instance of the...Visio Drawing with Selective Shapes Programming Sample The code...

    docs.aspose.com/diagram/python-net/convert-visi...
  3. Manage Presentation Content on Android|Aspose.S...

    Create, edit, and extract presentation content with Aspose.Slides for Android—get Java code examples for text, images, Shapes, charts; PPT, PPTX and ODP....on Android Manage PowerPoint Shapes on Android Manage Presentation...

    docs.aspose.com/slides/androidjava/presentation...
  4. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++.... Sample Code Shapes Formulas...

    docs.aspose.com/cells/go-cpp/specify-the-langua...
  5. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... GROUP_SHAPE A group of shapes, images, OLE objects...objects or other group shapes. SHAPE A drawing object, such as an...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Extracting images and captions from a word docu...

    Hi team, I am using the following code snippet to extract Images from a word document. How can i get captions for all extracted images along with them? Eventually i want to return a dictionary with image name, its pat…...NodeCollection shapes = doc.getChildNodes(NodeType.SHAPE, true); int...for (Shape shape : (Iterable<Shape>)shapes) { if (shape.hasImage())...

    forum.aspose.com/t/extracting-images-and-captio...
  7. Customize Chart Legends in Presentations with P...

    Customize chart legends with Aspose.Slides for Python via .NET to optimize PowerPoint and OpenDocument presentations with tailored legend formatting.... shapes . add_chart ( charts . ChartType...slides [ 0 ] chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/chart-legend/
  8. Public API Changes in Aspose.Cells 8.8.1|Docume...

    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.... Shape – loads only shapes. Style – loads cell...LoadDataFilterOption to load only shapes options . LoadDataFilterOption...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Aspose.Diagram .NET for VSTO|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....Update shape properties in VSTO and Aspose.Diagram Add Shapes Add...All Images from Shapes in Visio Protect Shapes in Visio...

    docs.aspose.com/diagram/net/aspose-diagram-net-...
  10. Repeated Save Increases Image Size and Row Heig...

    Issue Summary: I am using GridJsWorkbook to load, merge, and save Excel files from the GridJs JSON structure. However, I am encountering an issue where image sizes and row heights increase with each save operation, even…...7 client js When an image/shape is clicked or resized, for example...getUpdateDatas()[0].shapes, you can watch the shapes[index].width and...

    forum.aspose.com/t/repeated-save-increases-imag...