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

doc

(0.11 sec)
  1. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.Doc or SaveFormat.DOT format in Java....DOC or SaveFormat.DOT format. To...Microsoft Word formats. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  2. BuiltInDocumentProperties.Words | Aspose.Words ...

    Discover the BuiltInDocumentProperties Words property, offering an accurate word count estimate for your Documents to enhance editing efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  3. Document.CustomXmlParts | Aspose.Words for .NET

    Explore the Document CustomXmlParts property to manage Custom XML Data Storage Parts efficiently. Enhance your Document's functionality today!...Custom XML Parts into OOXML and DOC documents only. This property...with custom XML data. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Document.FirstSection | Aspose.Words for .NET

    Retrieve the first section of your Document effortlessly. Enhance your workflow with our Document FirstSection property for streamlined organization.... Document doc = new Document ( MyDir + "Footer...HeaderFooterCollecti headersFooters = doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words/doc...
  5. NodeCollection.Add | Aspose.Words for .NET

    Discover the NodeCollection Add method to effortlessly append nodes to your collection, enhancing your data management with ease and efficiency.... Document doc = new Document (); // A blank...AreEqual ( NodeType . Section , doc . GetChild ( NodeType . Any ...

    reference.aspose.com/words/net/aspose.words/nod...
  6. NodeCollection.removeAt method | Aspose.Words f...

    NodeCollection.removeAt method. Removes the node at the specified index from the collection and from the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection.... let doc = new aw . Document (); // A...to that paragraph. expect ( doc . getChild ( aw . NodeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlPartCollection.Count | Aspose.Words fo...

    Discover the CustomXmlPartCollection Count property to easily retrieve the total number of elements in your XML collection for enhanced data management.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  9. CustomXmlPartCollection.Clone | Aspose.Words fo...

    Effortlessly duplicate your CustomXmlPartCollection with our Clone method, ensuring a complete deep copy of all items for seamless data management.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Aspose::Words::Tables::Row::Row constructor | A...

    Aspose::Words::Tables::Row::Row constructor. Initializes a new instance of the Row class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...CreateNestedTable () { auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.tab...