Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 152,074 for

2

(1.38 sec)
  1. Aspose::Words::Tables::Table::SetBorders method...

    Aspose::Words::Tables::Table::SetBorders method. Sets all table borders to the specified line style, width and color in C++....Words :: LineStyle :: Single , 2.0 , System :: Drawing :: Color...builder -> Writeln ( u "Row 1, Cell 2." ); builder -> EndRow (); //...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Cell.first_paragraph property | Aspose.Words fo...

    Cell.first_paragraph property. Gets the first paragraph among the immediate children.... writeln ( 'Outer Table Cell 2' ) builder . end_table () # Move... writeln ( 'Inner Table Cell 2' ) builder . end_table () doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。... addLine ( 2 , 0 , 2 , 0 , 100 , 300 ); // method...peType.Line, 2, 0, 2, 0, 100, 300); // method 2 // sheet.getShapes()...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  4. ChartDataLabelCollection.ClearFormat | Aspose.W...

    Discover how to use the ClearFormat method in ChartDataLabelCollection to effortlessly reset all chart data label formats for cleaner visuals....( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataLabels [ 2 ]; dataLabel . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  5. CompositeNode.PrependChild | Aspose.Words for .NET

    Discover how the CompositeNode PrependChild method enhances your data structure by efficiently adding nodes to the start of your child node list....Run run2 = new Run ( doc , "Run 2. " ); Run run3 = new Run ( doc...Trim (), Is . EqualTo ( "Run 2. Initial text." )); // Insert...

    reference.aspose.com/words/net/aspose.words/com...
  6. ImageLoadException when running unit test with ...

    If I reference the most recent version (currently 3.20.0) of NUnit.Engine I cannot run NUnit tests that use Aspose.Imaging. If I stop referencing NUnit.Engine, things work. Can you point me to a solution? I have attache…...popov May 2, 2025, 10:16am 2 @jic I will check your...possible. stanislav.popov May 2, 2025, 10:57am 3 @jic We have...

    forum.aspose.com/t/imageloadexception-when-runn...
  7. Aspose::Words::DocumentBuilder::Writeln method ...

    Aspose::Words::DocumentBuilder::Writeln method. Inserts a paragraph break into the document in C++....builder -> Write ( u "Row 1, cell 2." ); builder -> EndRow (); //...); builder -> Write ( u "Row 2, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. 在 Android 上为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 Java 中创建惊艳的动态图表。通过 PPT 和 PPTX 文件中的动态视觉效果提升演示文稿——立即开始。... BySeries , 2 , EffectType . Appear , EffectSubtype...EffectChartMajorGrou . ByCategory , 2 , EffectType . Appear , EffectSubtype...

    docs.aspose.com/slides/zh/androidjava/animated-...
  9. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Emphasize the...

    reference.aspose.com/words/java/com.aspose.word...
  10. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart data series in PHP for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....Series 2, and Series 3 ; the rows are Category 1, Category 2, Category...$workBook -> getCell ( 0 , 2 , 0 , "Category 2" )); $chart -> getChartData...

    docs.aspose.com/slides/php-java/chart-series/