Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 48,736 for

shape

(0.1 sec)
  1. 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...
  2. 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/
  3. 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/
  4. 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...
  5. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the PHP Modern API for seamless PowerPoint and OpenDocument automation....dispose (); # add a picture shape on the slide #1 $pres -> getSlides...$pres -> dispose (); Getting a Shape Thumbnail Code using a deprecated...

    docs.aspose.com/slides/php-java/modern-api/
  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. Unable to Retrieve Table Preset Styles (Such As...

    Hello, I’m unable to retrieve the preset styles of tables created in PowerPoint when using Aspose.Slides for .NET. I’m reading these tables and generating their HTML representations. I’m using version 24.3.0.0 of the A…...foreach (var shape in slide.Shapes) { if (shape is ITable table)...ToString(); } More examples: Shape Effective Properties|Aspose...

    forum.aspose.com/t/unable-to-retrieve-table-pre...
  9. Add Ellipses to Presentations in C++|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse Shapes in Aspose.Slides for C++ across PPT and PPTX presentations — C++ code examples included....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/cpp/ellipse/
  10. Draw Circle in C#

    This topic explains the details to draw circle in C#. It includes the system configuration, stepwise algorithm, and a running code snippet to develop a circle drawer in C#....different characteristics for the shape before writing the output image...you can draw several other shapes, too, like drawing a Pentagon;...

    kb.aspose.com/drawing/net/draw-circle-in-csharp/