Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 157,080 for

doc

(0.11 sec)
  1. FieldIncludePicture.is_linked property | Aspose...

    FieldIncludePicture.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Effortlessly clear all child nodes with the CompositeNode RemoveAllChildren method. Streamline your code and enhance performance today!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/com...
  3. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Shading::get_ForegroundPatternTh...

    Aspose::Words::Shading::get_ForegroundPatternThemeColor method. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this Shading object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sha...
  5. Aspose::Words::BorderCollection::ClearFormattin...

    Aspose::Words::BorderCollection::ClearFormatting method. Removes all borders of an object in C++.... auto doc = System :: MakeObject < Aspose...BorderCollection > firstParagraphBorder = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/bor...
  6. CompositeNode.append_child method | Aspose.Word...

    CompositeNode.append_child method. Adds the specified node to the end of the list of child nodes for this node.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomPartCollection Class | Aspose.Words for .NET

    Explore the Aspose.Words.Markup.CustomPartCollection class for managing CustomPart objects efficiently. Enhance your Document processing capabilities today!... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  8. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your Documents by controlling item removal seamlessly....( tableCustomers ); Document doc = new Document ( MyDir + "Mail...tables.docx" ); Assert . That ( doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.mai...
  9. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of Document nodes in Java.... Document doc = new Document(); LayoutCollector...layoutCollector = new LayoutCollector(doc); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/java/com.aspose.word...
  10. Section.page_setup property | Aspose.Words for ...

    Section.page_setup property. Returns an object that represents page setup and section properties.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

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