Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 43,684 for

doc

(0.1 sec)
  1. Aspose::Words::Document::StartTrackRevisions me...

    Aspose::Words::Document::StartTrackRevisions method. Starts automatically marking all further changes you make to the Document programmatically as revision changes in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Editing a document usually...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Working with Tags

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/note/java/working-with-tags/
  3. Aspose::Words::Document::get_RemovePersonalInfo...

    Aspose::Words::Document::get_RemovePersonalInformation method. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and Document properties upon saving the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert some content with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::DocumentBuilder::InsertField met...

    Aspose::Words::DocumentBuilder::InsertField method. Inserts a Word field into a Document and optionally updates the field result in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two fields while...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. ShapeBase.WrapType | Aspose.Words for .NET

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/net/aspose.words.dra...
  6. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your Document's background shape for enhanced visual appeal. Maximize your design potential!...Document doc = new Document (); Assert . IsNull ( doc . BackgroundShape...shapeRectangle = new Shape ( doc , ShapeType . Rectangle ); //...

    reference.aspose.com/words/net/aspose.words/doc...
  7. SectionCollection class | Aspose.Words for Python

    aspose.words.SectionCollection class. A collection of [Section](../section/) objects in the Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Node::get_Document method | Aspo...

    Aspose::Words::Node::get_Document method. Gets the Document to which this node belongs in C++.... auto doc = MakeObject < Document > ();...> ( doc ); para -> AppendChild ( MakeObject < Run > ( doc , u...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. BookmarkCollection.remove_at method | Aspose.Wo...

    BookmarkCollection.remove_at method. Removes a bookmark at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...