Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 31,896 for

doc

(0.04 sec)
  1. CleanupOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.CleanupOptions to customize Document cleaning. Enhance your workflow with tailored settings for cleaner, more efficient Documents.... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/cle...
  2. Aspose::Words::Document::get_ViewOptions method...

    Aspose::Words::Document::get_ViewOptions method. Provides options to control how the Document is displayed in Microsoft Word in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words/doc...
  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. 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...
  6. NodeCollection.add method | Aspose.Words for Py...

    NodeCollection.add method. Adds a node to the end of the collection.... doc = aw . Document () # A blank...( aw . NodeType . SECTION , doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  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. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!... Examples Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Numbers...

    reference.aspose.com/words/net/aspose.words/ran...
  9. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can be Doc or Dot in C++.... Can be Doc or Dot . Aspose :: Words :: SaveFormat...Microsoft Word formats. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 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...