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

shape

(0.39 sec)
  1. IChartDataPoint.InvertIfNegative | Aspose.Words...

    Discover the IChartDataPoint InvertIfNegative property, enabling color inversion for negative values. Enhance your data visualization with this unique feature!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for Android 精通图表:创建、格式化、绑定数据,并通过 Java 示例将图表导出为 PPT、PPTX 和 ODP。...( IShape shape : slide . getShapes ()) { if ( shape instanceof...) { firstChart = ( IChart ) shape ; break ; } } } finally { presentation...

    docs.aspose.com/slides/zh/androidjava/examples/...
  3. 音频|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/examples/element...
  4. AxisDisplayUnit.Document | Aspose.Words for .NET

    Discover the AxisDisplayUnit property, easily access the document linked to your parent chart for seamless data management and enhanced visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ThemeColors class | Aspose.Words for Node.js

    Aspose.Words.Themes.ThemeColors class. Represents the color scheme of the document theme which contains twelve colors....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". let colors = theme . colors ; colors . dark1...

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

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

    docs.aspose.com/slides/zh/androidjava/examples/...
  7. Convert PPTX to Word in Java | products.aspose.com

    Convert PPTX to Word in Java. Use Java library API to convert PowerPoint to Word...( IShape shape : slide . getShapes ()) { if ( shape instanceof...builder . writeln ((( AutoShape ) shape ). getTextFrame (). getText...

    products.aspose.com/slides/java/conversion/pptx...
  8. OleFormat.save method | Aspose.Words for Node.js

    Aspose.Words.Drawing.OleFormat.save method...docm" ); let shape = doc . getShape ( 0 , true...The OLE object in the first shape is a Microsoft Excel spreadsheet...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 连接器|Aspose.Slides for Node.js via .NET 文档

    了解如何使用 Aspose.Slides for Node.js 在 PPT、PPTX 和 ODP 演示文稿中添加、路由和设置形状之间连接线的样式,提供 JavaScript 示例。... size (); i ++ ) { let shape = slide . getShapes (). get_Item...); if ( java . instanceOf ( shape , "com.aspose.slides.IConnector"...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  10. Aspose::Words::Drawing::Charts::ChartLegend cla...

    Aspose::Words::Drawing::Charts::ChartLegend class. Represents chart legend properties. To learn more, visit the documentation article in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...