Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 48,782 for

shape

(0.41 sec)
  1. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....when enumeration of a group shape has ended. visitGroupShapeStart(GroupShape...when enumeration of a group shape has started. visitHeaderFooterEnd(HeaderFooter...

    reference.aspose.com/words/java/com.aspose.word...
  2. Create VSTX Files via Java | products.aspose.com

    Java Sample code for generating VSTX documents. Use this code for creating VSTX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vstx/
  3. Create VSDM Files via Java | products.aspose.com

    Java Sample code for generating VSDM documents. Use this code for creating VSDM files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vsdm/
  4. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  5. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....elements such as text runs, shapes, or tables to that paragraph...Document(); // Add two runs and one shape as child nodes to the first...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. Aspose::Words::Drawing::Charts::ChartDataLabelL...

    Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum. Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 档案

    档案...pres: # 添加形状 shape = pres.slides[0].shapes.add_auto_shape(slides.ShapeType...RECTANGLE, 200, 150, 250, 250) shape.fill_format.fill_type = slides...

    blog.aspose.com/zh/slides/create-three-d-effect...
  9. 在 Java 中获取演示文稿中的形状有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何计算并应用形状的有效属性,以实现精确的 PowerPoint 渲染。...pptx" ); try { IAutoShape shape = ( IAutoShape ) pres . getSlides...ITextFrameFormat localTextFrameFormat = shape . getTextFrame (). getTextFrameFormat...

    docs.aspose.com/slides/zh/java/shape-effective-...
  10. TextBox.internal_margin_top property | Aspose.W...

    TextBox.internal_margin_top property. Specifies the inner top margin in points for a Shape....top margin in points for a shape. @property def internal_margin_top...margins. text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...