Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 50,319 for

shapes

(0.07 sec)
  1. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples.... shapes [ 0 ] . text_frame . highlight_text...presentation . slides [ 0 ] . shapes [ 0 ] . text_frame . highlight_text...

    docs.aspose.com/slides/python-net/text-formatting/
  2. How to Print|Documentation

    Learn how to configure print settings in the GridJs, including page orientation, paper size, scaling options, page order, and visibility of images/Shapes....Visibility: Toggle images and shapes. Accessing Print Settings To...rows. (Z‑pattern). 5. Images/Shapes Controls the visibility of...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  3. How to Print|Documentation

    Learn how to configure print settings in the GridJs, including page orientation, paper size, scaling options, page order, and visibility of images/Shapes....Visibility: Toggle images and shapes. Accessing Print Settings To...rows (Z‑pattern). 5. Images/Shapes Controls the visibility of...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  4. 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...
  5. 使用形状粘合|Documentation

    本节介绍如何使用 Aspose.Diagram 获取粘附到特定形状的形状。... GetDataDir_Shapes (); // Call a Diagram class..."RetrieveShapeInfo.vsd" ); // Get shape by an ID Shape shape = diagram . Pages...

    docs.aspose.com/diagram/zh/net/working-with-sha...
  6. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...inserting an image will define its shape using VML. doc . compatibility_options...aw . NodeType . SHAPE , 0 , True ) . as_shape () . markup_language...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...Shape class Shape class Represents an object in the drawing layer...with Shapes documentation article. Remarks Using the Shape class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Shape.AcceptStart | Aspose.Words for .NET

    Discover the Shape AcceptStart method, seamlessly guide visitors to the beginning of your design, enhancing engagement and user experience....AcceptStart Contents [ Hide ] Shape.AcceptStart method Accepts a...for visiting the start of the shape. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Shape.Stroked | Aspose.Words for .NET

    Discover the Shape Stroked property to enhance your designs! Control path styling with precision for stunning visual effects. Boost your creativity!...Stroked Contents [ Hide ] Shape.Stroked property Defines whether...how to iterate over all the shapes in a document. public void...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 使用C++在工作表之间复制形状|Documentation

    学习如何使用Aspose.Cells和C++在工作表之间复制形状、图表和其他绘图对象。...Shapes.AddCopy 方法将图表从一个工作表复制到另一个。...若要复制控件和其他绘图对象,请使用 Worksheet.Shapes.AddCopy 方法,如下面的示例所示。 #include...

    docs.aspose.com/cells/zh/cpp/copy-shapes-betwee...