Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 2,008 for

trim document

(0.05 sec)
  1. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression.... Document ( base . myDir + "Tables.docx"...descendants of any table node in the document. let nodeList = doc . selectNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.moveTo method | Aspose.Words fo...

    DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph....Examples Shows how to move a document builder’s cursor to different...nodes in a document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored Document in Java....reference to an externally stored document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  4. TxtLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.TxtLoadOptions for enhanced text Document loading. Customize your Document object with flexible options for optimal performance....when loading Text document into a Document object. To learn more...the Specify Load Options documentation article. public class TxtLoadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Row | Aspose.Words for Java

    Represents a table row in Java....the Working with Tables documentation article. Remarks: Row can...create a table. Document doc = new Document(); Table table =...

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

    Specifies the type of node change in Java....to monitor changes to the document tree in real-time as we edit...throws Exception { Document doc = new Document(); doc.setNodeChangingCallb(new...

    reference.aspose.com/words/java/com.aspose.word...
  7. CompositeNode.SelectNodes | Aspose.Words for .NET

    Effortlessly retrieve nodes with the CompositeNode SelectNodes method using XPath expressions for enhanced data manipulation and streamlined coding.... Document doc = new Document ( MyDir + "Mail merge...NodeType == NodeType.Run).GetText().Trim()}" ); Shows how to select certain...

    reference.aspose.com/words/net/aspose.words/com...
  8. Aspose::Words::Paragraph::get_ListLabel method ...

    Aspose::Words::Paragraph::get_ListLabel method. Gets a ListLabel object that provides access to list numbering value and formatting for this paragraph in C++.... auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...the paragraph list. In our document, our list uses plain Arabic...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::PlainTextDocument::get_Text meth...

    Aspose::Words::PlainTextDocument::get_Text method. Gets textual content of the Document concatenated as a string in C++....Gets textual content of the document concatenated as a string....contents of a Microsoft Word document in plaintext. auto doc = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pla...
  10. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....Structured Document Tags or Content Control documentation article...customer-defined semantics into the document via the ability to provide...

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