Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 30,916 for

doc

(0.03 sec)
  1. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::get_Count method. Gets the number of elements contained in the collection in C++.... auto doc = MakeObject < Document > ( MyDir...extension.docx" ); ASSERT_EQ ( 1 , doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  2. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert two fields while...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RevisionColor enumeration | Aspose.Words for Py...

    aspose.words.layout.RevisionColor enumeration. Allows to specify color of Document revisions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompositeNode.get_text method | Aspose.Words fo...

    CompositeNode.get_text method. Gets the text of this node and of all its children.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. List.HasSameTemplate | Aspose.Words for .NET

    Discover the HasSameTemplate method, easily check if two lists share the same template, ensuring consistency and efficiency in your data management.... Document doc = new Document ( MyDir + "Different...Assert . True ( doc . Lists [ 0 ]. HasSameTemplate ( doc . Lists [...

    reference.aspose.com/words/net/aspose.words.lis...
  7. List.hasSameTemplate method | Aspose.Words for ...

    List.hasSameTemplate method. Returns true if the current list and the given list are created from the same template.... let doc = new aw . Document ( base ....expect ( doc . lists . at ( 0 ). hasSameTemplate ( doc . lists...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. Document.JustificationMode | Aspose.Words for .NET

    Discover how to optimize your Document's character spacing with the JustificationMode property. Enhance readability and improve presentation effortlessly!... Document doc = new Document ( MyDir + "Document...JustificationMode justificationMode = doc . JustificationMode ; if ( justificationMode...

    reference.aspose.com/words/net/aspose.words/doc...