Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 48,774 for

shape

(0.16 sec)
  1. Aspose word for java不使用分页符插入页码 - Free Support F...

    我们使用 Aspose.Words for Java,希望能在 每一页的右下角插入文本框(例如页码或签章区域), 不使用页脚,而是通过 锚点定位 的方式在页面内容区域中插入。 在实际测试过程中遇到以下问题: 只有当文档使用 插入空白页 进行分页时,能正确识别每一页的最后一个节点,文本框也能准确出现在该页的右下角。 根据节点识别只会识别处理节点中的第一页空白页, niuda(1) (2).zip (12.6 KB) 当文档仅通…...moveToParagraphEnd(); // 将光标定位到段落末尾 Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...进一步定制 :如需在文本框内放置图片、签章等,可在创建 Shape 后使用 textbox.appendChild(pictureNode)...

    forum.aspose.com/t/aspose-word-for-java/320890
  2. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for Python via .NET offers to build a Node hierarchy. The Node is basic building block of a scene. A hierarchy of nodes defines the logical structure of a scene, and provide visible content by attaching geometries, lights, and cameras to nodes....each time you required another shape, you make another Node object...

    docs.aspose.com/3d/python-net/add-node-hierarch...
  3. 档案

    档案...Header 则使用 ((IAutoShape)shape).getTextFrame().setText() 方法为标题设置文本...for(IShape shape : masterNotesSlide.getShapes()) { if (shape.getPlaceholder()...

    blog.aspose.com/zh/slides/sadd-header-footer-in...
  4. Create SVG in Python

    This guide explains how to create SVG in Python. It includes the steps and the sample code which can be used to generate SVG in Python....output SVG image to change the shape, text, or any other contents...

    kb.aspose.com/svg/python/create-svg-in-python/
  5. 搜索

    搜索...Presentation()) { // Adds a smile shape and then animates it IAutoShape...= presentation.Slides[ 0 ].Shapes.AddAutoShape(ShapeType.SmileyFace...

    blog.aspose.com/zh-hant/slides/convert-mp4-to-m...
  6. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the Java Modern API for seamless PowerPoint and OpenDocument automation....dispose (); } // add a picture shape on the slide #1 pres . getSlides...pres . dispose (); } Getting a Shape Thumbnail Code using a deprecated...

    docs.aspose.com/slides/java/modern-api/
  7. MergeFieldImageDimension.Value | Aspose.Words f...

    Discover the MergeFieldImageDimension Value property for optimized image handling. Enhance your project with precise dimensions and improved performance.... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose.Cells 8.8.3 中的公共 API 更改|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....ShapeCollection at specified location Shape shape = sheet . getShapes (). addActiveXControl...property ActiveXControl control = shape . getActiveXControl (); control...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …...for (IShape shape : slide.getShapes()) { if (shape instanceof...instanceof IChart) { ((IChart) shape).validateChartLayout(); } } } Test...

    forum.aspose.com/t/while-converting-pptx-to-pdf...
  10. ChartShapeType | Aspose.Words for Java

    Specifies the Shape type of chart elements in Java....ChartShapeType Specifies the shape type of chart elements. Examples:...new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

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