Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 5,126 for

shape position

(0.7 sec)
  1. Manage ActiveX Controls in Presentations with P...

    Learn how Aspose.Slides for Python via .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....different from normal presentation shapes. From Aspose.Slides for Python...Remember, ActiveX controls are not shapes and are not part of the presentation’s...

    docs.aspose.com/slides/python-net/activex/
  2. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....also displays the bookmark's position relative to the field. //...whether to insert a relative position of the bookmarked paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... Position = new Aspose . Pdf . Text . Position ( 100 ,...Specify the position for Text Fragment textFragment . Position = new...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  4. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and embed Excel charts as OLE objects into PowerPoint (PPT, PPTX) slides in C#.... Position the chart on the slide. Save...shapeRange = pptSlide . Shapes . Paste (); // Position the chart on the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  5. Tag Replacement : In Single Row : Row not getti...

    Hello Team , We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc . using below code to replace tag p…...Shape, true).Count == 0) currentPara...Run SplitRun(Run run, int position) { Run afterRun = (Run)run...

    forum.aspose.com/t/tag-replacement-in-single-ro...
  6. Add Comment In Worksheet|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....top‑level container for all shapes, including cell comments. HSSFPatriarch...Anchor defines the size and position of the comment in the worksheet...

    docs.aspose.com/cells/net/add-comment-in-worksh...
  7. Document | Aspose.Words for Java

    Represents a Word document in Java.... add(Shape watermark) appendChild(Node...getBackgroundShape() Gets the background shape of the document. getBibliography()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....different from normal presentation shapes. From Aspose.Slides for .NET...Remember, ActiveX controls are not shapes and are not part of the presentation’s...

    docs.aspose.com/slides/net/activex/
  9. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....textFragment -> set_Position ( MakeObject < Position > ( 80 , 700 ));...:: TTF )); // Specify the position for Text Fragment textFragment...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  10. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... shapes . add_chart ( charts . ChartType...scatter chart. chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/create-chart/