Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 150,870 for

2

(0.21 sec)
  1. Table shading in pptx export differs from pdf -...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Table shading in pptx export differs from pdf. Please find the pdf input attached. Also, below is the code snippet to…...Product Family dfinsolutions July 2, 2024, 11:16am 1 Hi, we are experiencing...printStackTrace(); } } asad.ali July 2, 2024, 7:24pm 2 @dfinsolutions We have...

    forum.aspose.com/t/table-shading-in-pptx-export...
  2. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...Cells Product Family LPyrah July 2, 2025, 4:09pm 1 We are considering...Professionalize.Discourse July 2, 2025, 4:10pm 2 @LPyrah Cause Currently...

    forum.aspose.com/t/wrapcols-excel-function/314748
  3. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataPoints . at ( 2 ); dataPoint . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldCollection indexer | Aspose.Words for Python

    FieldCollection indexer. Returns a field at the specified index....example -1 means the last item, -2 means the second before last and...assertEqual ( 5 , fields . count ) # 2 - Get the collection to remove...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } new Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...Family mjkruzel3 July 1, 2025, 2:08pm 1 Here is the code I am running:...Professionalize.Discourse July 1, 2025, 2:09pm 2 @mjkruzel3 Cause The System...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  6. Grouping and Ungrouping Rows and Columns in PHP...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....first three columns (from 0 to 2) and making them hidden by passing...$cells -> groupColumns ( 0 , 2 , true ); # Saving the modified...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  7. Aspose::Words::Story::get_LastParagraph method ...

    Aspose::Words::Story::get_LastParagraph method. Gets the last paragraph in the story in C++....Writeln ( u "Run 2. " ); ASSERT_EQ ( u "Run 2. \r Run 1." , doc..."Run 3. " ); ASSERT_EQ ( u "Run 2. \r Run 1. \r Run 3." , doc ->...

    reference.aspose.com/words/cpp/aspose.words/sto...
  8. ChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Emphasize the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IChartDataPoint Interface | Aspose.Words for .NET

    Explore Aspose.Words.Drawing.Charts.IChartDataPoint interface for detailed chart data point properties. Enhance your data visualization effortlessly!...( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataPoints [ 2 ]; dataPoint . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. TabStopCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all tab stop positions with the TabStopCollection Clear method. Streamline your layout for a cleaner, more organized interface.... EqualTo ( 2 )); Assert . That ( tabStops [...Writeln ( "Start\tTab 1\tTab 2" ); ParagraphCollection paragraphs...

    reference.aspose.com/words/net/aspose.words/tab...