Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 4,381 for

trim document

(0.1 sec)
  1. CompositeNode.GetChildNodes | Aspose.Words for ...

    CompositeNode 方法. 返回与指定类型匹配的子节点的实时集合... Document doc = new Document ( MyDir + "Comments...$"\t\" { comment . GetText (). Trim ()} \ ", by {comment.Author}"...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Crop PDF Pages programmatically C#|Aspose.PDF f...

    You may get page properties, such as the width, height, bleed-, crop- and Trimbox using Aspose.PDF for .NET....) selected when the document was printed to PostScript...the media on which the PDF document is displayed or printed. Bleed...

    docs.aspose.com/pdf/net/crop-pages/
  3. Comment.Author | Aspose.Words for .NET

    Comment Author property. Returns or sets the author name for a comment in C#....all of a document’s comments and their replies. Document doc = new...new Document ( MyDir + "Comments.docx" ); NodeCollection comments...

    reference.aspose.com/words/net/aspose.words/com...
  4. Aspose::Words::Node::get_Range method | Aspose....

    Aspose::Words::Node::get_Range method. Returns a Range object that represents the portion of a Document that is contained in this node in C++....represents the portion of a document that is contained in this...range. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Aspose::Words::Revision::get_RevisionType metho...

    Aspose::Words::Revision::get_RevisionType method. Gets the type of this revision 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...
  6. Aspose::Words::Loading::TxtTrailingSpacesOption...

    Aspose::Words::Loading::TxtTrailingSpacesOptions enum. Specifies available options for trailing spaces handling during import from Text file in C++....Description Trim 0 Preserve 1 Examples Shows how to trim whitespace...whitespace when loading plaintext documents. String textDoc = String (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Section.ClearContent | Aspose.Words for .NET AP...

    Section 方法. 清除部分... Document doc = new Document (); DocumentBuilder...world!" , doc . GetText (). Trim ()); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. Node.Range | Aspose.Words for .NET API 参考

    Node 财产. 返回一个 范围表示此节点中包含的文档部分的对象... Document doc = new Document (); DocumentBuilder...\fSection 2." , doc . GetText (). Trim ()); // 通过删除所有节点来完全删除第一部分 //...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. Aspose::Words::Node::get_NextSibling method | A...

    Aspose::Words::Node::get_NextSibling method. Gets the node immediately following this node in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. CompositeNode.FirstChild | Aspose.Words for .NE...

    CompositeNode 财产. 获取节点的第一个子节点... Document doc = new Document ( MyDir + "Paragraphs...contents = node . GetText (). Trim (); Console . WriteLine ( contents...

    reference.aspose.com/words/zh/net/aspose.words/...