Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 164,923 for

doc

(0.09 sec)
  1. CleanupOptions.UnusedStyles | Aspose.Words for ...

    Optimize your Documents with CleanupOptions' UnusedStyles property, ensuring unused styles are removed for cleaner, faster-loading content. Default - true.... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/cle...
  2. CleanupOptions.UnusedBuiltinStyles | Aspose.Wor...

    Optimize your Documents with CleanupOptions' UnusedBuiltinStyles property, ensuring unused BuiltIn styles are efficiently removed for cleaner, professional results.... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/cle...
  3. PageSetup.suppress_endnotes property | Aspose.W...

    PageSetup.suppress_endnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes...suppress_endnotes (): doc = aw . Document () doc . remove_all_children...EndnotePosition . END_OF_DOCUMENT , doc . endnote_options . position...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a section at the given index in C++.... auto doc = System :: MakeObject < Aspose...the document within its pages. doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. 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 = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  6. Revision Class | Aspose.Words for .NET

    Explore the Aspose.Words.Revision class to manage tracked changes in Documents. Easily identify revision types for seamless Document editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  7. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. Table | Aspose.Words for .NET

    Create custom tables effortlessly with our intuitive Table Constructor. Build, customize, and optimize your data display in minutes!...DocumentBase doc ) Parameter Type Description doc DocumentBase...Document doc = new Document (); Table table = new Table ( doc ); doc...

    reference.aspose.com/words/net/aspose.words.tab...
  9. 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...
  10. ViewOptions.zoom_type property | Aspose.Words f...

    ViewOptions.zoom_type property. Gets or sets a zoom value based on the size of the window.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

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