Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 48,781 for

shape

(0.13 sec)
  1. Create VSSM Files via Python | products.aspose.com

    Python Sample code for generating VSSM documents. Use this code for creating VSSM files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...formatting and placement of shapes in a diagram. In general, Microsoft...

    products.aspose.com/diagram/python-java/create/...
  2. Add Header and Footer in PowerPoint using C# | ...

    Use .NET PowerPoint API to add header footer in PowerPoint presentation using C# or VB.NET. Manage header and footer in notes slides programmaticaly....through each shape in IMasterNotesSlide.Shapes collection. If...for header using ((IAutoShape)shape).TextFrame.Text property. Finally...

    blog.aspose.com/slides/add-header-footer-in-pow...
  3. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...AutoShape shape = (AutoShape)presentation.Slides[ 0 ].Shapes[ 0 ];...]; shape.TextFrame.Text = "New text" ; presentation.Save( "pres...

    products.aspose.com/slides/net/editor/ppt/
  4. Create VSSX Files via Python | products.aspose.com

    Python Sample code for generating VSSX documents. Use this code for creating VSSX files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/python-java/create/...
  5. ListLevel class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListLevel class. Defines formatting for a list level...data of the picture bullet shape for the current list level....createPictureBullet() Creates picture bullet shape for the current list level....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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...
  7. 使用 Python 管理演示文稿的页眉和页脚|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中添加和自定义页眉和页脚,以获得专业外观。...master ): for shape in master . shapes : if shape . placeholder...placeholder is not None : if shape . placeholder . type == slides . PlaceholderType...

    docs.aspose.com/slides/zh/python-net/presentati...
  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. Create VSDX Files via Python | products.aspose.com

    Python Sample code for generating VSDX documents. Use this code for creating VSDX files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  10. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-net/create/pdf/