Sort Score
Result 10 results
Languages All
Labels All
Results 5,031 - 5,040 of 48,674 for

shape

(0.08 sec)
  1. Unable to Get Anchoring Type for Vertical Align...

    Hi, auto textFrameFormat = Shape->get_TextFrame()->get_TextFrameFormat(); auto anchor = textFrameFormat->get_AnchoringType(); get_Anchoring returns undefined for the attached presentation. The set text vertical alignm…...Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat();...how to do this: // Assuming 'shape' is your SharedPtr<IAutoShape>...

    forum.aspose.com/t/unable-to-get-anchoring-type...
  2. 在python中壓縮jpg

    在Python中壓縮JPG而不會損失質量。優化JPG內容,輕鬆減小文件大小。...DocumentBuilder(doc) shape = builder.InsertImage( "Input...save_options.jpeg_quality = 50 shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/zh-hant/python-net/co...
  3. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in JavaScript with Aspose.Slides. Load sheets and cells and use values to generate data-driven PowerPoint presentations....paragraphs from the target shape (assumes shape index 1 is used). let...Presentation (); try { // Add a table shape to the first slide. let table...

    docs.aspose.com/slides/nodejs-java/excel-integr...
  4. Archive

    archives... Draw Shapes on Bitmap 5. Draw Text on Bitmap...graphics API that supports drawing shapes, text, and images across platforms...

    blog.aspose.com/drawing/create-load-fill-and-dr...
  5. ComparisonTargetType | Aspose.Words for Java

    Allows to specify base document which will be used during comparison in Java....endTable(); // Textbox: Shape textBox = builder.insertShape(ShapeType...contents"); ((Shape)docEdited.getChild(NodeType.SHAPE, 0, true))...

    reference.aspose.com/words/java/com.aspose.word...
  6. ChartDataLabel.topMode property | Aspose.Words ...

    ChartDataLabel.topMode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its [ChartDataLabel.position](../position/) property....const chartHeight = 252 ; let shape = builder . insertChart ( aw...chartHeight ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose.Cells.Drawing.TextBox.CalculateTextSize ...

    CalculateTextSizeTest.zip (86.1 KB) public static void testHeight() { // Create a new workbook and save with different DPI settings Workbook workbook = new Workbook("D:\\CalculateTextSizeTest.xlsm"); Worksheet shee…...foreach (Shape shape in sheet.Shapes) { // 判断形状是否为文本框 if (shape is...(Aspose.Cells.Drawing.TextBox)shape; // 判断文本框的名称是否以"批注文本框"开头 if...

    forum.aspose.com/t/aspose-cells-drawing-textbox...
  8. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...separate class for painting shapes and text with hatches. However...demonstrate, firstly, how to fill a shape with a hatch pattern, then all...

    docs.aspose.com/page/java/ps/working-with-hatch...
  9. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vsdm file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-java/organiz...
  10. 在 Java 中向演示文稿图表添加趋势线|Aspose.Slides 文档

    使用 Aspose.Slides for Java 快速在 PowerPoint 图表中添加和自定义趋势线——实用指南,助您吸引观众。...获取幻灯片的引用 使用 Shapes 对象公开的 AddChart 方法创建新图表 使用 Shapes 对象公开的 AddAutoShape...100 , 500 , 400 ); IAutoShape shape = chart . getUserShapes ()....

    docs.aspose.com/slides/zh/java/trend-line/