Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 155,316 for

2

(0.31 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. EndnoteOptions.RestartRule | Aspose.Words for .NET

    Discover how the EndnoteOptions RestartRule property enhances your document by controlling automatic numbering for a polished, professional look.... Write ( "Text 2. " ); builder . InsertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . InsertBreak ( BreakType...

    reference.aspose.com/words/net/aspose.words.not...
  3. ChartDataPointCollection Class | Aspose.Words f...

    Discover the Aspose.Words.Drawing.Charts.ChartDataPointCollection class, your key to managing ChartDataPoint collections effortlessly for enhanced data visualization....( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataPoints [ 2 ]; dataPoint . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 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
  5. Connect Shapes|Documentation

    This section explains how to connect two shapes with Aspose.Diagram.... AddShape ( 2 , 2 , rectangleMaster , 0 ); long...rectangle2 = diagram . AddShape ( 2 , 4 , rectangleMaster , 0 ); //...

    docs.aspose.com/diagram/net/connect-shapes/
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...