Sort Score
Result 10 results
Languages All
Labels All
Results 5,731 - 5,740 of 49,132 for

shape

(0.2 sec)
  1. Add Watermark to PPT Presentation Files using C...

    C++ source code for adding Watermark to PPT Presentation....watermarkShape = slide -> get_Shapes() -> AddAutoShape(ShapeType...watermarkShape = slide -> get_Shapes() -> AddAutoShape(ShapeType...

    products.aspose.com/slides/cpp/watermark/ppt/
  2. Add Watermark to ODP Presentation Files using J...

    Java source code for adding Watermark to ODP Presentation....the master presentation Add shape type using AddAutoShape method...

    products.aspose.com/slides/java/watermark/odp/
  3. Add Watermark to PPT Presentation Files using J...

    Java source code for adding Watermark to PPT Presentation....the master presentation Add shape type using AddAutoShape method...

    products.aspose.com/slides/java/watermark/ppt/
  4. Bullet point issue in word exports - Free Suppo...

    We have an application written in java to convert a legal document(html) to a word doc. During this conversion, the bullet points which are in solid circle is getting converted to hollow circle. Tried setting the numbe…...Unicode MS ) ensures the correct shape is used. If the problem persists...

    forum.aspose.com/t/bullet-point-issue-in-word-e...
  5. ChartSeriesCollection.Item | Aspose.Words for .NET

    Access the ChartSeriesCollection Item property to effortlessly retrieve a ChartSeries by index, enhancing your data visualization experience.... Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately....Prevent Presentation Edits with Shape Locks Get the Entire Slide Background...

    docs.aspose.com/slides/java/getting-warning-cal...
  7. ChartDataLabelCollection.GetEnumerator | Aspose...

    Discover the ChartDataLabelCollection GetEnumerator method—efficiently retrieve enumerator objects for seamless data charting and enhanced visualization....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …...for (IShape shape : slide.getShapes()) { if (shape instanceof...instanceof IChart) { ((IChart) shape).validateChartLayout(); } } } Test...

    forum.aspose.com/t/while-converting-pptx-to-pdf...
  9. 在 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/
  10. Create ORG Chart in Java

    This tutorial explains how to create ORG chart in Java. It discusses the stepwise procedure and a code snippet to develop an Organizational chart maker in Java....master shapes from the existing stencil Insert new shapes and add...environment and access the master shapes from an existing stencil file...

    kb.aspose.com/diagram/java/create-org-chart-in-...