Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 30,735 for

doc

(0.07 sec)
  1. CompositeNode.removeSmartTags method | Aspose.W...

    CompositeNode.removeSmartTags method. Removes all [SmartTag](../../../aspose.words.markup/smarttag/) descendant nodes of the current node.... let doc = new aw . Document ( base ....myDir + "Smart tags.doc" ); expect ( doc . getChildNodes ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompositeNode.RemoveSmartTags | Aspose.Words fo...

    Effortlessly clean your CompositeNode with the RemoveSmartTags method, eliminating all SmartTag descendants for streamlined data management....Document doc = new Document ( MyDir + "Smart tags.doc" ); Assert...Assert . AreEqual ( 8 , doc . GetChildNodes ( NodeType . SmartTag...

    reference.aspose.com/words/net/aspose.words/com...
  3. Aspose::Words::Fonts::FontSettings::get_Substit...

    Aspose::Words::Fonts::FontSettings::get_SubstitutionSettings method. Settings related to font substitution mechanism in C++.... auto doc = MakeObject < Document > (); doc -> set_FontSettings...font source. ASSERT_EQ ( 1 , doc -> get_FontSettings () -> GetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. SdtType enumeration | Aspose.Words for Python

    aspose.words.markup.SdtType enumeration. Specifies the type of a structured Document tag (SDT) node.... DOC_PART_OBJ The SDT represents a...for content control elements. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Section.Clone | Aspose.Words for .NET

    Effortlessly duplicate sections with our Section Clone method. Streamline your workflow and enhance productivity with this powerful tool!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  6. LayoutOptions.revisionOptions property | Aspose...

    LayoutOptions.revisionOptions property. Gets revision options.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a revision, then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. StructuredDocumentTagRangeStart | Aspose.Words ...

    Create a new StructuredDocumentTagRangeStart instance effortlessly. Enhance your Document management with this powerful constructor for structured tags....DocumentBase doc , SdtType type ) Parameter Type Description doc DocumentBase...SdtRangeExtendedMeth () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Lines method. Represents an estimate of the number of lines in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Paragraphs method. Represents an estimate of the number of paragraphs in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. Document.stopTrackRevisions method | Aspose.Wor...

    Document.stopTrackRevisions method. Stops automatic marking of Document changes as revisions.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Editing a document usually...

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