Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 153,670 for

2

(0.35 sec)
  1. DocumentBuilder.paragraph_format property | Asp...

    DocumentBuilder.paragraph_format property. Returns an object that represents current paragraph formatting properties....write ( 'Header Row, \n Cell 2' ) builder . insert_cell () builder...builder . write ( 'Row 1, Cell 2.' ) builder . insert_cell () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node....Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for Python via .NET chart worksheets and automate reports across PPT, PPTX and ODP files.... value = - 2.5 workbook . get_cell ( 0 , "G3".... r1c1_formula = "R[1]C[4]/R[2]C[5]" Then use the calculate_formulas...

    docs.aspose.com/slides/python-net/chart-workshe...
  4. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for .NET chart worksheets and automate reports across PPT and PPTX files.... Value = - 2.5 ; workbook . GetCell ( 0 , "G3"...). R1C1Formula = "R[1]C[4]/R[2]C[5]" ; Then use the IChartDataWorkbook...

    docs.aspose.com/slides/net/chart-worksheet-form...
  5. PDF to TIFF Conversion Produces Only Black & Wh...

    Environment Aspose.PDF Version: 21.6.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: PDF → TIFF (Color) Issue Description We are facing a critical issue while converting PDF documents to TIFF f…...mukeshkanna December 29, 2025, 2:50pm 1 Environment Aspose.PDF...Discourse December 29, 2025, 2:51pm 2 @mukeshkanna Are you observing...

    forum.aspose.com/t/pdf-to-tiff-conversion-produ...
  6. Converting PowerPoint Presentations to HTML in ...

    i ran into problems whan converting to html. some of the text are not in place and its needs to be parsed. wich is complicated what can aspose offer to support such bugs?...potapov June 18, 2025, 11:56am 2 @shira , Thank you for contacting...numbers like this 1-2-3 it comes out as 3-2-1 or 32-1 or 3-21…...

    forum.aspose.com/t/converting-powerpoint-presen...
  7. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management....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...
  8. Aspose.PSD for .NET 19.9 - 发行说明|Documentation

    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....= "color" || portions [ 2 ]. Text != " text\r" || portions...Justification != 0 || portions [ 2 ]. Paragraph . Justification ...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  9. Add Conditional Icons Set with the Cell Text us...

    Learn how to add conditional icons next to the cell text using Aspose.Cells for JavaScript via C++. Enhancing the meaning of data through icons.... get ( 2 ). width = 24 ; // Input data...Arrows3 , row : 1 , column : 2 }, { type : AsposeCells . IconSetType...

    docs.aspose.com/cells/javascript-cpp/add-condit...
  10. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the document in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...