Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 214,432 for

new

(0.18 sec)
  1. Split Cells in Worksheet|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....Worksheet C# Workbook workbook = new Workbook (); // Accessing the...HSSFWorkbook hssfworkbook = new HSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/net/split-cells-in-worksh...
  2. 拆分工作表单元格|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....拆分工作表单元格 C# Workbook workbook = new Workbook (); //Accessing the...HSSFWorkbook hssfworkbook = new HSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/zh/net/split-cells-in-wor...
  3. Fill.TextureAlignment | Aspose.Words for .NET

    Set the TextureAlignment property to optimize tile texture fill. Easily customize alignment for enhanced visual appeal and design precision....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartAxis.Hidden | Aspose.Words for .NET

    Discover the ChartAxis Hidden property to easily manage axis visibility in your charts. Enhance your data presentation with this simple toggle feature!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series . Add ( "AW Series 1" , new [] { "Item 1" , "Item 2" , "Item...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Note|Aspose.Slides Documentation

    Add, read, edit, and export speaker notes in C# with Aspose.Slides: format text, manage notes per slide, and control visibility in PowerPoint and OpenDocument....Add_Note () { using var pres = new Presentation (); var slide =...Access_Note () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/el...
  6. ListCollection.addSingleLevelList method | Aspo...

    ListCollection.addSingleLevelList method. Creates a New single level list based on the predefined template and adds it to the list collection in the document....addSingleLevelList(listTemplate) Creates a new single level list based on the...Examples Shows how to create a new single level list based on the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartAxisTitle.Text | Aspose.Words for .NET

    Discover the ChartAxisTitle Text property to customize your axis titles easily. Set or get dynamic titles for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "AW Series 1" , new string [] { "AW Category 1" ...

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

    Merge documents easily and fast instead of using docx4j.... Java Document doc1 = new Document ( dataDir + "doc1.doc"...doc" ); Document doc2 = new Document ( dataDir + "doc2.doc" );...

    docs.aspose.com/words/java/merge-documents/
  9. Create Tables|Aspose.Words for Java

    Create tables inside a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...method to end the row and start a new row. builder . endRow (); //...

    docs.aspose.com/words/java/create-tables/
  10. Get a Page Object from Visio Drawing in PHP|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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...

    docs.aspose.com/diagram/java/get-a-page-object-...