Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 43,016 for

shape

(0.06 sec)
  1. TextBox.Parent | Aspose.Words for .NET

    Discover the TextBox Parent property to easily access its parent Shape, enhancing your design workflow and boosting efficiency in your projects....Gets a parent shape for the TextBox . public Shape Parent { get...get ; } See Also class Shape class TextBox namespace Aspose.Words...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....(); // Add two runs and one shape as child nodes to the first..."Hello world! " )); Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/net/aspose.words/node/
  3. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries series1...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::CompositeNode class | Aspose.Wor...

    Aspose::Words::CompositeNode class. Base class for nodes that can contain other nodes. To learn more, visit the documentation article in C++....(); // Add two runs and one shape as child nodes to the first...world! " )); auto shape = MakeObject < Shape > ( doc , ShapeType...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. Შეკუმშოს TIFF Java

    შეკუმშოს TIFF Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...setTiffCompression(TiffCompression.LZW); shape.getShapeRenderer().save( "Output...

    products.aspose.com/words/ka/java/compress/tiff/
  6. Shape.textBox property | Aspose.Words for Node.js

    Shape.textBox property. Defines attributes that specify how text is displayed in a Shape....textBox property Shape.textBox property Defines attributes that...how text is displayed in a shape. get textBox () : Aspose . Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...您可以使用 Shape.AutoShapeType 属性检查它们的类型。 使用 Shape.GetPaths()...Accessing the user defined shape Shape shape = worksheet . GetShapes...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  8. Connector|Aspose.Slides Documentation

    Connect PowerPoint Shapes in C# or .NET...links two shapes together and stays attached to shapes even when...(green dots), which exist on all shapes by default. Connection dots...

    docs.aspose.com/slides/net/connector/
  9. Manage TextBox|Aspose.Slides for PHP Documentation

    Manage a text box or text frame in PowerPoint presentations using PHP...typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/php-java/manage-textbox/
  10. 自定义形状|Aspose.Slides 文档

    在 C++ 中向 PowerPoint 演示文稿添加自定义形状...SharedPtr < IShapeCollection > shapes = pres -> get_Slides () ->...) -> get_Shapes (); SharedPtr < GeometryShape > shape = System...

    docs.aspose.com/slides/zh/cpp/custom-shape/