Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 155,671 for

doc

(0.11 sec)
  1. OoxmlSaveOptions.Compliance | Aspose.Words for ...

    Discover OoxmlSaveOptions Compliance to choose your OOXML version for output Documents. Optimize your files with the default Ecma376_2006 setting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two wrapping...

    reference.aspose.com/words/net/aspose.words.sav...
  2. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... doc = aw . Document () # Insert even...override the even headers/footers. doc . first_section . headers_footers...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldOptions.default_document_author property |...

    FieldOptions.default_Document_author property. Gets or sets default Document author's name... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # AUTHOR fields source their...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. LayoutOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutOptions to optimize Document layout control, enhancing your Word processing experience with flexible customization options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert hidden text, then...

    reference.aspose.com/words/net/aspose.words.lay...
  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. Aspose::Words::Markup::CustomXmlProperty::Custo...

    Aspose::Words::Markup::CustomXmlProperty::CustomXmlProperty constructor. Initializes a new instance of this class in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::NodeCollection::RemoveAt method ...

    Aspose::Words::NodeCollection::RemoveAt method. Removes the node at the specified index from the collection and from the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Aspose::Words::HeaderFooterCollection::LinkToPr...

    Aspose::Words::HeaderFooterCollection::LinkToPrevious method. Links or unlinks the specified header or footer to the corresponding header or footer in the previous section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. Document.updateWordCount method | Aspose.Words ...

    Aspose.Words.Document.updateWordCount method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Lorem...

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