Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 164,888 for

new

(0.23 sec)
  1. ReportBuilderContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode ReportBuilderContext class for seamless document generation with LINQ Reporting Engine. Enhance your workflow today....stream: MessageTestClass sender = new MessageTestClass ( "LINQ Reporting...using ( FileStream streamIn = new FileStream ( MyDir + "Report...

    reference.aspose.com/words/net/aspose.words.low...
  2. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...demonstrates how to create a new 3D scene with a linear extrusion...//ExStep:0- //Create a new 3D scene var scene = new Scene(); //ExStep:0-0...

    products.aspose.com/3d/tutorial/create-mesh-fro...
  3. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Discover the FindReplaceOptions property of ReplacerContext to enhance your search and replace functionality with customizable options for better results....docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...ReplacerContext replacerContext = new ReplacerContext (); replacerContext...

    reference.aspose.com/words/net/aspose.words.low...
  4. ContentConfig|Documentation

    ContentConfig element is used to add one or more lines of text to the parent element.... new ContentConfig () { Name = "Text...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/cont...
  5. Merger.Create | Aspose.Words for .NET

    Discover the Merger Create method to effortlessly generate a New mail merger processor instance for streamlined document processing and enhanced efficiency....Contents [ Hide ] Create() Creates new instance of the mail merger processor...Create( MergerContext ) Creates new instance of the mail merger processor...

    reference.aspose.com/words/net/aspose.words.low...
  6. FontSubstitutionSettings.TableSubstitution | As...

    Explore FontSubstitutionSettings for optimal table substitution rules. Enhance your design with effective settings for seamless font management....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. TableSubstitutionRule.Save | Aspose.Words for .NET

    Effortlessly save your table substitution settings with the TableSubstitutionRule Save method. Streamline 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...
  8. BlockConfig|Documentation

    BlockConfig element is used to organize content within containers.... new BlockConfig () { Children = new List < BaseConfig...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/bloc...
  9. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...path) { Document document = new Document(); Page page = document...getPages().add(); Table table = new Table(); for (int i = 0; i <...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  10. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true); loadOptions...

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