Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 214,341 for

new

(0.14 sec)
  1. Configure Font Substitution in Presentations Us...

    Enable optimal font substitution in Aspose.Slides for 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/java/font-substitution/
  2. Փոխարկել HTML Պատկեր Java

    Փոխարկեք HTML ը Պատկեր ձևաչափի Java կոդով: Պահեք HTML որպես Պատկեր օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/ht...
  3. Փոխարկել HTML GIF Java

    Փոխարկեք HTML ը GIF ձևաչափի Java կոդով: Պահեք HTML որպես GIF օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/ht...
  4. Փոխարկել WORD TIFF Java

    Փոխարկեք WORD ը TIFF ձևաչափի Java կոդով: Պահեք WORD որպես TIFF օգտագործելով Java:...*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/wo...
  5. Փոխարկել JPG Պատկեր Java

    Փոխարկեք JPG ը Պատկեր ձևաչափի Java կոդով: Պահեք JPG որպես Պատկեր օգտագործելով Java:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.jpg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/jp...
  6. Փոխարկել WORD Պատկեր Java

    Փոխարկեք WORD ը Պատկեր ձևաչափի Java կոդով: Պահեք WORD որպես Պատկեր օգտագործելով Java:...*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/wo...
  7. Փոխարկել DOC PNG Java

    Փոխարկեք DOC ը PNG ձևաչափի Java կոդով: Պահեք DOC որպես PNG օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/do...
  8. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java.... To easily insert a new field into a document, use the...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldTitle Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTitle class for seamless TITLE field implementation. Enhance document management with powerful features today!... Document doc = new Document (); // Set a value for...document. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldTitle...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/change-adj...