Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 48,065 for

shape

(0.08 sec)
  1. NodeList.Item | Aspose.Words for .NET

    Access specific nodes effortlessly with the NodeList Item property. Retrieve nodes by index for streamlined data manipulation and efficient coding...."//Table//Run" ))); // Access the shape that contains the image we inserted...nodeList = doc . SelectNodes ( "//Shape" ); Assert . That ( nodeList...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Forms2OleControlCollection.count property | Asp...

    Forms2OleControlCollection.count property. Gets count of objects in the collection....docm' ) # Shapes store and display OLE objects...body. shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  4. ThemeFonts | Aspose.Words for Java

    Represents a collection of fonts in the font scheme allowing to specify different fonts for different languages getLatin / setLatinjava.lang.String getEastAsian / setEastAsianjava.lang.String and getComplexScript / setComplexScriptjava.lang.String in Java....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". ThemeColors colors = theme.getColors(); colors...

    reference.aspose.com/words/java/com.aspose.word...
  5. 在 Java 中获取演示文稿的段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/zh/java/paragraph/
  6. ChartDataLabel.Rotation | Aspose.Words for .NET

    Discover the ChartDataLabel Rotation property to easily customize label angles in your charts. Enhance data visualization with precise control!...value is Horizontal, the label shape, if it exists, is rotated along...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 在 .NET 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...GeometryShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...IGeometryPath geometryPath = shape . GetGeometryPaths ()[ 0 ];...

    docs.aspose.com/slides/zh/net/custom-shape/
  8. Add Rectangles to Presentations in Java|Aspose....

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for Java—easily design and modify Shapes programmatically....about adding a shape and this time the shape we will discuss...some formatting to ellipse shape shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/java/rectangle/
  9. Shape.acceptEnd method | Aspose.Words for Node.js

    Shape.acceptEnd method. Accepts a visitor for visiting the end of the Shape....for visiting the end of the shape. acceptEnd ( visitor : Aspose...Drawing class Shape Shape.accept method Shape.acceptStart method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java....new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...insertShape(ShapeType.RECTANGLE, 80.0, 80.0); shape.getFill().twoColorGradient(Color...

    reference.aspose.com/words/java/com.aspose.word...