Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,381 for

trim document

(0.86 sec)
  1. Aspose::Words::NodeCollection::Clear method | A...

    Aspose::Words::NodeCollection::Clear method. Removes all nodes from this collection and from the Document in C++....this collection and from the document. void Aspose :: Words :: NodeCollection...sections from a document. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. Section | Aspose.Words for Java

    Represents a single section in a Document in Java....Represents a single section in a document. To learn more, visit the...the Working with Sections documentation article. Remarks: Section...

    reference.aspose.com/words/java/com.aspose.word...
  3. NodeCollection.Clear | Aspose.Words for .NET AP...

    NodeCollection 方法. 从此集合和文档中删除所有节点... Document doc = new Document ( MyDir + "Document.docx" );...World!" , doc . GetText (). Trim ()); // 清除部分的集合,这将删除文档的所有子项。...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. TxtLeadingSpacesOptions enumeration | Aspose.Wo...

    aspose.words.loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file.... TRIM Leading spaces are trimmed PRESERVE Leading...how to trim whitespace when loading plaintext documents. text_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PlainTextDocument - Aspose.Words for Java - API...

    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...plain-text representation of the document's content. Example: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Revision::Reject method | Aspose...

    Aspose::Words::Revision::Reject method. Reject 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...
  7. Aspose::Words::Revision::get_Group method | Asp...

    Aspose::Words::Revision::get_Group method. Gets the revision group. Returns null if the revision does not belong to any group 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...
  8. Node.NodeType | Aspose.Words for .NET

    Node NodeType property. Gets the type of this node in C#.... Document doc = new Document ( MyDir + "Paragraphs...contents = node . GetText (). Trim (); Console . WriteLine ( contents...

    reference.aspose.com/words/net/aspose.words/nod...
  9. MailMerge.DeleteFields | Aspose.Words for .NET

    MailMerge DeleteFields method. Removes mail merge related fields from the Document in C#....merge related fields from the document. public void DeleteFields...MERGEFIELD and NEXT fields from the document. This method could be useful...

    reference.aspose.com/words/net/aspose.words.mai...
  10. RevisionType Enum | Aspose.Words for .NET

    Aspose.Words.RevisionType enum. Specifies the type of change being tracked in Revision in C#....content was inserted in the document. Deletion 1 Content was removed...removed from the document. FormatChange 2 Change of formatting...

    reference.aspose.com/words/net/aspose.words/rev...