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

shape

(0.1 sec)
  1. width_inch 属性 | Aspose.Cells for Python via .NE...

    width_inch 属性 width_inch 属性 表示形状的宽度,以英寸为单位。 例子 if Shape . width_inch == 3 : Shape . width_inch = 1 定义: @property def ...... 例子 if shape . width_inch == 3 : shape . width_inch =...aspose.cells.drawing 类 Shape width_in_shape 属性 width_pt 属性 简体中文...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Presentation Localization|Aspose.Slides for Pyt...

    Change or check language in PowerPoint presentation. Spell check text in Python...Language for Presentation and Shape’s Text Create an instance of...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...

    docs.aspose.com/slides/python-net/presentation-...
  3. TextBoxControl.type property | Aspose.Words for...

    TextBoxControl.type property. Gets type of Forms 2.0 control....docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () text_box_control = shape . ole_format ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Find If Any Text Is Present Inside Any P...

    How to check if there is any text present inside an object and the object can be a textbox, chart, rectangle Shape, oval Shape, ole object etc? Suppose if I pass on a textbox it should give me True, on the other hand, i…...textbox, chart, rectangle shape, oval shape, ole object etc? Suppose...this: has_text_frame = hasattr(shape, "text_frame") then you can...

    forum.aspose.com/t/how-to-find-if-any-text-is-p...
  5. Aspose.Diagram for .NET 18.4 Release Notes|Docu...

    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....Copy a Shape Enhancement DIAGRAMNET-51445 Cannot copy a shape from...DIAGRAMNET-51112 Trapezoid shapes are not being rendered properly...

    docs.aspose.com/diagram/net/aspose-diagram-for-...
  6. 18.6 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 18.6 Release Notes – the latest updates and fixes....class Added feature to insert shapes through the DocumentBuilder...and the specified format Flat shapes that are perpendicular to the...

    docs.aspose.com/words/net/aspose-words-for-net-...
  7. Fill.TextureAlignment | Aspose.Words for .NET A...

    Fill 财产. 获取或设置平铺纹理填充的对齐方式...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...80 , 80 ); // 将纹理对齐应用于形状填充。 shape . Fill . PresetTextured ( PresetTexture...

    reference.aspose.com/words/zh/net/aspose.words....
  8. is_word_art 属性 | Aspose.Cells for Python via .N...

    is_word_art 属性 is_word_art 属性 指示此形状是否为艺术字。 评论 仅适用于 xls 文件的 Legacy Shape。 例子 if Shape . is_word_art : pass 定义: @proper......评论 仅适用于 xls 文件的 Legacy Shape。 例子 if shape . is_word_art : pass...也可以看看 模块 aspose.cells.drawing 类 Shape is_text_wrapped 属性 left 属性 简体中文...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. text 属性 | Aspose.Cells for Python via .NET API ...

    text 属性 text 属性 表示此 TextBox 对象中的字符串。 例子 if Shape . text == None : Shape . text = "This is a test." 定义: @property def ...... 例子 if shape . text == None : shape . text = "This is...也可以看看 模块 aspose.cells.drawing 类 Shape spt 属性 text_body 属性 简体中文 English...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. top_to_corner 属性 | Aspose.Cells for Python via ...

    top_to_corner 属性 top_to_corner 属性 获取和设置形状相对于工作表上边框的垂直偏移量,以像素为单位。 例子 if Shape . top_to_corner == 3 : Shape . top_to_co...... 例子 if shape . top_to_corner == 3 : shape . top_to_corner...也可以看看 模块 aspose.cells.drawing 类 Shape top_inch 属性 type 属性 简体中文 English...

    reference.aspose.com/cells/python-net/zh/aspose...