Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 30,980 for

doc

(0.04 sec)
  1. MailMerge.RestartListsAtEachSection | Aspose.Wo...

    Discover the MailMerge RestartListsAtEachSection property—control list resets in each section for seamless mail merges. Enhance your Document precision today!... Document doc = new Document ( MyDir + "Section...docx" ); doc . MailMerge . RestartListsAtEachSe = false ; doc . MailMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  2. PlainTextDocument.BuiltInDocumentProperties | A...

    Discover the PlainTextDocument BuiltInDocumentProperties property to easily access and manage essential Document metadata for enhanced Document organization.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words/pla...
  3. VbaProject.name property | Aspose.Words for Nod...

    VbaProject.name property. Gets or sets VBA project name.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ListLevel.number_format property | Aspose.Words...

    ListLevel.number_format property. Returns or sets the number format for the list level.... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a QUOTE field, which...

    reference.aspose.com/words/java/com.aspose.word...
  6. StructuredDocumentTag | Aspose.Words for .NET

    Create powerful structured Documents effortlessly with the StructuredDocumentTag constructor. Initialize new instances for enhanced organization and clarity....StructuredDocumentTa ( DocumentBase doc , SdtType type , MarkupLevel...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Cell.ensureMinimum method | Aspose.Words for No...

    Cell.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... let doc = new aw . Document (); let table...new aw . Tables . Table ( doc ); doc . firstSection . body . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your Document processing.... Document doc = new Document ( MyDir + "Paragraphs...docx" ); Paragraph [] paras = doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  9. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CompositeNode.remove_child method | Aspose.Word...

    CompositeNode.remove_child method. Removes the specified child node.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

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