Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 5,125 for

shape position

(0.24 sec)
  1. Manage PowerPoint Text Paragraphs in Java|Aspos...

    Master paragraph formatting with Aspose.Slides for Java—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in Java....Presentation (); try { IAutoShape shape = presentation . getSlides ()...autoshape ITextFrame textFrame = shape . getTextFrame (); // Removes...

    docs.aspose.com/slides/java/manage-paragraph/
  2. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for PHP via Java using clear code samples that speed up slide design and automation....added a connector between two shapes. $pres = new Presentation ();...added a connector between two shapes. $pres = new Presentation ();...

    docs.aspose.com/slides/php-java/manage-smartart/
  3. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的Shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入Shape的时候重新计…...应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新...计算shape的大小和相对位置,因为有可能会超过当前的word页面,所以我需要计算需要插入shape的段落的坐标(x,y...

    forum.aspose.com/t/word-header-footer-x-y/316493
  4. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...deleting rows even if it has shapes on it Aspose.Cells Product...different processing logic for shape and other graphic objects, resulting...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  5. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or Shapes by combining SVG lines, SVG arcs, and Bezier curves....element draws the outline of any shape by combining lines, arcs, and...The path is described by the position of the current point – a “virtual...

    docs.aspose.com/svg/net/drawing-basics/svg-path...
  6. ListLevelAlignment | Aspose.Words for Java

    Specifies alignment for the list number or bullet in Java....NumberFormat value will create star-shaped bullet list symbols. listLevel...is centered at the number position. LEFT The list label is aligned...

    reference.aspose.com/words/java/com.aspose.word...
  7. Working with Vector Graphics|Aspose.PDF for .NET

    This article describes the features of working with GraphicsAbsorber tool using C#.... used to represent images, shapes, and other graphical elements...WriteLine ( $"Position: ({element.Position.X}, {element.Position.Y})"...

    docs.aspose.com/pdf/net/working-with-vector-gra...
  8. Curves Adjustment Layer|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....respectively) to recreate the shape of the curve: CurvesLayer curvesLayer...Discrete Manager also allows to position curve points (change color...

    docs.aspose.com/psd/java/layer-types/adjustment...
  9. Manage OLE in Presentations on Android|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Android via Java. Embed, update, and export OLE content seamlessly.... Access the OleObjectFrame shape. In our example, we used the...created PPTX that has only one shape on the first slide. We then...

    docs.aspose.com/slides/androidjava/manage-ole/
  10. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....text that we moved in its new position in the document. // "Move...CONTINUE; } /// /// Called when a Shape is encountered in the document...

    reference.aspose.com/words/java/com.aspose.word...