Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 37,391 for

new

(0.06 sec)
  1. 创建演示文稿|Aspose.Slides 文档

    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/zh/net/create-a-presenta...
  2. 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...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  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...