Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 50,258 for

shape

(0.23 sec)
  1. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....disables proofing for the main shapes in the presentation (tables...boxes). The list of supported shapes can be expanded if needed....

    forum.aspose.com/t/disable-spell-check-and-gram...
  2. ChartSeriesGroupCollection.count property | Asp...

    ChartSeriesGroupCollection.count property. Returns the number of series groups in this collection....let shape = doc . getShape ( 0 , true ); let chart = shape . chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. Figure type find - Free Support Forum - aspose.com

    How to find the figure type for this attached docx. MS_R4.docx (116.0 KB)...sathakathullah Do you mean Shape.ShapeType ? If so you can use...following code to get shape type of each shape in your document:...

    forum.aspose.com/t/figure-type-find/325596
  5. Aspose.Diagram Python via .Net: Font size and l...

    Hi Team, I am using Aspose.Diagram for Python via .Net(temporary license) on Windows 11 OS. I am converting a VSDX file to PDF without any PdfSaveOptions However, post conversion, I have observed that the line spacing …...the font size of the text in Shapes in PDF is not consistent with...on the way to get consistent shape text/size post pdf conversion...

    forum.aspose.com/t/aspose-diagram-python-via-ne...
  6. How to Get Custom Bullets from Presentations Us...

    Using aspose slides for cpp. Both No bullets and custom bullets both come as Not defined . using API: paragraphFormat->get_Bullet()->get_Type() Is there a way to differentiate custom bullets? Thanks... Add a Shape : Add an auto shape to the slide where...: Get the text frame of the shape to manipulate the paragraphs...

    forum.aspose.com/t/how-to-get-custom-bullets-fr...
  7. 公共 API Aspose.Diagram 16.11.0 的变化|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....); // get a shape by ID Shape shape = page . Shapes . GetShape...= ( CommandButtonActiveX ) shape . ActiveXControl ; // set width...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  8. Rotated Parts of SmartArt Are Cropped When Conv...

    Hello, When trying to convert a smartArt object which has a part of it rotated outside of smartArt border to image the rotated part is cropped and not converted properly. Here’s a simple code snippet I’m using to conve…...get_Item(0); IShape shape = slide.getShapes().get_Item(0); shape.getImage()...Width and Height Instead of the Shape Box in Java? Professionalize...

    forum.aspose.com/t/rotated-parts-of-smartart-ar...
  9. PowerPoint to PDF in Java - Accessibility Alt-T...

    Hi, I have encountered a problem while trying to transform a PowerPoint to PDF with the UA compliance using Aspose.Slides for Java (25.4). When trying out the result, a screen reader is not able to detect pictures or th…...{ for (var shape : slide.getShapes()) { if (shape instanceof...((PictureFrame) shape).getShapeType()) { ((PictureFrame) shape).setShapeType(ShapeType...

    forum.aspose.com/t/powerpoint-to-pdf-in-java-ac...
  10. 使用 C++ 通过 JavaScript 处理形状或图表的反射效果|Documentation

    学习如何利用 C++ 通过 JavaScript 设置形状或图表的反射效果,以实现不同的视觉效果。...Cells for JavaScript 通过 C++ 提供 Shape.reflection 属性和 ReflectionEffect...Excel 文件 ,获取默认工作表中的第一个形状,设置不同的 Shape.reflection 属性,并将工作簿保存为 输出 Excel...

    docs.aspose.com/cells/zh/javascript-cpp/working...