Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 165,116 for

new

(0.05 sec)
  1. Drawing Lines 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....properties $create_options = new BmpOptions (); $create_options...$create_options -> setSource ( new StreamSource ( new ByteArrayInputStream...

    docs.aspose.com/imaging/java/drawing-lines-in-php/
  2. 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...
  3. 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...
  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. 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...
  6. TableSubstitutionRule.Load | Aspose.Words for .NET

    Effortlessly load table substitution settings from XML files with the TableSubstitutionRule Load method. Optimize your data management today!...doc = new Document (); FontSettings fontSettings = new FontSettings...= fontSettings ; // Create a new table substitution rule and load...

    reference.aspose.com/words/net/aspose.words.fon...
  7. AxisBound | Aspose.Words for .NET

    Create dynamic axis bounds effortlessly with AxisBound constructor, allowing your word processing app to auto-determine optimal layouts for enhanced user experience....Hide ] AxisBound() Creates a new instance indicating that axis...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. PageRange | Aspose.Words for Java

    Represents a continuous range of pages in Java.... Document doc = new Document(getMyDir() + "Images...ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.TIFF);...

    reference.aspose.com/words/java/com.aspose.word...
  9. DigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a document with a digital signature in Java.... Document doc = new Document(getMyDir() + "Document...saveOptions = new OoxmlSaveOptions(); SignOptions signOptions = new SignOptions();...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...