Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 48,784 for

shape

(0.07 sec)
  1. ChartDataTable.Font | Aspose.Words for .NET

    Discover the ChartDataTable Font property to enhance your data table's appearance with customizable font formatting for better readability and impact....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Shape.accept method | Aspose.Words for Python

    Shape.accept method. Accepts a visitor....visit_shape_start() , then calls Node.accept()...nodes of the shape and calls DocumentVisitor.visit_shape_end() at...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....creating shape thumbnails allows developers to generate a shape thumbnail...into account all shape effects. The generated shape thumbnail is...

    docs.aspose.com/slides/java/public-api-and-back...
  4. How to Insert Draft Watermark in PowerPoint Pre...

    We'll guide you how to insert draft watermark in PowerPoint presentation in C# using simple API calls. You may add confidential watermark in PowerPoint presentation by using easy API interface in C#....for the added shape TextFrame Format the shape and textual properties...Apply locking on the added shape to protect watermark Save watermarked...

    kb.aspose.com/slides/net/how-to-insert-draft-wa...
  5. How to Change the Comment Font Color with JavaS...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....JavaScript via C++ provides a Shape.textBody property to set the...demonstrates the use of the Shape.textBody property to set the...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  6. ShapeBase.getShapeRenderer method | Aspose.Word...

    ShapeBase.getShapeRenderer method. Creates and returns an object that can be used to render this Shape into an image....can be used to render this shape into an image. getShapeRenderer...The renderer object for this shape. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_paragraph_str(paragraph): """获取段落信息""" para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…...SHAPE: 中文技术支持 words-python Tiaohh...node.node_type == aw.NodeType.SHAPE: return "\n".join(all_text)...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...
  8. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...NodeCollection<Shape> shapes = doc.getChildNodes(NodeType.SHAPE, true);...true); for (Shape shape : shapes) { if (shape.hasImage()) { maxContentWidth...

    forum.aspose.com/t/cutting-off-right-side-after...
  9. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...background color, and then using a shape to overlay the text. Here’s...of the filled color using a shape. Code Here’s a sample code snippet...

    forum.aspose.com/t/display-text-content-on-top-...
  10. Features Overview|Aspose.Slides for Node.js via...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Finding a Shape You can also find a particular shape from a slide...alternative text associated with the shape Backgrounds Aspose.Slides for...

    docs.aspose.com/slides/nodejs-net/features-over...