Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 48,783 for

shape

(0.19 sec)
  1. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for C++ using clear code samples that speed up slide design and automation....added a connector between two shapes. Check the Hidden Property...added a connector between two shapes. Get or Set the Organization...

    docs.aspose.com/slides/cpp/manage-smartart/
  2. Animate PowerPoint Text in Java|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java, with easy-to-follow, optimized Java code examples....effects to another paragraph or shape. Aspose.Slides for Java allows...contained in a text frame (shape). This sample code shows you...

    docs.aspose.com/slides/java/animated-text/
  3. Animate PowerPoint Text on Android|Aspose.Slide...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android, with easy-to-follow, optimized Java code examples....effects to another paragraph or shape. Aspose.Slides for Android via...contained in a text frame (shape). This sample code shows you...

    docs.aspose.com/slides/androidjava/animated-text/
  4. ChartAxis.displayUnit property | Aspose.Words f...

    ChartAxis.displayUnit property. Specifies the scaling value of the display units for the value axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AxisDisplayUnit.unit property | Aspose.Words fo...

    AxisDisplayUnit.unit property. Gets or sets the scaling value of the display units as one of the predefined values....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用 Java 管理演示文稿中的连接线|Aspose.Slides 文档

    赋能 Java 应用在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面掌控直线、拐角线和曲线连接线。... 使用 Shapes 对象的 addAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 通过 Shapes 对象的 addConnector 方法并指定连接线类型来添加连接线。 使用该连接线将形状连接起来。...

    docs.aspose.com/slides/zh/java/connector/
  7. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCX SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....inserting an image will define its shape using VML. doc.getCompatibilityOpti()...guage.VML, ((Shape) doc.getChild(NodeType.SHAPE, 0, true)).g...

    reference.aspose.com/words/java/com.aspose.word...
  8. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....() Gets whether to convert shapes with EquationXML to Office...value) Sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) {...foreach (Shape shape in doc.GetChildNodes(NodeType.Shape, true))...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  10. Shape.UpdateSmartArtDrawing | Aspose.Words for ...

    Enhance your documents with the Shape UpdateSmartArtDrawing method, utilizing Aspose.Words' advanced SmartArt rendering for stunning visuals....UpdateSmartArtDrawin Contents [ Hide ] Shape.UpdateSmartArtDrawin method...rendering engine. See Also class Shape namespace Aspose.Words.Drawing...

    reference.aspose.com/words/net/aspose.words.dra...