Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 49,751 for

shape

(0.3 sec)
  1. ShapeBase.reflection property | Aspose.Words fo...

    ShapeBase.reflection property. Gets reflection formatting for the Shape....reflection formatting for the shape. get reflection () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartSeries.smooth property | Aspose.Words for ...

    ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartDataPointCollection.count property | Aspos...

    ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = new Document(path + "1.docx"); var builder = new DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...FOOTER_PRIMARY); var shape = builder.insertImage(path + "1.png"); shape.setWrapType(WrapType...setWrapType(WrapType.NONE); shape.setBehindText(true); var ps = word...

    forum.aspose.com/t/page-is-missing-after-insert...
  5. Edit PDF in Java | products.aspose.com

    Edit PDF in Java. Use Java library API to edit PDF document...get_Item ( 0 ); IAutoShape shape = slide . getShapes (). addAutoShape...Rectangle , 10 , 10 , 100 , 50 ); shape . getTextFrame (). setText (...

    products.aspose.com/slides/java/editor/pdf/
  6. ChartYValueCollection class | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartYValueCollection class. Represents a collection of Y values for a chart series.... DocumentBuilder (); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let series = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....format("{0} shape {1}, of type {2}.{3}", mOutFileName...corresponding to the shape or group shape that is about to be...

    reference.aspose.com/words/java/com.aspose.word...
  8. Adding Picture Frames with Animation Using VSTO...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and animate picture frames in PowerPoint (PPT, PPTX) slides with clean C# code....Picture frames are applied to shapes or images in Microsoft PowerPoint...empty slide. Add a picture shape to the slide. Apply animation...

    docs.aspose.com/slides/net/adding-picture-frame...
  9. ChartYValue.from_double method | Aspose.Words f...

    ChartYValue.from_double method. Creates a [ChartYValue](../) instance of the [ChartYValueType.DOUBLE](../../chartyvaluetype/#DOUBLE) type....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series1 = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C++ 通过 JavaScript 操作形状或图表的阴影效果|Documentation

    学习如何用 C++ 通过 JavaScript 设置形状或图表的阴影效果。...Cells for JavaScript 通过 C++ 提供 Shape.shadowEffect 属性以及 ShadowEffect...源Excel文件 ,访问第一个工作表中的第一个形状,设置 Shape.shadowEffect 属性的子属性,然后将工作簿保存到...

    docs.aspose.com/cells/zh/javascript-cpp/working...