Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 48,663 for

shape

(0.13 sec)
  1. ShadowType | Aspose.Words for Java

    Specifies the type of a Shape shadow in Java....ShadowType Specifies the type of a shape shadow. Remarks: ShadowType...the shape. Document doc = new Document(getMyDir() + "Shape stroke...

    reference.aspose.com/words/java/com.aspose.word...
  2. 管理文本框|Aspose.Slides for Node.js via .NET 文档

    使用 JavaScript 在 PowerPoint 演示文稿中管理文本框或文本框架...Slides 还提供了 Shape 类,可用于向幻灯片添加形状。但并非所有通过 Shape 类添加的形状都能容纳文字。而通过...(); } } Check for Text Box Shape Aspose.Slides 提供了 AutoShape...

    docs.aspose.com/slides/zh/nodejs-java/manage-te...
  3. ChartYValueCollection | Aspose.Words for Java

    Represents a collection of Y values for a chart series in Java....= new DocumentBuilder(); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeries series...

    reference.aspose.com/words/java/com.aspose.word...
  4. ChartSeries.SeriesType | Aspose.Words for .NET

    Discover the ChartSeries SeriesType property to easily identify your chart series type and enhance your data visualization. Unlock powerful insights today!...chart = (( Shape ) doc . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartAxis.title property | Aspose.Words for Nod...

    ChartAxis.title property. Provides access to the axis title properties....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartDataLabel.font property | Aspose.Words for...

    ChartDataLabel.font property. Provides access to the font formatting of this data label....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 350 ) chart = shape . chart self . assertEqual (...

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

    Aspose.Words.Drawing.GradientStopCollection class. Contains a collection of [GradientStop](../gradientstop/) objects...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...ShapeType . Rectangle , 80 , 80 ); shape . fill . twoColorGradient (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Compress DOCX In Javascript

    Compress DOCX in JavaScript without losing quality. Optimize DOCX content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/d...
  9. Compress WORD In Javascript

    Compress WORD in JavaScript without losing quality. Optimize WORD content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/w...
  10. Create Presentations in Python|Aspose.Slides fo...

    Create PowerPoint presentations in Python with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....first slide, injecting a simple shape, and persisting the result—so...you an immediate canvas for shapes, text, charts, or any other...

    docs.aspose.com/slides/python-net/create-presen...