Sort Score
Result 10 results
Languages All
Labels All
Results 6,621 - 6,630 of 213,599 for

new

(0.8 sec)
  1. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...

    reference.aspose.com/words/java/com.aspose.word...
  2. ResourceType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.ResourceType enum for efficient resource management. Enhance your document processing with versatile loading options....doc = new Document (); doc . ResourceLoadingCallb = new ImageNameHandler...(); DocumentBuilder builder = new DocumentBuilder ( doc ); // Images...

    reference.aspose.com/words/net/aspose.words.loa...
  3. Manage Presentation Themes on Android|Aspose.Sl...

    Master presentation themes in Aspose.Slides for Android via Java to create, customize and convert PowerPoint files with consistent branding....applying new colors for the theme. To allow you select a new theme...a theme: Presentation pres = new Presentation (); try { IAutoShape...

    docs.aspose.com/slides/androidjava/presentation...
  4. NullPointerException when reading ZIP Archive c...

    Hello Aspose Support Team, I’ve encountered an issue while using the Aspose.Zip library in my Java project. Specifically, after creating a ZIP archive that contains only an empty directory, I’m unable to read the archi…...(ZipInputStream zin = new ZipInputStream(new FileInputStream(archivePath...try (Archive archive = new Archive(new ArchiveEntrySettings()))...

    forum.aspose.com/t/nullpointerexception-when-re...
  5. TabStopCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all tab stop positions with the TabStopCollection Clear method. Streamline your layout for a cleaner, more organized interface....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  6. TabStop.Equals | Aspose.Words for .NET

    Discover the TabStop Equals method to efficiently compare TabStop instances. Enhance your coding precision and streamline your development process!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  7. IFieldUpdatingCallback Interface | Aspose.Words...

    Customize field updates in Aspose.Words with the IFieldUpdatingCallback interface. Enhance functionality with your own methods for tailored document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldUpdatingCallbac callback = new FieldUpdatingCallbac (); doc...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Design Tables in Word using C#

    Follow this article to design tables in Word using C#. It contains the environment settings, a list of steps, and a sample code to customize MS Word table design using C#....using the table index Create a new table style using the TableStyle...conditional styling Set this new style in the Table using the...

    kb.aspose.com/words/net/design-tables-in-word-u...
  9. Apply Superscript and Subscript Effects on Font...

    The JavaScript code to apply superscript and subscript effects to text in Excel using Aspose.Cells for JavaScript via C++....const workbook = new Workbook (); // Adding a new worksheet to the...SaveFormat . Auto ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/apply-supe...
  10. Add Slides to Presentations in Java|Aspose.Slid...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Java—seamless, efficient slide insertion in seconds....presentation file Presentation pres = new Presentation (); try { // Instantiate...dispose (); } FAQ Can I insert a new slide at a specific position...

    docs.aspose.com/slides/java/add-slide-to-presen...