Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 164,888 for

new

(0.17 sec)
  1. ChartMultilevelValue | Aspose.Words for Java

    Represents a value for charts that display multilevel data in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."Population by Region", new ChartMultilevelValue[] { new ChartMultilevelValue("Asia"...

    reference.aspose.com/words/java/com.aspose.word...
  2. DWG file from scratch shows empty - Free Suppor...

    Hi Aspose team, I’m trying to create a DWG file from scratch using Aspose.CAD for .NET (version 24.10.0), without using any existing template. I followed this official example, but when I open the generated file in Aut…...also tried saving the DWG with new DwgOptions() , but it throws...block using: DwgImage dwgImage = new DwgImage(); //LINE, CIRCLE, ARC...

    forum.aspose.com/t/dwg-file-from-scratch-shows-...
  3. Processor.Execute | Aspose.Words for .NET

    Optimize your workflow with our Processor Execute method, designed to streamline actions efficiently and enhance productivity in your applications.... Create ( new ConverterContext ()) . From (...Execute (); Converter . Create ( new ConverterContext ()) . From (...

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

    Mail merge context in Java....doc"; String[] fieldNames = new String[]{"FirstName", "Location"...)"}; String[] fieldValues = new String[]{"James Bond", "London"...

    reference.aspose.com/words/java/com.aspose.word...
  5. Converter.Create | Aspose.Words for .NET

    Create a New instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation....Contents [ Hide ] Create() Creates new instance of the converter processor...Create( ConverterContext ) Creates new instance of the converter processor...

    reference.aspose.com/words/net/aspose.words.low...
  6. TableSubstitutionRule | Aspose.Words for Java

    Table font substitution rule in Java....doc = new Document(); FontSettings fontSettings = new FontSettings();...setFontSettings(fontSettings); // Create a new table substitution rule and load...

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