Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,317 for

trim document

(0.04 sec)
  1. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text Documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!...string ) Creates a plain text document from a file. Automatically...condition UnsupportedFileForma The document format is not recognized or...

    reference.aspose.com/words/net/aspose.words/pla...
  2. Aspose::Words::RevisionCollection::GetEnumerato...

    Aspose::Words::RevisionCollection::GetEnumerator method. Returns an enumerator object in C++....Examples Shows how to work with a document’s collection of revisions...revisions. auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. Aspose::Words::RevisionCollection::idx_get meth...

    Aspose::Words::RevisionCollection::idx_get method. Returns a Revision at the specified index 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...
  4. ListLabel Class | Aspose.Words for .NET

    Explore the Aspose.Words.Lists.ListLabel class to enhance your Document formatting with customizable list label properties for better control and presentation....the Working with Lists documentation article. public class ListLabel...are list items. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Story.lastParagraph property | Aspose.Words for...

    Story.lastParagraph property. Gets the last paragraph in the story.... Document (); let builder = new aw ...writeln ( "Run 1. " ); // The document builder has a cursor, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HeaderFooter.nodeType property | Aspose.Words f...

    HeaderFooter.nodeType property. Returns [NodeType.HeaderFooter](../../nodetype/#HeaderFooter).... Document (); let builder = new aw ...`\t\" ${ body . getText (). trim () } \"` ); break ; } case aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...room." , doc -> GetText (). Trim ()); See Also Class Range Namespace...

    reference.aspose.com/words/cpp/aspose.words/ran...
  8. ListLabel.LabelString | Aspose.Words for .NET

    Discover the ListLabel LabelString property for easy string representation of list labels, enhancing your data presentation and organization effortlessly.... Document doc = new Document ( MyDir + "Rendering...the paragraph list. In our document, our list uses plain Arabic...

    reference.aspose.com/words/net/aspose.words.lis...
  9. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Words Document Object Model (DOM) documentation article. Remarks:...with image shapes. Document doc = new Document(getMyDir() + "Textboxes...

    reference.aspose.com/words/java/com.aspose.word...
  10. FootnoteSeparator | Aspose.Words for Java

    in Java.... getDocument() Gets the document to which this node belongs...represents the portion of a document that is contained in this...

    reference.aspose.com/words/java/com.aspose.word...