Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 30,983 for

doc

(0.09 sec)
  1. Body.ParentSection | Aspose.Words for .NET

    Discover the Body ParentSection property to easily access a story's parent section and enhance your content management efficiency....SuppressEndnotes () { Document doc = new Document (); doc . RemoveAllChildren...EndnotePosition . EndOfDocument , doc . EndnoteOptions . Position );...

    reference.aspose.com/words/net/aspose.words/bod...
  2. Run constructor | Aspose.Words for Python

    aspose.words.Run constructor...constructor Contents [ Hide ] Run(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlPart class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... Remarks A DOCX or DOC document can contain one or more...tag with custom XML data. let doc = new aw . Document (); // Construct...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...createTable ( doc , 3 , 4 , "Outer Table" ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story.... doc = aw . Document () run = aw . Run ( doc = doc , text... pydrawing . Color . yellow doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IRevisionCriteria Interface | Aspose.Words for ...

    Control Document revisions effortlessly with Aspose.Words.IRevisionCriteria. Customize acceptance and rejection of changes for precise Document management....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "This does...

    reference.aspose.com/words/net/aspose.words/ire...
  7. NodeCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your NodeCollection with our Clear method, removing all nodes from both the collection and the Document for optimal performance.... Document doc = new Document ( MyDir + "Document...1 , doc . Sections . Count ); Assert . AreEqual ( 17 , doc . Sections...

    reference.aspose.com/words/net/aspose.words/nod...
  8. SmartTag.element property | Aspose.Words for Py...

    SmartTag.element property. Specifies the name of the smart tag within the Document.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutCollector constructor | Aspose.Words for ...

    LayoutCollector constructor. Initializes an instance of this class....constructor LayoutCollector(doc) Initializes an instance of this...class. def __init__ ( self , doc : aspose . words . Document ):...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomXmlPartCollection class | Aspose.Words fo...

    Aspose.Words.Markup.CustomXmlPartCollection class. Represents a collection of Custom XML Parts... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

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