Sort Score
Result 10 results
Languages All
Labels All
Results 5,831 - 5,840 of 136,545 for

shape

(0.14 sec)
  1. left 属性 | Aspose.Cells for Python via .NET API ...

    left 属性 left 属性 表示形状与其 left 列的水平偏移量,以像素为单位。 例子 if Shape . left == 3 : Shape . left = 1 定义: @property def left ( self ...... 例子 if shape . left == 3 : shape . left = 1 定义: @property...也可以看看 模块 aspose.cells.drawing 类 Shape is_word_art 属性 left_cm 属性 简体中文...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. themecolors - Aspose.Words for Java - API Refer...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....Section SectionCollection Shading Shape ShapeBase ShapeRenderer SignatureLine...insert a shape, and then set a color for it via "Shape Format"...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to Get Image Coordinates when Converting PP...

    I am currently working on a project where I need to convert PPT/PPTX files to Markdown format using the Aspose Python API. One of the requirements is to extract the coordinates (position and dimensions) of any images emb…...you can utilize the Slide and Shape classes provided by the library...presentation. Access Shapes : For each slide, access the shapes and check...

    forum.aspose.com/t/how-to-get-image-coordinates...
  4. PageProps | Aspose.Diagram for Java API Reference

    Contains cells that control page attributes such as the page width height and scale....getInhibitSnap() Specifies whether the shapes on a foreground page snap to...other objects on the page and shapes on the background page. getPageHeight()...

    reference.aspose.com/diagram/java/com.aspose.di...
  5. 17.7 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 17.7 Release Notes – the latest updates and fixes....algorithm for rendering of shapes with automatic size textboxes...to PDF conversion issue with shape’s text when it is opened in...

    docs.aspose.com/words/java/aspose-words-for-jav...
  6. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/doc/
  7. Class: Group - Aspose.Diagram for Node.js via J...

    The Visio Diagram API allows you to perform various scenarios with Visio documents in Node.js code....element specifies how a group shape and its members are displayed...Specifies whether you can drag shapes in a group by using the mouse...

    reference.aspose.com/diagram/nodejs/Group
  8. Stroke.JoinStyle | Aspose.Words for .NET API 参考

    Stroke 财产. 定义多段线的连接样式...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...基本形状,例如矩形,有两个可见部分。 // 1 - 填充,应用于形状轮廓内的区域: shape . Fill . ForeColor = Color ...

    reference.aspose.com/words/zh/net/aspose.words....
  9. Node.previous_pre_order method | Aspose.Words f...

    Node.previous_pre_order method. Gets the previous node according to the pre-order tree traversal algorithm....and delete any encountered shape with an image. doc = aw . Document.... NodeType . SHAPE , True ) if node . as_shape () . has_image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create User-defined Cell in the ShapeSheet in R...

    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....i ) shapes = page . getShapes () j = 0 while j < shapes . getCount...getCount () shape = shapes . get ( j ) if shape . getNameU () ==...

    docs.aspose.com/diagram/java/create-user-define...