Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 50,258 for

shape

(0.29 sec)
  1. Შეკუმშოს WORD Java

    შეკუმშოს WORD Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // დეველოპერს ევალება აირჩიოს ბიბლიოთეკა...

    products.aspose.com/words/ka/java/compress/word/
  2. Chart.SeriesGroups | Aspose.Words for .NET

    Explore the Chart SeriesGroups property for easy access to a rich collection of series groups, enhancing your data visualization experience....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...ChartSeriesGroup seriesGroup = shape . Chart . SeriesGroups [ 0 ];...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 修改Visio形状的渐变|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.... GradientFill 类保存了一个 Visio Shape 的渐变数据。开发人员可以设置其所有可用属性以及通过索引检索渐变停止以设置颜色和位置属性。..."Page-1" ); // get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/modify-the-grad...
  4. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....make the text fit a preset shape, or apply the effect to a chart’s...shows how to add a WordArt shape as a watermark for the chart...

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  5. 更新字段|Documentation

    本节介绍如何更新字段。... Shape 类公开的字段属性支持 Aspose.Diagram.Field...( "Page-1" ) # Get Visio Shape shape = page . getShapes () . get...

    docs.aspose.com/diagram/zh/python-java/update-f...
  6. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...Document () # Add two runs and one shape as child nodes to the first...'Hello world! ' )) shape = aw . drawing . Shape ( doc , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Audio|Aspose.Slides for PHP Documentation

    Work with audio in PHP using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and Shapes in PowerPoint and OpenDocument....$shapeCount ; $index ++ ) { $shape = $slide -> getShapes () ->...); if ( java_instanceof ( $shape , new JavaClass ( "com.aspose...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....such “watermark” is just a shape with text inserted into a header...is very easy to insert any shape or image into a header or footer...

    docs.aspose.com/words/net/add-watermark/
  9. Setting Background Color Dynamically in Java|As...

    Set text background color for document contents dynamically when building a report in Java....set a solid-fill color for a shape dynamically by performing the...a required shape to your template. Set the shape’s fill to none...

    docs.aspose.com/words/java/setting-background-c...
  10. 在 Python 中获取演示文稿的段落边界|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python via .NET 中检索段落和文本部分的边界,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本定位。...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/zh/python-net/paragraph/