Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 43,365 for

doc

(0.09 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Aspose::Words::Layout::LayoutCollector::get_Doc...

    Aspose::Words::Layout::LayoutCollector::get_Document method. Gets or sets the Document this collector instance is attached to in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Revision.Author | Aspose.Words for .NET

    Manage your Revision Author effortlessly. Easily set or update the author details for each revision—ensuring clarity and accountability in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  6. Document.hasRevisions property | Aspose.Words f...

    Document.hasRevisions property. Returns ``true`` if the Document has any tracked changes.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Revision::get_RevisionType metho...

    Aspose::Words::Revision::get_RevisionType method. Gets the type of this revision in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Document.RemovePersonalInformation | Aspose.Wor...

    Ensure privacy with the Document RemovePersonalInformation feature in Word, automatically deleting user data from comments and properties upon saving.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some content with...

    reference.aspose.com/words/net/aspose.words/doc...
  10. StructuredDocumentTagRangeStart.removeSelfOnly ...

    StructuredDocumentTagRangeStart.removeSelfOnly method. Removes this range start and appropriate range end nodes of the structured Document tag, but keeps its content inside the Document tree....'SdtRangeExtendedMeth' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "StructuredDocumentTa...

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