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

doc

(0.11 sec)
  1. CustomXmlPartCollection.count property | Aspose...

    CustomXmlPartCollection.count property. Gets the number of elements contained in the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::idx_set method. Gets or sets an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::idx_get method. Gets or sets an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Aspose::Words::Document::get_AutomaticallyUpdat...

    Aspose::Words::Document::get_AutomaticallyUpdateStyles method. Gets or sets a flag indicating whether the styles in the Document are updated to match the styles in the attached template each time the Document is opened in MS Word in C++.... auto doc = MakeObject < Document > ();...ASSERT_EQ ( String :: Empty , doc -> get_AttachedTemplate ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render Document pages into Graphics objects at your desired scale for optimal visual results.... Document doc = new Document ( MyDir + "Rendering...thumbRows = doc . PageCount / thumbColumns ; int remainder = doc . PageCount...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the Document.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.ShowGrammaticalErrors | Aspose.Words f...

    Control grammar error visibility in your Document with the ShowGrammaticalErrors property. Enhance writing clarity and professionalism effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two sentences with...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Document.RemoveBlankPages | Aspose.Words for .NET

    Effortlessly enhance your Documents with the RemoveBlankPages method, eliminating unwanted blank pages for a polished, professional finish.... Document doc = new Document ( MyDir + "Blank...( 2 , doc . PageCount ); doc . RemoveBlankPages (); doc . UpdatePageLayout...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Comment constructor | Aspose.Words for Node.js

    Aspose.Words.Comment constructor...constructor Contents [ Hide ] Comment(doc) Initializes a new instance of...the Comment class. Comment ( doc : Aspose . Words . DocumentBase...

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