Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 30,871 for

doc

(0.03 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::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...
  3. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a Document node or style. Use RevisionType to check the type of this revision. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  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. List.IsRestartAtEachSection | Aspose.Words for ...

    Discover the IsRestartAtEachSection property to control list numbering in sections. Enhance Document organization with this easy-to-use feature!...option is supported only in RTF, DOC and DOCX document formats. This...numbering at each section. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  6. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property to easily access the final section of your Document, enhancing navigation and content management efficiency.... Document doc = new Document (); // A blank...edit. Assert . AreEqual ( 1 , doc . Sections . Count ); // Use...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Document.lastSection property | Aspose.Words fo...

    Document.lastSection property. Gets the last section in the Document.... let doc = new aw . Document (); // A...nodes that we can edit. expect ( doc . sections . count ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Font::get_Superscript method | A...

    Aspose::Words::Font::get_Superscript method. True if the font is formatted as superscript in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Constructors Name Description Run(doc) Initializes a new instance of...of the Run class. Run(doc, text) Initializes a new instance of...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Greetings...

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