Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 149,030 for

2

(0.15 sec)
  1. Aspose::Words::Fields::FieldToc::get_TableOfFig...

    Aspose::Words::Fields::FieldToc::get_TableOfFiguresLabel method. Gets or sets the name of the sequence identifier used when building a table of figures in C++....fieldSeq -> GetFieldCode ()); // 2 - Inserting a SEQ field that belongs...sequence SEQ field is on page 2, // and the separator is ">",...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. 搜索

    搜索...getCell(defaultWorksheetInde, 1, 3, "Series 2"), chart.getType()); // 獲取第一個圖表系列...nde, 2, 1, 1), fact.getCell(defaultWorksheetInde, 2, 2, 3));...

    blog.aspose.com/zh-hant/slides/create-charts-in...
  3. 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...
  4. 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/
  5. 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...
  6. Aspose::Words::TabStop::TabStop constructor | A...

    Aspose::Words::TabStop::TabStop constructor. Initializes a new instance of this class in C++....TabLeader :: Dashes )); ASSERT_EQ ( 2 , tabStops -> get_Count ()); ASSERT_FALSE...Writeln ( u "Start \t Tab 1 \t Tab 2" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...
  7. TotalFloat and FreeFloat - Free Support Forum -...

    Hi, I have encountered an issue where importing XER with TotalFloat or FreeFloat being a decimal for example 32,5 would be read as 0, but when the value is 32 then it would be read, could it be that the value expected i…...Family Herrington May 20, 2025, 2:24pm 1 Hi, I have encountered...Professionalize.Discourse May 20, 2025, 2:24pm 2 @Herrington Could you please...

    forum.aspose.com/t/totalfloat-and-freefloat/312924
  8. Section.PrependContent | Aspose.Words for .NET

    Enhance your content with the Section PrependContent method, effortlessly inserting source section text at the start for improved organization and clarity.... Write ( "Section 2" ); builder . InsertBreak ( BreakType...Section section = doc . Sections [ 2 ]; Assert . That ( section . GetText...

    reference.aspose.com/words/net/aspose.words/sec...
  9. java.lang.OutOfMemoryError: Java heap space Iss...

    Anyone I was using the POI HSMF for reading Outlook msg file. But I get an out of memory error reading anything above 10MB. Thinking of using APOSE for Java. Anyone knows if APOSE is the same. Will I be able to read the…...raza December 8, 2011, 3:44am 2 Hi Mohamad, Thank you for your...back. Msariman December 9, 2011, 2:03am 3 Hi, By the way my code...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...
  10. ChartFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartFormat class. Represents the formatting of a chart element...= [ 'Category 1' , 'Category 2' ] series . add1 ( series_name...= [ 1 , 2 ]) series . add1 ( series_name = 'Series 2' , categories...

    reference.aspose.com/words/python-net/aspose.wo...