Sort Score
Result 10 results
Languages All
Labels All
Results 9,621 - 9,630 of 224,714 for

new

(0.23 sec)
  1. Document.DefaultTabStop | Aspose.Words for .NET

    Discover how to customize the DefaultTabStop property to set precise tab intervals in points, enhancing your document formatting and layout....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  2. TextColumnCollection.Spacing | Aspose.Words for...

    Discover the TextColumnCollection Spacing property, effortlessly manage column spacing in points for a polished, professional layout. Enhance your design today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/tex...
  3. Add Bookmark|Aspose.Words for .NET

    Add a bookmark into a document easily and fast instead of using VSTO in C#....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    docs.aspose.com/words/net/add-bookmark/
  4. Fill.BackThemeColor | Aspose.Words for .NET

    Customize your design with the BackThemeColor property. Easily set a ThemeColor object to enhance your background fill and elevate your user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Create smoothing group for mesh|Documentation

    Using Aspose.3D for .NET, developers can create smoothing group for mesh....cube with 6 faces var box = (new Box()).ToMesh(); //create a smoothing...for each polygon sg.SetData(new int[] {0, 0, 0, 1, 2, 3 }); //save...

    docs.aspose.com/3d/net/create-smoothing-group-f...
  6. ImportFormatOptions.IgnoreHeaderFooter | Aspose...

    Discover the ImportFormatOptions IgnoreHeaderFooter property, control header/footer formatting in KeepSourceFormatting mode. Simplify your document imports today!... Document dstDoc = new Document ( MyDir + "Document..."Document.docx" ); Document srcDoc = new Document ( MyDir + "Header and...

    reference.aspose.com/words/net/aspose.words/imp...
  7. Converting to MHTML Files in 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.... PHP Code $sveFormat = new SaveFormat (); //Specify the...the HTML saving options $sv = new HtmlSaveOptions ( $sveFormat...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  8. | Aspose

    Sample code for PNG to DOCX Java conversion. Use API example code for batch PNG files to DOCX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/png-to-...
  9. Convert MBOX to PST via C# | products.aspose.com

    Sample code for MBOX to PST C# conversion. Use API example code for batch MBOX files to PST conversion within VB.NET, Asp.NET or any .NET based application.... Create a new PST file. Create a new folder in the PST...CreateReader(mboxFilePath, new MboxLoadOptions()); // Create a new PST file using...

    products.aspose.com/email/net/conversion/mbox-t...
  10. PDF to PDFA Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...merging files In loop: add a new page to PDF/A document In loop:...

    products.aspose.com/pdf/java/merger/pdf-to-pdfa/