Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 152,084 for

2

(0.12 sec)
  1. Adding Tables to PDF using Python|Aspose.PDF fo...

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic...."Column (" + str ( row_count ) + ", 2)" ) row . cells . add ( "Column...( "Test 2 1" ) cell = row2 . cells . add ( "Test 2 2" ) cell...

    docs.aspose.com/pdf/python-net/adding-tables/
  2. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....write("Run 2. "); // Every invocation of the...getRuns(); Assert.assertEquals(2, runs.getCount()); // We can also...

    reference.aspose.com/words/java/com.aspose.word...
  3. ConditionalStyleCollection | Aspose.Words for Java

    Represents a collection of ConditionalStyle objects in Java....write("Cell 2"); builder.endRow(); builder.insertCell();...setBackgroundPattern(Color.BLUE); // 2 - By index: tableStyle.getConditionalStyles()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Markdown Syntax – Basic Tutorial – Aspose.HTML ...

    This article provides information on the main elements of the Markdown markup language and the details of the Markdown syntax....characters for heading level 2. Markdown Syntax HTML Rendered...Heading level 2 <h2>This is a Heading level 2</h2> This is a...

    docs.aspose.com/html/net/markdown-syntax/
  5. Get the graphical components from visio file - ...

    Hi, We try to highlight the different components in Visio file, is it possible that Aspose.diagram API could return graphical components and their metrics for comparison? Please see the attached zip which show the exam…...Product Family ruhongcai May 2, 2018, 11:58pm 1 Hi, We try to...rafique May 3, 2018, 12:36am 2 @ruhongcai , You can retrieve...

    forum.aspose.com/t/get-the-graphical-components...
  6. TextColumnCollection.setCount method | Aspose.W...

    TextColumnCollection.setCount method. Arranges text into the specified number of text columns.... setCount ( 2 ); builder . writeln ( "Column...); builder . writeln ( "Column 2." ); doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. NodeCollection.index_of method | Aspose.Words f...

    NodeCollection.index_of method. Returns the zero-based index of the specified node.... rows [ 2 ] self . assertEqual ( 2 , table . index_of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.title property | Aspose.Words for Nod...

    ChartAxis.title property. Provides access to the axis title properties....Category 1" , "AW Category 2" ], [ 1 , 2 ]); let chartAxisXTitle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Person | Aspose.Words for Java

    Represents individual a person bibliography source contributor in Java....assertEquals(2, ((PersonCollection)editor).getCount());...getAuthor(); Assert.assertEquals(2, authors.getCount()); Person person...

    reference.aspose.com/words/java/com.aspose.word...
  10. CellFormat.Shading | Aspose.Words for .NET

    Discover the CellFormat Shading property to enhance your spreadsheet's visual appeal with customizable shading options for cells.... Write ( "Row 1, Col 2" ); builder . EndRow (); // Changing...InsertCell (); builder . Write ( "Row 2, Col 1" ); builder . InsertCell...

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