Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 9,808 for

2 of

(0.04 sec)
  1. 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...
  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. 3D Chart|Aspose.Slides for PHP 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....$defaultWorksheetInde , 0 , 2 , "Series 2" ), $chart -> getType ());...$defaultWorksheetInde , 2 , 0 , "Caetegoty 2" )); $chart -> getChartData...

    docs.aspose.com/slides/php-java/3d-chart/
  4. DocumentBuilder.DeleteRow | Aspose.Words for .NET

    Effortlessly remove rows from tables with the DocumentBuilder DeleteRow method. Streamline your document editing and enhance your workflow!... Write ( "Row 1, cell 2." ); builder . EndRow (); builder...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words/doc...
  5. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....write("Row 1, Col 2"); builder.endRow(); // Changing...write("Row 2, Col 1"); builder.insertCell(); builder.write("Row 2, Col...

    reference.aspose.com/words/java/com.aspose.word...
  6. ChartDataLabel.Left | Aspose.Words for .NET

    Adjust the ChartDataLabel Left property to control data label positioning on your chart. Enhance clarity and presentation with precise distance settings....chartHeight - titleAreaHeight ) / 2 ; const double doughnutCenterX...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataLabel.Top | Aspose.Words for .NET

    Adjust the ChartDataLabel Top property to control data label positioning for enhanced chart clarity. Optimize your visual data representation effortlessly!...chartHeight - titleAreaHeight ) / 2 ; const double doughnutCenterX...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/net/aspose.words.dra...
  8. RunCollection | Aspose.Words for Java

    Provides typed access to a collection Of Run nodes in Java....get(2).isInsertRevision()); // 2 - A "format" revision:...changes. Assert.assertTrue(runs.get(2).isFormatRevision()); // 3 - A...

    reference.aspose.com/words/java/com.aspose.word...
  9. TabStopCollection | Aspose.Words for Java

    A collection Of TabStop objects that represent custom tabs for a paragraph or a style in Java....assertEquals(2, tabStops.getCount()); Assert...builder.writeln("Start\tTab 1\tTab 2"); ParagraphCollection paragraphs...

    reference.aspose.com/words/java/com.aspose.word...
  10. VbaModuleCollection | Aspose.Words for Java

    Represents a collection Of VbaModule objects in Java....code page: {1}; Modules count: {2}\n", vbaProject.getName(), vbaProject...code page: {1}; Modules count: {2}\n", vbaProject.getName(), vbaProject...

    reference.aspose.com/words/java/com.aspose.word...