Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 2,524 for

trim document

(0.12 sec)
  1. Paragraph.ListFormat | Aspose.Words for .NET

    Discover the Paragraph ListFormat property to easily access and customize your paragraph's list formatting, enhancing your Document's presentation....paragraphs in a document that are list items. Document doc = new Document...Document (); DocumentBuilder builder = new DocumentBuilder (...

    reference.aspose.com/words/net/aspose.words/par...
  2. FindReplaceOptions.ignoreFieldCodes property | ...

    FindReplaceOptions.ignoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes... Document (); let builder = new aw ...ignoreFieldCodes ;; // Replace 'T' in document ignoring text inside field...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Loading::TxtLoadOptions class | ...

    Aspose::Words::Loading::TxtLoadOptions class. Allows to specify additional options when loading Text Document into a Document object. To learn more, visit the Documentation article in C++....when loading Text document into a Document object. To learn more...the Specify Load Options documentation article. class TxtLoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. ImportFormatOptions.keepSourceNumbering propert...

    ImportFormatOptions.keepSourceNumbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination Documents...in source and destination documents. The default value is false...and destination documents. // Open a document with a custom list...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....the Working with Comments documentation article. Remarks: To create...their comment ranges using a document visitor. public void createCommentsAndPri()...

    reference.aspose.com/words/java/com.aspose.word...
  6. FindReplaceOptions.MatchCase | Aspose.Words for...

    Discover the MatchCase property in FindReplaceOptions, enable case-sensitive or case-insensitive comparisons for precise text editing. Optimize your workflow!... Document doc = new Document (); DocumentBuilder...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( matchCase...

    reference.aspose.com/words/net/aspose.words.rep...
  7. CompositeNode.lastChild property | Aspose.Words...

    CompositeNode.lastChild property. Gets the last child of the node....section in the document. let doc = new aw . Document (); let builder...the first one, leaving the document with only the second. expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found....ReplaceWithCallback () { Document doc = new Document (); DocumentBuilder...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "Our new...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Aspose::Words::CompositeNode::get_LastChild met...

    Aspose::Words::CompositeNode::get_LastChild method. Gets the last child of the node in C++....before the last section in the document. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

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

    Represents a run of characters with the same font formatting in Java....the Programming with Documents documentation article. Remarks: All...All text of the document is stored in runs of text. Run can only...

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