Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 33,805 for

new

(0.12 sec)
  1. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ document should start at 2. The numbering in the ‘GuV’ document should start at 3. When I append the ‘GuV’ to a document, the numbering persists. However, if I do the same with th…... Document docStart = new Document(@"C:\Temp\DocStart.docx");...docx"); Document docContent = new Document(@"C:\Temp\DocContent...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  2. ImportFormatOptions.MergePastedLists | Aspose.W...

    Control list merging with the ImportFormatOptions MergePastedLists property. Easily manage pasted lists to enhance document formatting. Default, false.... Document srcDoc = new Document ( MyDir + "List item...item.docx" ); Document dstDoc = new Document ( MyDir + "List destination...

    reference.aspose.com/words/net/aspose.words/imp...
  3. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = New DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...DeleteBlankOptions options = new DeleteBlankOptions(); options...issue and opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/deleteblankoptions-set-start...
  4. HtmlFixedSaveOptions.optimizeOutput property | ...

    HtmlFixedSaveOptions.optimizeOutput property. Flag indicates whether it is required to optimize output... let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let saveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation class Presentation pres = new Presentation ( "Test.pptx" );...

    docs.aspose.com/slides/java/manage-rows-and-col...
  6. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation class Presentation pres = new Presentation ( "Test.pptx" );...

    docs.aspose.com/slides/androidjava/manage-rows-...
  7. Licensing|Aspose.Slides 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....file FileInputStream fstream = new FileInputStream ( "Aspose.Slides...License class License license = new License (); <span class="c1">//Set...

    docs.aspose.com/slides/jasperreports/licensing/
  8. TextWatermarkOptions.Color | Aspose.Words for .NET

    Customize your TextWatermarkOptions with the Color property to enhance visibility. Set your preferred font color for a personalized touch. Default, Silver.... Document doc = new Document (); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions (); textWatermarkOptions...

    reference.aspose.com/words/net/aspose.words/tex...
  9. Font.Engrave | Aspose.Words for .NET

    Discover the Font Engrave property. Easily format fonts for an elegant engraved look, enhancing your design's sophistication and appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Custom PowerPoint Font in Java|Aspose.Slides Do...

    PowerPoint custom fonts in Java...seek fonts String [] folders = new String [] { externalFontsDir...rendering Presentation pres = new Presentation ( "DefaultFonts...

    docs.aspose.com/slides/java/custom-font/