Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 43,063 for

shape

(0.11 sec)
  1. 将自定义样式表应用于 Ruby 中的 Visio Diagram|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....() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "Process" source_shape = shape break...

    docs.aspose.com/diagram/zh/java/apply-custom-st...
  2. ShapeTextOrientation enumeration | Aspose.Words...

    aspose.words.drawing.ShapeTextOrientation enumeration. Specifies orientation of text in Shapes....Specifies orientation of text in shapes. Members Name Description HORIZONTAL...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::Stroke class | Aspose.W...

    Aspose::Words::Drawing::Stroke class. Defines a stroke for a Shape. To learn more, visit the documentation article in C++....for a shape. To learn more, visit the Working with Shapes documentation...that strokes the path of a shape in points. GetType () const...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 在 Ruby 中从形状表中检索用户定义的单元格|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....count ) shapes = page . getShapes () i = 0 while i < shapes . getCount...getCount () shape = shapes . get ( i ) if shape . getNameU () ==...

    docs.aspose.com/diagram/zh/java/retrieve-user-d...
  5. Add WordArt Watermark to Worksheet with C++|Doc...

    Learn how to add WordArt watermarks to Excel worksheets using Aspose.Cells for C++....and make text fit a preset shape, or apply text to an Excel sheet...shows how to add a WordArt shape to set a background watermark...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  6. Manage Hyperlinks|Aspose.Slides for Node.js via...

    How to add hyperlink to a PowerPoint Presentation in JavaScript...Links to websites inside texts, shapes, or media Links to slides Aspose...} Adding URL Hyperlinks to Shapes or Frames This sample code...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  7. 公共 API Aspose.Diagram 16.12.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...."Page-1" ); // get shape by ID Shape shape = page . getShapes...GradientFill gradientfill = shape . getFill (). getGradientFill...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  8. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel worksheets programmatically using Aspose.Cells for C++....ActiveX control inside the shape collection, you can access the...ActiveX control object via the Shape::get_ActiveXControl() method...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  9. 处理 Python 中的图像|Python via .NET 格式的 Aspose.Words

    使用 Python 创建和管理文档中各种格式的图像。...insert_image 方法返回刚刚创建和插入的 Shape 对象,以便您可以进一步修改 Shape 的属性 插入内嵌图像 将表示包含图像的文件的单个字符串传递给...如何从文档中提取图像 所有图像都存储在 Document 中的 Shape 节点内。要从文档中提取所有图像或具有特定类型的图像,请按照下列步骤操作:...

    docs.aspose.com/words/zh/python-net/working-wit...
  10. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

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