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

trim document

(0.05 sec)
  1. Aspose::Words::BookmarkCollection::get_Count me...

    Aspose::Words::BookmarkCollection::get_Count method. Returns the number of bookmarks in the collection in C++....bookmarks from a document. auto doc = MakeObject < Document > (); auto...bookmarks is still present in the document. ASSERT_EQ ( 0 , bookmarks...

    reference.aspose.com/words/cpp/aspose.words/boo...
  2. 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...
  3. Aspose::Words::CompositeNode::AppendChild metho...

    Aspose::Words::CompositeNode::AppendChild method. Adds the specified node to the end of the list of child nodes for this node 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/com...
  4. 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...
  5. NodeCollection.Item | Aspose.Words for .NET

    NodeCollection Item property. Retrieves a node at the given index in C#.... Document doc = new Document (); // Add two runs...the first paragraph of this document. Paragraph paragraph = ( Paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  6. FindReplaceOptions.Direction | Aspose.Words for...

    FindReplaceOptions Direction property. Selects direction for replace. Default value is Forward in C#....find-and-replace operation traverses the document in. public void Direction...findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  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. 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/...
  9. 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...
  10. ParagraphFormat.Alignment | Aspose.Words for .NET

    ParagraphFormat Alignment property. Gets or sets text alignment for the paragraph in C#....paragraph into the document. Document doc = new Document (); DocumentBuilder...Aspose.Words document by hand. Document doc = new Document (); // A...

    reference.aspose.com/words/net/aspose.words/par...