Sort Score
Result 10 results
Languages All
Labels All
Results 8,161 - 8,170 of 223,147 for

new

(0.52 sec)
  1. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency.... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Converting a TEX file to PDF using PHP | Aspose...

    Sample code on PHP for TEX to PDF conversion. Use example code for batch TEX to PDF conversion with Aspose.PDF for PHP via Java...Create a new instance of the TeXLoadOptions class Create a new instance...PDF Output file: // Create a new instance of the TeXLoadOptions...

    products.aspose.com/pdf/php-java/conversion/tex...
  3. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-sections content in Java.... Document doc = new Document(getMyDir() + "Multi-section...doc, int type) Initializes a new instance of this class. Methods...

    reference.aspose.com/words/java/com.aspose.word...
  4. Manage Presentation Shapes in JavaScript|Aspose...

    Learn to create, edit and optimize shapes using JavaScript and Aspose.Slides for Node.js via Java and deliver high-performance PowerPoint presentations....presentation file var pres = new aspose . slides . Presentation...slide shape collection. Add new slide to the presentation. Clone...

    docs.aspose.com/slides/nodejs-java/shape-manipu...
  5. Resizing Images 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....Load an existing image $image = new Image (); $image = $image ->...(); } \ # Specify only width $new_width = $image -> getWidth ()...

    docs.aspose.com/imaging/java/resizing-images-in...
  6. Installation|Aspose.Slides for Node.js via .NET...

    Learn how to quickly install Aspose.Slides. Step-by-step guide, system requirements, and code samples — start working with PowerPoint presentations today!... Create a new folder and initiate a new project using the...slides.via.java" ); var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/installation/
  7. Unprotect a Worksheet with JavaScript via C++|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....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/unprotect-...
  8. FormField.StatusText | Aspose.Words for .NET

    Discover the FormField StatusText property to customize status bar messages when form fields are focused. Enhance user experience effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FormField.TextInputFormat | Aspose.Words for .NET

    Discover the FormField TextInputFormat property to easily customize text formatting for your forms, enhancing user experience and data collection....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  10. AutoFitBehavior | Aspose.Words for Java

    Determines how Aspose.Words resizes the table when you invoke the MAspose.Words.Tables.Table.AutoFitAspose.Words.Tables.AutoFitBehavior method in Java....build a new table while applying a style. Document doc = new Document();...Document(); DocumentBuilder builder = new DocumentBuilder(doc); Table table...

    reference.aspose.com/words/java/com.aspose.word...