Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 30,983 for

doc

(0.07 sec)
  1. RevisionOptions.show_revision_bars property | A...

    RevisionOptions.show_revision_bars property. Allows to specify whether revision bars should be rendered near lines containing revised content... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SmartTag.accept method | Aspose.Words for Python

    SmartTag.accept method. Accepts a visitor.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveOptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly.... Document doc = new Document (); // Insert...override the even headers/footers. doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 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...
  5. HyphenationOptions.hyphenation_zone property | ...

    HyphenationOptions.hyphenation_zone property. Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.include_textboxes_footnotes_endnotes_i...

    Document.include_textboxes_footnotes_endnotes_in_stat property. Specifies whether to include textboxes, footnotes and endnotes in word count statistics.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Lorem...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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...
  10. Body constructor | Aspose.Words for Python

    Body constructor. Initializes a new instance of the [Body](../) class....Body constructor Body(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

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