Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 4,381 for

trim document

(0.05 sec)
  1. TxtTrailingSpacesOptions Enum | Aspose.Words fo...

    Aspose.Words.Loading.TxtTrailingSpacesOptions enum. Specifies available options for trailing spaces handling during import from Text file in C#....Description Trim 0 Preserve 1 Examples Shows how to trim whitespace...whitespace when loading plaintext documents. string textDoc = " Line 1...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Document.Revisions | Aspose.Words for .NET

    Document Revisions property. Gets a collection of revisions tracked changes that exist in this Document in C#....Revisions Contents [ Hide ] Document.Revisions property Gets a...changes) that exist in this document. public RevisionCollection...

    reference.aspose.com/words/net/aspose.words/doc...
  3. NodeCollection.Clear | Aspose.Words for .NET

    NodeCollection Clear method. Removes all nodes from this collection and from the Document in C#....this collection and from the document. public void Clear () Examples...sections from a document. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Document.Sections | Aspose.Words for .NET

    Document Sections property. Returns a collection that represents all sections in the Document in C#....Sections Contents [ Hide ] Document.Sections property Returns...represents all sections in the document. public SectionCollection...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Document.HasRevisions | Aspose.Words for .NET

    Document HasRevisions property. Returns true if the Document has any tracked changes in C#....HasRevisions Contents [ Hide ] Document.HasRevisions property Returns...Returns true if the document has any tracked changes. public bool...

    reference.aspose.com/words/net/aspose.words/doc...
  6. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....the Working with Tables documentation article. Examples: Shows...the document and print the contents of each cell. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Paragraph::GetText method | Aspo...

    Aspose::Words::Paragraph::GetText method. Gets the text of this paragraph including the end of paragraph character in C++....MakeObject < Document > (); // An empty document, by default,...doc , u "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. How to end the DocumentVisitor at a specific pl...

    here’s my code : @Override public int visitRowStart(Row row) throws Exception { String text = row.toString(SaveFormat.TEXT).Trim().replace(" ", ""); if (text.isEmpty() || text.Trim().isBlank()) { …...trim().replace(" ", ""); if (text...(text.isEmpty() || text.trim().isBlank()) { return VisitorAction...

    forum.aspose.com/t/how-to-end-the-documentvisit...
  9. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    DocumentBuilder InsertHtml method. Inserts an HTML string into the Document in C#....Inserts an HTML string into the document. public void InsertHtml (...string to insert into the document. Remarks You can use this...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose::Words::RevisionCollection Class Referen...

    A collection of Revision objects that represent revisions in the Document....represent revisions in the document. You do not create instances...get revisions present in a document. Examples Shows how to work...

    reference.aspose.com/words/cpp/class/aspose.wor...