Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 5,328 for

autoshape

(0.29 sec)
  1. Convert OTT to ODP via C# .NET or with free Onl...

    Convert Word ott documents to PowerPoint odp files with C#. Convert multiple files within ASP.NET or other .NET applications....Slides [ 0 ]; // Adding the AutoShape to accomodate the HTML content...

    products.aspose.com/total/net/conversion/ott-to...
  2. FieldEmbed | Aspose.Words for Java

    Implements the EMBED field in Java....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = (Shape) shapes...

    reference.aspose.com/words/java/com.aspose.word...
  3. IPortionEffectiveData Instance Variables Change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...when instantiating a Table/AutoShape via code rather than the template...

    forum.aspose.com/t/iportioneffectivedata-instan...
  4. 档案

    档案...Presentation()) { // 添加文本和动画 IAutoShape autoShape = presentation.Slides[0].Shapes...paragraph")); autoShape.TextFrame.Paragraphs.Add(para1); autoShape.TextFrame...

    blog.aspose.com/zh/slides/convert-ppt-to-video-...
  5. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location using Node.js....can be text boxes, images, AutoShapes, OLE objects, etc. Some fields...drawing layer, such as an AutoShape, text box, freeform, OLE object...

    docs.aspose.com/words/nodejs-net/rendering-shap...
  6. 连接器|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中连接 PowerPoint 形状...对象提供的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接线类型,使用 Shapes 对象提供的...对象提供的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接线类型,使用 Shapes 对象提供的...

    docs.aspose.com/slides/zh/nodejs-java/connector/
  7. Manage Hyperlinks in Presentations with Python|...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET—enhance interactivity and workflow in minutes.... AutoShape : for paragraph in shape ...

    docs.aspose.com/slides/python-net/manage-hyperl...
  8. 搜索

    搜索...try { // 添加文本和動畫 IAutoShape autoShape = presentation.getSlides()...IParagraphCollection paragraphCollection = autoShape.getTextFrame().getParagraphs();...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  9. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location....can be text boxes, images, AutoShapes, OLE objects, etc. Some fields...drawing layer, such as an AutoShape, text box, freeform, OLE object...

    docs.aspose.com/words/cpp/rendering-shapes-sepa...
  10. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...(shape is IAutoShape autoShape) { if (autoShape.TextFrame != null...string.IsNullOrWhiteSpace(autoShape.TextFrame.Text)) return true;...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...