Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 48,292 for

shape

(0.06 sec)
  1. ChartDataLabel.topMode property | Aspose.Words ...

    ChartDataLabel.topMode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its [ChartDataLabel.position](../position/) property....const chartHeight = 252 ; let shape = builder . insertChart ( aw...chartHeight ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vsdm file within any Python based application....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/python-java/organiz...
  3. Filtering the kind of data while loading the wo...

    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....following sample code loads only shape objects while loading the workbook...set to LoadDataFilterOption.SHAPE The following screenshot shows...

    docs.aspose.com/cells/python-net/filtering-the-...
  4. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library.... Check for Shapes It is possible that a given...cells; however, it could contain shapes and objects such as controls...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  5. Excel file becomes corrupted after removing wat...

    Hi Aspose Support Team, I’m encountering a file corruption issue when processing Excel workbooks with Aspose.Cells. We have purchased your license Issue Description: After editing a large Excel file that contains man…...watermark is a shape for (int i = worksheet.Shapes.Count - 1; i...>= 0; i--) { if (worksheet.Shapes[i].Name == "WatermarkName")...

    forum.aspose.com/t/excel-file-becomes-corrupted...
  6. Filtering the kind of data while loading the wo...

    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....following sample code loads only shape objects while loading the workbook...set to LoadDataFilterOption.Shape . The following screenshot shows...

    docs.aspose.com/cells/net/filtering-the-kind-of...
  7. How to Convert SVG to Presentation using C#

    We'll walk you through the steps in C# for how to convert SVG to Presentation using C#. With the help of a few lines of code you can easily convert SVG to presentation using C#....collection Add a picture frame shape inside the selected slide with...collection. Finally, a picture frame shape is added inside the slide by...

    kb.aspose.com/slides/net/how-to-convert-svg-to-...
  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 cells...LoadDataFilterOption to load only shapes options . setLoadDataFilterOpt...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. How to apply/set text alignment to textbox|Docu...

    How to apply/set text alignment to textbox in Aspose.cells....some text inside a TextBox shape with the appropriate HTML text...

    docs.aspose.com/cells/net/applying-text-alignme...
  10. How to apply/set text alignment to textbox|Docu...

    How to apply/set text alignment to textbox in Aspose.Cells for Python via .NET....some text inside a TextBox shape with the appropriate HTML text...

    docs.aspose.com/cells/python-net/applying-text-...