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

new

(0.48 sec)
  1. Font.smallCaps property | Aspose.Words for Node.js

    Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para =...regular capitals: let run = new aw . Run ( doc , "all capitals"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Converting Range of DjVu Pages in PHP|Documenta...

    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....instance of Image class $image = new Image (); $image = $image ->...$tiff_expected_format = new TiffExpectedFormat (); $export_options = new TiffOptions...

    docs.aspose.com/imaging/java/converting-range-o...
  3. Convert JPG To GIF Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  4. Convert JPG To BMP Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  5. SlideTransition|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....Add_Slide_Transition () { using var pres = new Presentation (); var slide =...Access_Slide_Transition () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sl...
  6. Export Media files to HTML file|Aspose.Slides D...

    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....using ( Presentation pres = new Presentation ( srcFileName ))...VideoPlayerHtmlContr controller = new VideoPlayerHtmlContr ( path :...

    docs.aspose.com/slides/net/export-media-files-t...
  7. SlideTransition|Aspose.Slides Documentation

    Control slide transitions in C# with Aspose.Slides: choose types, speed, sound, and timing to polish presentations in PPT, PPTX and ODP....Add_Slide_Transition () { using var pres = new Presentation (); var slide =...Access_Slide_Transition () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sl...
  8. ParagraphFormat.pageBreakBefore property | Aspo...

    ParagraphFormat.pageBreakBefore property. True if a page break is forced before the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...flag as "false" to start each new paragraph on the same page //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. StructuredDocumentTag.styleName property | Aspo...

    StructuredDocumentTag.styleName property. Gets or sets the name of the style applied to the structured document tag....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Document.WriteProtection | Aspose.Words for .NET

    Explore the Document WriteProtection property to manage your document's write protection settings effortlessly and enhance security....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...WriteProtection.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...