Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 213,057 for

new

(0.13 sec)
  1. ControlChar.LineBreak | Aspose.Words for .NET

    Discover the ControlChar LineBreak field for seamless text formatting with the x000b or v character. Enhance your content's readability today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  2. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable page break options!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  3. ControlChar.SectionBreak | Aspose.Words for .NET

    Discover the ControlChar SectionBreak field, efficiently manage document sections with the x000c character, enhancing formatting and readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  4. Configure Font Substitution in Presentations on...

    Enable optimal font substitution in Aspose.Slides for Android via Java when converting PowerPoint & OpenDocument presentations to other file formats.... Load the new font. Add a rule for the replacement...presentation Presentation pres = new Presentation ( "Fonts.pptx" );...

    docs.aspose.com/slides/androidjava/font-substit...
  5. 在 Visio 中插入新页面|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.... // Add a new blank page Application . ActiveDocument...Load diagram Diagram diagram = new Diagram ( @"E:\Aspose\Aspose...

    docs.aspose.com/diagram/zh/net/inserting-a-new-...
  6. Convert Image To JPG Javascript

    Convert Image to JPG format in JavaScript code. Save Image as JPG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  7. Convert Image To PNG Javascript

    Convert Image to PNG format in JavaScript code. Save Image as PNG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.png" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  8. Modify Annotations in your PDF File (facades)|A...

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...ModifyAnnotations () { Document document = new Document ( _dataDir + "sample_cats_dogs...

    docs.aspose.com/pdf/java/modify-annotations/
  9. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java.... Document doc = new Document(getMyDir() + "Textboxes...TEXT_BOX))) { Shape replacementShape = new Shape(doc, ShapeType.IMAGE);...

    reference.aspose.com/words/java/com.aspose.word...
  10. PDF Forms. Manage via PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java....Acroforms in PHP Create or add new fields to Acroform Extract data...document $colors = new Color (); $document = new Document ( $inputFile...

    products.aspose.com/pdf/php-java/acroforms/