Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 50,298 for

shape

(0.15 sec)
  1. ChartAxisTitle.format property | Aspose.Words f...

    ChartAxisTitle.format property. Provides access to fill and line formatting of the axis title....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete series generated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Chart.format property | Aspose.Words for Node.js

    Chart.format property. Provides access to fill and line formatting of the chart....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete series generated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartAxisTitle.text property | Aspose.Words for...

    ChartAxisTitle.text property. Gets or sets the text of the axis title...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series_coll = chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...= 0; var shape = builder.InsertImage(msImage); shape.WrapType...WrapType = WrapType.None; shape.RelativeHorizontalPo = RelativeHorizontalPo...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  5. 音频|Aspose.Slides 文档

    发现 Aspose.Slides for Android 的音频示例:在 PPT、PPTX 和 ODP 演示文稿中插入、播放、修剪和提取声音,并提供清晰的 Java 代码。...( IShape shape : slide . getShapes ()) { if ( shape instanceof...firstAudio = ( IAudioFrame ) shape ; break ; } } } finally { presentation...

    docs.aspose.com/slides/zh/androidjava/examples/...
  6. Theme class | Aspose.Words for Python

    aspose.words.themes.Theme class. Represents document Theme, and provides access to main theme parts including [Theme.major_fonts](./major_fonts/), [Theme.minor_fonts](./minor_fonts/) and [Theme.colors](./colors/) To learn more, visit the [Working with Styles and Themes](https://docs.aspose.com/words/python-net/working-with-styles-and-themes/) documentation article....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". colors = theme . colors colors . dark1 =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 表格|Aspose.Slides 文档

    使用 Aspose.Slides for Java 处理表格:创建、格式化、合并单元格、应用样式、导入数据,并通过 Java 示例导出 PPT、PPTX 和 ODP。...( IShape shape : slide . getShapes ()) { if ( shape instanceof...) { firstTable = ( ITable ) shape ; break ; } } } finally { presentation...

    docs.aspose.com/slides/zh/java/examples/element...
  8. AxisTickMark Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTickMark enum for customizable tick mark positions, enhancing your chart's clarity and visual appeal....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...SmartArt diagram, fills each shape with custom text, tweaks a few...adjust the SmartArt shape itself smart_art.shape.fill.fore_color...

    forum.aspose.com/t/aspose-words-python-smartart...
  10. OLE 对象|Aspose.Slides 文档

    在 Aspose.Slides for Android 中处理 OLE 对象:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中插入、链接、更新和提取嵌入内容。...( IShape shape : slide . getShapes ()) { if ( shape instanceof...firstOleFrame = ( IOleObjectFrame ) shape ; break ; } } } finally { presentation...

    docs.aspose.com/slides/zh/androidjava/examples/...