Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 50,308 for

shape

(0.27 sec)
  1. ViewOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.ViewOptions class to customize document display in Microsoft Word, enhancing your editing experience and productivity....Controls display of the background shape in print layout view. DoNotDisplayPageBoun...

    reference.aspose.com/words/net/aspose.words.set...
  2. 搜索

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

    blog.aspose.com/zh-hant/slides/sadd-header-foot...
  3. ImageFieldMergingArgs.ImageFileName | Aspose.Wo...

    Set the ImageFileName in ImageFieldMergingArgs to effortlessly insert images into your documents during mail merges. Enhance your workflow today!... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.mai...
  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. Remove background from vector images in C#|Docu...

    Using graphic library Aspose.Imaging for .NET (C#) to remove background from vector images....consist of numerous colored shapes covering the whole image, creating...objects without underlying shapes as part of the background....

    docs.aspose.com/imaging/net/removing-background...
  7. Create Flowchart in Python

    This tutorial guides how to create flowchart in Python. It explains the step-by-step algorithm and a working sample code to create a flowchart maker in Python....flowchart creation by changing the shape types, connections, schema,...class and insert different shapes from the master stencil Specify...

    kb.aspose.com/diagram/python/create-flowchart-i...
  8. 用C++刷新关联形状的值|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel文件中刷新关联形状的值。...Shapes.UpdateSelectedValue() 方法刷新链接形状的值。...Cells 改变B4单元格的值,然后调用 Worksheet.Shapes.UpdateSelectedValue() 方法刷新图片的值,并将其保存为PDF格式。...

    docs.aspose.com/cells/zh/cpp/refresh-values-of-...
  9. 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...
  10. 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/