Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 148,121 for

2

(0.12 sec)
  1. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Discover how Aspose.Words' TxtExportHeadersFootersMode enum enhances plain text exports by customizing header and footer handling for optimal results.... AllAtEnd 2 All headers and footers are placed...); builder . Writeln ( "Page 2" ); builder . InsertBreak ( BreakType...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::idx_get method. Gets a general format at the specified index in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::Remove method. Removes all occurrences of the specified general format from the collection in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 通过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/
  5. FieldBuilder.AddSwitch | Aspose.Words for .NET

    Discover the FieldBuilder AddSwitch method to effortlessly add field switches, enhancing your application's functionality and user experience....\\f Arial \\s 25 \\u " )); // 2 - Nested field: // Use a field...leftExpression . AddArgument ( 2 ); leftExpression . AddArgument...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...potapov June 12, 2025, 5:13am 2 @apoorveslidely , Thank you for...new List<double> { 4, 2, 2, 0, 0, 2, 2, 0 }; var electricityFuelData...

    forum.aspose.com/t/getting-the-exact-coordinate...
  7. 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/
  8. 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...
  9. FieldCompare | Aspose.Words for Java

    Implements the COMPARE field in Java....setRightExpression("2"); field.update(); // The COMPARE...Assert.assertEquals(" COMPARE 3 < 2", field.getFieldCode()); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  10. When bookmarks are in nearby table cells, bookm...

    Hi Aspose team, In .NET, I have trouble with bookmark content inserting like this : I have 2 bookmarks “BM_Cell1” and “BM_Cell2” in table cells like image below (the second is next to the first) image.png (3.4 KB) …...inserting like this : I have 2 bookmarks “BM_Cell1” and “BM_Cell2”...texts into each bookmarks, but 2 texts are written into BM_Cell1...

    forum.aspose.com/t/when-bookmarks-are-in-nearby...