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

trim document

(0.02 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. ComHelper.ComHelper | Aspose.Words for .NET API 参考

    ComHelper 构造函数. 初始化这个类的一个新实例...使用本地系统文件名: Document doc = comHelper . Open ( MyDir + "Document.docx"...World!" , doc . GetText (). Trim ()); // 2 - 从流中: using ( FileStream...

    reference.aspose.com/words/zh/net/aspose.words/...