Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,404 for

trim document

(0.14 sec)
  1. RevisionCollection.Count | Aspose.Words for .NE...

    RevisionCollection 财产. 返回集合中的修订数... Document doc = new Document (); DocumentBuilder...revision #1." , doc . GetText (). Trim ()); // 接受删除修订将从段落文本中删除其父节点...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Revision.Author | Aspose.Words for .NET API 参考

    Revision 财产. 获取或设置此修订的作者不能为空字符串或 null.... Document doc = new Document (); DocumentBuilder...revision #1." , doc . GetText (). Trim ()); // 接受删除修订将从段落文本中删除其父节点...

    reference.aspose.com/words/zh/net/aspose.words/...
  3. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....visit the Find and Replace documentation article. Examples: Shows...find-and-replace operation. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  4. Enum TxtLeadingSpacesOptions | Aspose.Words for...

    Aspose.Words.Loading.TxtLeadingSpacesOptions 枚举. 指定在导入期间用于前导空间处理的可用选项Text文件....价值观 姓名 价值 描述 ConvertToIndent 0 Trim 1 Preserve 2 例子 显示在加载纯文本文档时如何修剪空白。...”属性设置为“TxtLeadingSpacesOpti.Trim” // 删除每一行开头的所有空白字符。 loadOptions...

    reference.aspose.com/words/zh/net/aspose.words....
  5. NodeChangingArgs.NewParent | Aspose.Words for ....

    NodeChangingArgs 财产. 获取操作完成后将设置的节点的父节点... { Document doc = new Document (); doc . NodeChangingCallback...( args . Node . GetText (). Trim () != "" ) { Console . WriteLine...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. NodeImporter | Aspose.Words for .NET

    NodeImporter constructor. Initializes a new instance of the NodeImporter class in C#....source document. dstDoc DocumentBase The destination document that...contents of one document to a bookmark in another document. public void...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Node Class | Aspose.Words for .NET

    Aspose.Words.Node class. Base class for all nodes of a Word Document in C#....class for all nodes of a Word document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. public...

    reference.aspose.com/words/net/aspose.words/node/
  8. Aspose::Words::Lists::ListLabel::get_LabelStrin...

    Aspose::Words::Lists::ListLabel::get_LabelString method. Gets a string representation of list label 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.lis...
  9. Search and replace text in HTML document via Java

    Java source code to redact sensitive information in HTML file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and high performance HTML document sensitive redaction information...HTML Files in Java A basic document search and replace text in...

    products.aspose.com/words/java/redaction/html/
  10. DocumentBuilder.MoveTo | Aspose.Words for .NET

    DocumentBuilder MoveTo method. Moves the cursor to an inline node or to the end of a paragraph in C#.... Document doc = new Document (); DocumentBuilder...Writeln ( "Run 1. " ); // The document builder has a cursor, which...

    reference.aspose.com/words/net/aspose.words/doc...