Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 4,404 for

trim document

(0.55 sec)
  1. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseSubstitutions method. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...substitutions. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  2. Aspose::Words::Settings::WriteProtection class ...

    Aspose::Words::Settings::WriteProtection class. Specifies write protection settings for a Document. To learn more, visit the Documentation article in C++....protection settings for a document. To learn more, visit the...Protect or Encrypt a Document documentation article. class WriteProtection...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. Interface IReplacingCallback | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback 界面. 如果您想在查找和替换操作期间调用自己的自定义方法请实现此接口... { Document doc = new Document (); DocumentBuilder...opening!" , doc . GetText (). Trim ()); Assert . AreEqual ( "\"New...

    reference.aspose.com/words/zh/net/aspose.words....
  4. fieldstart - Aspose.Words for Java - API Reference

    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...start of a Word field in a document. FieldStart is an inline-level...

    reference.aspose.com/words/java/com.aspose.word...
  5. Node.IsComposite | Aspose.Words for .NET API 参考

    Node 财产. 如果此节点可以包含其他节点则返回 true... { Document doc = new Document ( MyDir + "Paragraphs...\" { childNode . GetText (). Trim ()} \ "" ); } else { Console...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. FieldUpdateCultureSource Enum | Aspose.Words fo...

    Aspose.Words.Fields.FieldUpdateCultureSource enum. Indicates what culture to use during field update in C#.... Document doc = new Document (); DocumentBuilder...2020" , doc . Range . Text . Trim ()); // Restore the thread's...

    reference.aspose.com/words/net/aspose.words.fie...
  7. DocumentBuilder.MoveToDocumentStart | Aspose.Wo...

    DocumentBuilder MoveToDocumentStart method. Moves the cursor to the beginning of the Document in C#....cursor to the beginning of the document. public void MoveToDocumentStart...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::NodeCollection::Add method | Asp...

    Aspose::Words::NodeCollection::Add method. Adds a node to the end of the collection in C++....inserted was created from another document, you should use ImportNode()...import the node to the current document. The imported node can then...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....Working with Bookmarks documentation article. Examples: Shows...throws Exception { // Create a document with three bookmarks, then...

    reference.aspose.com/words/java/com.aspose.word...
  10. CellCollection.Item | Aspose.Words for .NET

    CellCollection Item property. Retrieves a Cell at the given index in C#....the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...

    reference.aspose.com/words/net/aspose.words.tab...