Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 50,298 for

shapes

(0.23 sec)
  1. Add WordArt Watermark to Worksheet with JavaScr...

    Learn how to add WordArt as a background watermark to a worksheet using Aspose.Cells for JavaScript via C++....text, make text fit a preset shape, or apply text to an Excel sheet...shows how to add a WordArt shape to set a background watermark...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  2. GroupShape.accept method | Aspose.Words for Python

    GroupShape.accept method. Accepts a visitor....visit_group_shape_start() , then calls Node.accept()...accept() for all child shapes of this group shape and calls DocumentVisitor...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Reading Style-Based attributes from Features - ...

    I am using the Drivers.Kml.OpenLayer to process features in a .KML file. A sample placemark has attributes like this: <Placemark> <name>HH-01625409</name> <styleUrl>#s47690667</styleUrl> <Point> <coordinates>-…...com/mapfiles/kml/shapes/placemark_circle.png</href>...color and width (for other shapes). How can I extract this data...

    forum.aspose.com/t/reading-style-based-attribut...
  5. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Follow our simple, step-by-step guide to save time....The text within the slide’s shapes. MasterText - The text within...within the master slide’s shapes associated with this slide. LayoutText...

    docs.aspose.com/slides/net/extract-text-from-pr...
  6. 获取所有幻灯片的标题|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....all the title shapes. var shapes = from shape in slidePart ....Descendants < Shape >() where IsTitleShape ( shape ) select shape ; StringBuilder...

    docs.aspose.com/slides/zh/net/get-the-titles-of...
  7. 在 .NET 中管理演示文稿的图表数据系列|Aspose.Slides 文档

    学习如何在 C# 中为 PowerPoint (PPT/PPTX) 管理图表系列,提供实用代码示例和最佳实践,以提升您的数据演示。... Shapes . AddChart ( ChartType . ClusteredColumn...添加一个带默认数据的聚簇柱形图。 IChart chart = slide . Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/zh/net/chart-series/
  8. DocumentBase.document property | Aspose.Words f...

    DocumentBase.document property. Gets this instance....adding content such as text and shapes: a Section, a Body, and a Paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Create organization chart in VSSM document via ...

    C# source code to create organization chart in vssm file on .NET Framework, .NET Core, Mono Platforms....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/net/organizationcha...
  10. 在 .NET 中自定义演示文稿的图表图例|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 自定义图表图例,以针对性图例格式优化 PowerPoint 演示文稿。... Shapes . AddChart ( ChartType . ClusteredColumn...chart = pres . Slides [ 0 ]. Shapes . AddChart ( Aspose . Slides...

    docs.aspose.com/slides/zh/net/chart-legend/