Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 222,946 for

new

(0.09 sec)
  1. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for Android: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear Java examples....Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/androidjava/examples/ele...
  2. PersonCollection constructor | Aspose.Words for...

    aspose.words.bibliography.PersonCollection constructor...PersonCollection() Initialize a new instance of the PersonCollection...PersonCollection(persons) Initialize a new instance of the PersonCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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/
  4. 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/
  5. 新增工作表并激活工作表|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.... Application excelApp = new Excel . ApplicationClass ();...Worksheet newWorksheet ; //Add 5 new worksheets to the workbook and...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  6. 高级功能|Aspose.PDF for .NET

    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....document using ( var document = new Aspose . Pdf . Document ()) {... Add (); var textFragment = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/advanced-features/
  7. Customize Chart Axes in Presentations in .NET|A...

    Discover how to use Aspose.Slides for .NET to customize chart axes in PowerPoint presentations for reports and visualizations....using ( Presentation pres = new Presentation ()) { Chart chart...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/net/chart-axis/
  8. ArrowWidth | Aspose.Words for Java

    Width of the arrow at the end of a line in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  9. SlideTransition|Aspose.Slides for PHP Documenta...

    Control slide transitions in PHP with Aspose.Slides: choose types, speed, sound, and timing to polish presentations in PPT, PPTX and ODP....addSlideTransition () { $presentation = new Presentation (); try { $slide...accessSlideTransitio () { $presentation = new Presentation ( "slide_transition...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. EndCap | Aspose.Words for Java

    Specifies line cap style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

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