Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 214,432 for

new

(0.28 sec)
  1. FieldComments.Text | Aspose.Words for .NET

    Manage your comments effortlessly with the FieldComments Text property—easily get or set comment text for enhanced user interaction....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...property, // and then display the new value. field . Text = "My overriding...

    reference.aspose.com/words/net/aspose.words.fie...
  2. DocumentBuilder.insert_paragraph method | Aspos...

    DocumentBuilder.insert_paragraph method. Inserts a paragraph break into the document....placed at the beginning of the new paragraph. An exception is thrown...# and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.popFont method | Aspose.Words f...

    DocumentBuilder.popFont method. Retrieves character formatting previously saved on the stack....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...current formatting by applying a new style. builder . font . styleIdentifier...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert DOC To JPG Java

    Convert DOC to JPG format in Java code. Save DOC as JPG using Java....*; Document doc = new Document ( "Input.doc" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/doc-t...
  5. Convert JPG To BMP Java

    Convert JPG to BMP format in Java code. Save JPG as BMP using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.bmp" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  6. Convert JPG To TIFF Java

    Convert JPG to TIFF format in Java code. Save JPG as TIFF using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.tiff" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert JPG To SVG Java

    Convert JPG to SVG format in Java code. Save JPG as SVG using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.svg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert Image To SVG Java

    Convert Image to SVG format in Java code. Save Image as SVG using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.svg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/image...
  9. Convert HTML To PNG Java

    Convert HTML to PNG format in Java code. Save HTML as PNG using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...
  10. Convert HTML To SVG Java

    Convert HTML to SVG format in Java code. Save HTML as SVG using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...