Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 199,455 for

new

(0.18 sec)
  1. MemoryFontSource | Aspose.Words for Java

    Represents the single TrueType font file stored in memory in Java....getBytesFromStream(new FileInputStream(getMyDir() +...memoryFontSource = new MemoryFontSource(fontBytes, 0); Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  2. Adding MapiContact to PST 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....$mapi_contact = new MapiContact (); \ # Contact #1 $contact1 = new MapiContact...); \ # Contact #2 $contact2 = new MapiContact ( "Wichert Kroos"...

    docs.aspose.com/email/java/adding-mapicontact-t...
  3. ConverterContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words LowCode ConverterContext class for seamless document conversion and enhanced workflow efficiency. Transform your documents effortlessly.... Create ( new ConverterContext ()) . From (...Execute (); Converter . Create ( new ConverterContext ()) . From (...

    reference.aspose.com/words/net/aspose.words.low...
  4. IBarcodeGenerator | Aspose.Words for Java

    Public interface for barcode custom generator in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setBarcodeGenerator(new CustomBarcodeGenerat()); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  5. PersonCollection | Aspose.Words for Java

    Represents a list of persons who are bibliography source contributors in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  6. ShapeBase.LocalToParent | Aspose.Words for .NET

    Transform local coordinates to parent shape space with the ShapeBase LocalToParent method. Enhance precision in your 3D modeling projects today!... Document doc = new Document (); // Insert a group...group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Make DOC Using Javascript

    Make a New DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....the following example: Make a new DOC using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/doc/
  8. Make Markdown Using Javascript

    Make a New Markdown in JavaScript in a few steps. Easily create Markdown using Node.js via .NET library....the following example: Make a new MD using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/md/
  9. Create a presentation document|Aspose.Slides Do...

    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.... Presentation = new Presentation (); CreatePresentationPa...slideMasterIdList1 = new SlideMasterIdList ( new SlideMasterId ()...

    docs.aspose.com/slides/net/create-a-presentatio...
  10. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF document in Java using Aspose.PDF to highlight important text....actions: Load the PDF file - new Document object. Create annotations:...PDF file Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/highlights-annotation/