Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 48,783 for

shape

(0.13 sec)
  1. Გადაიყვანეთ JPG BMP Javascript

    გადაიყვანეთ JPG BMP JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც BMP JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  2. Cell | Aspose.Words for Java

    Represents a table cell in Java....typical elements such as runs, shapes, and even other tables. //...typical elements such as runs, shapes, and even other tables. //...

    reference.aspose.com/words/java/com.aspose.word...
  3. Გადაიყვანეთ Გამოსახულება PNG Javascript

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

    products.aspose.com/words/ka/nodejs-net/convers...
  4. Გადაიყვანეთ Გამოსახულება BMP Javascript

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

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....CommentShape shape = comment . GetCommentShape (); shape . GetFill...

    docs.aspose.com/cells/cpp/comments-and-notes/
  6. 在 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/
  7. 在 VSTO 和 Aspose.Slides 中删除表格的行或列|Aspose.Slides 文档

    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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) { ITable...

    docs.aspose.com/slides/zh/net/removing-row-or-c...
  8. 档案

    档案...Shapes 集合中的每个形状。 如果 IShape.Placeholder...PlaceholderType.Header 则使用 ((IAutoShape)shape).TextFrame.Text 属性设置标题的文本。 最后,使用...

    blog.aspose.com/zh/slides/add-header-footer-in-...
  9. 档案

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

    blog.aspose.com/zh/slides/sadd-header-footer-in...
  10. 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...