Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 5,284 for

shape position

(0.11 sec)
  1. ImageData.cropRight property | Aspose.Words for...

    ImageData.cropRight property. Defines the fraction of picture removal from the right side....the fill color of the shape). Positive values less than 1 will...being stretched to fit the shape. The default value is 0. See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Manage Chart Workbooks in Presentations in .NET...

    Discover Aspose.Slides for .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data.... Shapes [ 0 ]; IChartData data = chart...Categories . Clear (); stream . Position = 0 ; data . WriteWorkbookStream...

    docs.aspose.com/slides/net/chart-workbook/
  3. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....the bookmark's position relative to the position of the field....whether to insert a relative position of the bookmarked paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  4. 在 Python 中管理 PowerPoint 文本段落|Aspose.Slides for ...

    通过 .NET 在 Python 中使用 Aspose.Slides 完成段落格式化——优化 PowerPoint 和 OpenDocument 演示文稿的对齐、间距和样式,以吸引观众。... shape = slide . shapes . add_auto_shape ( slides ....AutoShape 的 TextFrame。 text_frame = shape . text_frame # 创建段落和文本片段;下面将应用格式。...

    docs.aspose.com/slides/zh/python-net/manage-par...
  5. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...is to insert the image as a shape and set its properties accordingly..."path/to/your/image.png"; Shape shape = builder.InsertImage(imagePath);...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  6. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java....where the page border is positioned relative to intersecting...that control numbering and positioning of endnotes in this section...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Drawing::Charts::Chart::get_Form...

    Aspose::Words::Drawing::Charts::Chart::get_Format method. Provides access to fill and line formatting of the chart in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Delete series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Locking WordArt Watermark|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....object that you can move and position on the worksheet. It is also...article explains the usage of Shape.SetLockedProperty method to...

    docs.aspose.com/cells/net/locking-wordart-water...
  9. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...Position = 0; } var slideDoc = new...ImageFormat.Png); //msImage.Position = 0; // Setup page size for...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  10. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...pptx" ); try { IAutoShape shape = ( IAutoShape ) pres . getSlides...); IEffectFormat effects = shape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/text-formatting/