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

shape

(0.23 sec)
  1. Add Watermark to ODP Presentation Files using C...

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

    products.aspose.com/slides/cpp/watermark/odp/
  2. 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/
  3. 搜索

    搜索...Header 然後使用 ((IAutoShape)shape).getTextFrame().setText() 方法設置標題文本...for(IShape shape : masterNotesSlide.getShapes()) { if (shape.getPlaceholder()...

    blog.aspose.com/zh-hant/slides/sadd-header-foot...
  4. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the JavaScript 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/nodejs-java/modern-api/
  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. 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...
  7. 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/
  8. 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/
  9. 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...
  10. 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...