Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 155,673 for

doc

(0.29 sec)
  1. ListLevel.numberStyle property | Aspose.Words f...

    ListLevel.numberStyle property. Returns or sets the number style for this list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBuilder class to effortlessly create fields using code tokens and switches. Enhance your Document automation today!... Document doc = new Document (); // Below are...= builder . BuildAndInsert ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Node | Aspose.Words for Java

    Base class for all nodes of a Word Document in Java.... Document doc = new Document(getMyDir() + "Tables...docx"); Assert.assertEquals(2, doc.getChildNodes(NodeType.TABLE...

    reference.aspose.com/words/java/com.aspose.word...
  4. ConditionalStyleCollection.Item | Aspose.Words ...

    Discover the ConditionalStyleCollection Item property to easily access ConditionalStyle objects by type, enhancing your styling capabilities effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/con...
  5. Aspose::Words::Fields::FieldArgumentBuilder cla...

    Aspose::Words::Fields::FieldArgumentBuilder class. Builds a complex field argument consisting of fields, nodes, and plain text. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. ChartSeriesCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeriesCollection Add method. Seamlessly add new series to Bar, Column, Line, and Surface charts for dynamic visuals.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a Pareto chart....

    reference.aspose.com/words/net/aspose.words.dra...
  7. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Start the table, then populate...

    reference.aspose.com/words/java/com.aspose.word...
  8. BookmarkEnd constructor | Aspose.Words for Python

    BookmarkEnd constructor. Initializes a new instance of the [BookmarkEnd](../) class....BookmarkEnd constructor BookmarkEnd(doc, name) Initializes a new instance...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Simple Mail Merge in Jython|Aspose.Words for Java

    Simple Mail Merge using Jython....'quickstart/' doc = Document ( dataDir + "MailMerge.doc" ); # Fill...the document with user data. doc . getMailMerge () . execute (...

    docs.aspose.com/words/java/simple-mail-merge-in...
  10. Aspose::Words::Fields::FieldOptions::get_Templa...

    Aspose::Words::Fields::FieldOptions::get_TemplateName method. Gets or sets the file name of the template used by the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // We can set a template name...

    reference.aspose.com/words/cpp/aspose.words.fie...