Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 30,925 for

doc

(0.06 sec)
  1. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_ConsecutiveHyphenLimit method. Gets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. StructuredDocumentTag.node_type property | Aspo...

    StructuredDocumentTag.node_type property. Returns [NodeType.STRUCTURED_DocUMENT_TAG](../../../aspose.words/nodetype/#STRUCTURED_DocUMENT_TAG).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontInfoCollection.Count | Aspose.Words for .NET

    Discover the FontInfoCollection Count property, effortlessly retrieve the total number of elements in your collection for seamless data management.... Document doc = new Document (); // A blank...AreEqual ( 3 , doc . FontInfos . Count ); Assert . True ( doc . FontInfos...

    reference.aspose.com/words/net/aspose.words.fon...
  4. HeaderFooterCollection.linkToPrevious method | ...

    Aspose.Words.HeaderFooterCollection.linkToPrevious method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.StartTrackRevisions | Aspose.Words for...

    Effortlessly track Document changes with the StartTrackRevisions method. Automatically mark all edits as revisions for seamless collaboration and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Editing a document usually...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Document.Unprotect | Aspose.Words for .NET

    Effortlessly unlock your Documents with our Document Unprotect method, removing any password protection for easy access and editing.... Document doc = new Document (); doc . Protect ( ProtectionType...ProtectionType . ReadOnly , doc . ProtectionType ); // If we...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Fields::Field::Remove method | A...

    Aspose::Words::Fields::Field::Remove method. Removes the field from the Document. Returns a node right after the field. If the field's end is the last child of its parent node, returns its parent paragraph. If the field is already removed, returns null in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. MailMergeSettings.headerSource property | Aspos...

    MailMergeSettings.headerSource property. Specifies the path to the mail-merge header source... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::HeaderFooterCollection::idx_get ...

    Aspose::Words::HeaderFooterCollection::idx_get method. Retrieves a HeaderFooter of the specified type in C++.... auto doc = MakeObject < Document > ( MyDir...section : System :: IterateOver ( doc -> LINQ_OfType < SharedPtr <...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. CleanupOptions.unused_styles property | Aspose....

    CleanupOptions.unused_styles property. Specifies whether unused styles should be removed from Document... doc = aw . Document () doc . styles . add (...StyleType . LIST , 'MyListStyle1' ) doc . styles . add ( aw . StyleType...

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