Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 122,876 for

doc

(0.16 sec)
  1. Hyphenation.unregister_dictionary method | Aspo...

    Hyphenation.unregister_dictionary method. Unregisters a hyphenation dictionary for the specified language.... doc = aw . Document ( MY_DIR + 'German...assertTrue ( all (( node for node in doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your Document's first page with unique headers and footers for a professional touch.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/pag...
  3. CompositeNode.FirstChild | Aspose.Words for .NET

    Discover the CompositeNode FirstChild property to easily access the first child node, enhancing your coding efficiency and simplifying data management.... Document doc = new Document ( MyDir + "Paragraphs..."Paragraphs.docx" ); for ( Node node = doc . FirstSection . Body . FirstChild...

    reference.aspose.com/words/net/aspose.words/com...
  4. XmlMapping.IsMapped | Aspose.Words for .NET

    Discover how the XmlMapping IsMapped property efficiently verifies XML data mapping for structured Documents, ensuring seamless integration and accuracy.... Document doc = new Document (); // Construct...#2</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Node.NextSibling | Aspose.Words for .NET

    Discover the Node NextSibling property to easily access the next node in your DOM. Enhance your JavaScript skills and streamline your coding today!... Document doc = new Document ( MyDir + "Paragraphs..."Paragraphs.docx" ); for ( Node node = doc . FirstSection . Body . FirstChild...

    reference.aspose.com/words/net/aspose.words/nod...
  6. FieldToc.EntryIdentifier | Aspose.Words for .NET

    Discover how the FieldToc EntryIdentifier property streamlines TC field management by easily matching type identifiers for efficient data organization....FieldTocEntryIdentif () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a TOC field, which...

    reference.aspose.com/words/net/aspose.words.fie...
  7. MailMergeCheckErrors enumeration | Aspose.Words...

    Aspose.Words.Settings.MailMergeCheckErrors enumeration. Specifies how Microsoft Word will report errors detected during mail merge.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Node.NodeTypeToString | Aspose.Words for .NET

    Discover the Node NodeTypeToString method, effortlessly convert node type enums into user-friendly strings for seamless coding and improved readability.... Document doc = new Document ( MyDir + "Paragraphs..."Paragraphs.docx" ); for ( Node node = doc . FirstSection . Body . FirstChild...

    reference.aspose.com/words/net/aspose.words/nod...
  9. MailMergeSettings.mainDocumentType property | A...

    MailMergeSettings.mainDocumentType property. Specifies the mail-merge main Document type... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Fields::FormField::get_MaxLength...

    Aspose::Words::Fields::FormField::get_MaxLength method. Maximum length for the text field. Zero when the length is not limited in C++.... void Visitor () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Use a document builder...

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