Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 43,179 for

doc

(0.14 sec)
  1. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  2. Aspose::Words::Document::get_Revisions method |...

    Aspose::Words::Document::get_Revisions method. Gets a collection of revisions (tracked changes) that exist in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. WriteProtection.set_password method | Aspose.Wo...

    WriteProtection.set_password method. Sets the write protection password for the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionOptions.revision_bars_position property...

    RevisionOptions.revision_bars_position property. Gets or sets rendering position of revision bars... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CleanupOptions.unusedStyles property | Aspose.W...

    CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from Document... let doc = new aw . Document (); doc . styles . add...StyleType . List , "MyListStyle1" ); doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/java/xps/graphic-utilities/
  7. Run | Aspose.Words for .NET

    Create and customize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/run...
  8. Aspose::Words::Settings::ViewOptions::get_ZoomT...

    Aspose::Words::Settings::ViewOptions::get_ZoomType method. Gets or sets a zoom value based on the size of the window in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Node.ParentNode | Aspose.Words for .NET

    Discover the Node ParentNode property to easily access the immediate parent of any node, enhancing your web development efficiency and code clarity....Document doc = new Document (); Paragraph para = doc . FirstSection...paragraph. Run run = new Run ( doc , "Hello world!" ); para . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  10. FieldAutoText.entry_name property | Aspose.Word...

    FieldAutoText.entry_name property. Gets or sets the name of the AutoText entry.... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...

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