Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 48,855 for

shape

(0.11 sec)
  1. GlossaryDocument class | Aspose.Words for Node.js

    Aspose.Words.BuildingBlocks.GlossaryDocument class. Represents the root element for a glossary document within a Word document...Gets or sets the background shape of the document. Can be null...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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
  3. How to Create ORG Chart in C#

    This tutorial explains how to create ORG chart in C#. It discusses the system configuration, stepwise procedure and a code snippet to develop an Organizational chart maker in C#....an ORG chart Load the master shapes from the existing stencil with...with the Diagram class Add new shapes and create connections between...

    kb.aspose.com/diagram/net/how-to-create-org-cha...
  4. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...number, number, number) 该方法返回一个 Shape 对象。 以下示例展示了如何在工作表中插入立方体。 const...number, number, number) 该方法返回一个 Shape 对象。 以下示例展示如何向工作表插入调用箭头。 const...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  5. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....public Path(Shape[] shapes) Property: Shapes - shapes collection...legacyxmlmodel.Shapes Added: public void add(Shape shape) public void...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  6. Public API Changes in Aspose.Cells 9.0.0|Docume...

    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.... Added APIs Added Shape.TextOptions Property Aspose...TextOptions property for the Shape class in order to control the...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化——在 C++ 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/
  8. Გადაიყვანეთ Გამოსახულება JPG Python

    გადაიყვანეთ Გამოსახულება JPG Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/ka/python-net/convers...
  9. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Step-by-step guide....the TextFrame of the added shape. Remove the default paragraph...the TextFrame of the added shape Remove the default paragraph...

    docs.aspose.com/slides/androidjava/manage-bullet/
  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...