Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 214,418 for

new

(0.12 sec)
  1. VbaModule.name property | Aspose.Words for Node.js

    VbaModule.name property. Gets or sets VBA project module name.... let doc = new aw . Document (); // Create a new VBA project...project. let project = new aw . Vba . VbaProject (); project . name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Make PDF Using Java

    Make a New PDF in Java in a few steps. Easily create PDF using Java library....the following example: Make a new PDF using Java Copy Examples...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/pdf/
  3. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java.... Document doc = new Document(); // Below are three...symbol. FieldBuilder builder = new FieldBuilder(FieldType.FIELD_SYMBOL);...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldOptions.FieldUpdateCultureSource | Aspose....

    Discover how the FieldUpdateCultureSource property enhances field result formatting by specifying the desired culture for optimal clarity and usability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "de-DE" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Manipulate PDF Document|Aspose.PDF for Java

    Learn how to manipulate PDF documents in Java using Aspose.PDF, including editing and content updates....document Document pdfDocument = new Document ( _dataDir + "sample...pdf package can both create new and manipulate existing PDF files...

    docs.aspose.com/pdf/java/manipulate-pdf-document/
  6. ReplacingArgs class | Aspose.Words for Node.js

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ShapeRenderer | Aspose.Words for .NET

    Discover the ShapeRenderer constructor to easily create and customize shapes in your projects, enhancing visual appeal and functionality....ShapeRenderer constructor Initializes a new instance of this class. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.ren...
  8. GoogleAiModel | Aspose.Words for .NET

    Create a GoogleAiModel instance to integrate Google AI capabilities into document processing with Aspose.Words AI....GoogleAiModel( string ) Initializes a new instance of GoogleAiModel class..."API_KEY" ); GoogleAiModel model = new GoogleAiModel ( "gemini-flash-latest"...

    reference.aspose.com/words/net/aspose.words.ai/...
  9. PersonCollection.Remove | Aspose.Words for .NET

    Effortlessly remove a person from your collection with the PersonCollection Remove method. Streamline your data management today!...Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...
  10. DocumentBuilder constructor | Aspose.Words for ...

    Aspose.Words.DocumentBuilder constructor...DocumentBuilder() Initializes a new instance of this class. DocumentBuilder...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...