Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,598 for

trim document

(0.02 sec)
  1. Aspose::Words::Revision::get_DateTime method | ...

    Aspose::Words::Revision::get_DateTime method. Gets or sets the date/time of this revision in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  2. Aspose::Words::Story::get_LastParagraph method ...

    Aspose::Words::Story::get_LastParagraph method. Gets the last paragraph in the story in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...Writeln ( u "Run 1. " ); // The document builder has a cursor, which...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. Node.GetText | Aspose.Words for .NET

    Node GetText method. Gets the text of this node and of all its children in C#.... Document doc = new Document (); DocumentBuilder...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/net/aspose.words/nod...
  4. DocumentBuilder.MoveToBookmark | Aspose.Words f...

    DocumentBuilder MoveToBookmark method. Moves the cursor to a bookmark in C#....that some bookmarks in the document are assigned to form fields...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/net/aspose.words/doc...
  5. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....the Working with Comments documentation article. Examples: Shows...comment as “done”. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  6. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....Words Document Object Model (DOM) documentation article. Remarks:...Remarks: A document is represented as a tree of nodes, similar...

    reference.aspose.com/words/java/com.aspose.word...
  7. NodeChangingArgs.OldParent | Aspose.Words for .NET

    NodeChangingArgs OldParent property. Gets the nodes parent before the operation began in C#....to monitor changes to the document tree in real-time as we edit...NodeChangingCallback () { Document doc = new Document (); doc . NodeChangingCallback...

    reference.aspose.com/words/net/aspose.words/nod...
  8. RevisionCollection.Item | Aspose.Words for .NET

    RevisionCollection Item property. Returns a Revision at the specified index in C#....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/net/aspose.words/rev...
  9. HeaderFooter - Aspose.Words for Java - API Refe...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...text in a document's footer. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. StructuredDocumentTagRangeStart.RemoveSelfOnly ...

    StructuredDocumentTagRangeStart RemoveSelfOnly method. Removes this range start and appropriate range end nodes of the structured Document tag but keeps its content inside the Document tree in C#....end nodes of the structured document tag, but keeps its content...content inside the document tree. public void RemoveSelfOnly () Examples...

    reference.aspose.com/words/net/aspose.words.mar...