Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 19,360 for

2 of

(0.04 sec)
  1. Freeze Panes in Apache POI and Aspose.Cells|Doc...

    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.... freezePanes ( 0 , 2 , 0 , 2 ); // Freezing Columns worksheet2...worksheet2 . freezePanes ( 2 , 0 , 2 , 0 ); // Freezing Rows Apache...

    docs.aspose.com/cells/java/freeze-panes-in-apac...
  2. DocumentBuilder.delete_row method | Aspose.Word...

    DocumentBuilder.delete_row method. Deletes a row from a table.... write ( 'Row 1, cell 2.' ) builder . end_row () builder...insert_cell () builder . write ( 'Row 2, cell 1.' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextColumn | Aspose.Words for Java

    Represents a single text column in Java....setCount(2); // Determine the amount of room...builder.writeln("Wide column 2."); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number Of immediate children Of this 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...
  5. Auto Filter Data|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.... Cells [ 1 , 2 ] = "Product Name" ; //Add data... Cells [ 2 , 1 ] = 1 ; sheet . Cells [ 3 , 1 ] = 2 ; sheet ....

    docs.aspose.com/cells/net/auto-filter-data/
  6. Zip64Mode enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.Zip64Mode enumeration. Specifies when to use ZIP64 format extensions for OOXML files....ZIP-archive that has a 4 GB (2^32 bytes) limit on uncompressed...as well as a limit of 65,535 (2^16-1) files in archive. ZIP64...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. XmlMapping | Aspose.Words for Java

    Specifies the information that is used to establish a mapping between the parent structured document tag and an XML element stored within a custom XML data part in the document in Java...."Text element #1Text element #2"; CustomXmlPart xmlPart = doc...first "" element: "Text element #2". tag.getXmlMapping().setMapping(xmlPart...

    reference.aspose.com/words/java/com.aspose.word...
  8. Section.Clone | Aspose.Words for .NET

    Effortlessly duplicate sections with our Section Clone method. Streamline your workflow and enhance productivity with this powerful tool!..."Section 2" ); Assert . AreEqual ( "Section 1\x000cSection 2" , doc...Assert . AreEqual ( "Section 2" , doc . GetText (). Trim ());...

    reference.aspose.com/words/net/aspose.words/sec...
  9. ChartSeriesGroup.series_type property | Aspose....

    ChartSeriesGroup.series_type property. Gets the type Of chart series included in this group....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartDataLabel.left property | Aspose.Words for...

    ChartDataLabel.left property. Gets or sets the distance Of the data label in points from the left edge Of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value Of the [ChartDataLabel.leftMode](../leftMode/) property....titleAreaHeight ) / 2 ; const doughnutCenterX = chartWidth / 2 ; const labelHeight...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

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