Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 30,868 for

doc

(0.03 sec)
  1. NodeCollection.remove_at method | Aspose.Words ...

    NodeCollection.remove_at method. Removes the node at the specified index from the collection and from the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::CompositeNode::RemoveSmartTags m...

    Aspose::Words::CompositeNode::RemoveSmartTags method. Removes all SmartTag descendant nodes of the current node in C++.... auto doc = MakeObject < Document > ( MyDir...+ u "Smart tags.doc" ); ASSERT_EQ ( 8 , doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. ViewOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.ViewOptions class to customize Document display in Microsoft Word, enhancing your editing experience and productivity.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...
  5. Section | Aspose.Words for .NET

    Create dynamic web sections effortlessly with our Section Constructor. Easily initialize and customize your Section class for optimal site performance....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/sec...
  6. IncorrectPasswordException class | Aspose.Words...

    aspose.words.IncorrectPasswordException class. Thrown if a Document is encrypted with a password and the password specified when opening the Document is incorrect or missing... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IRevisionCriteria.IsMatch | Aspose.Words for .NET

    Discover how the IRevisionCriteria IsMatch method effectively verifies if a specific revision aligns with your criteria for optimal results....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "This does...

    reference.aspose.com/words/net/aspose.words/ire...
  8. Aspose::Words::Tables::Table::get_Description m...

    Aspose::Words::Tables::Table::get_Description method. Gets or sets description of this table. It provides an alternative text representation of the information contained in the table in C++....CreateNestedTable () { auto doc = MakeObject < Document > ();...CreateTable ( doc , 3 , 4 , u "Outer Table" ); doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. LayoutCollector.getNumPagesSpanned method | Asp...

    LayoutCollector.getNumPagesSpanned method. Gets number of pages the specified node spans... let doc = new aw . Document (); let layoutCollector... Layout . LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Layout::LayoutCollector::Clear m...

    Aspose::Words::Layout::LayoutCollector::Clear method. Clears all collected layout data. Call this method after Document was manually updated, or layout was rebuilt in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...