Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 4,385 for

trim document

(0.05 sec)
  1. Aspose::Words::Tables::TableCollection::idx_get...

    Aspose::Words::Tables::TableCollection::idx_get method. Retrieves a Table at the given index in C++....through all tables in the document and print the contents of...cell. auto doc = MakeObject < Document > ( MyDir + u "Tables.docx"...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. ReplacingArgs.Match | Aspose.Words for .NET

    ReplacingArgs Match property. The Match resulting from a single regular expression match during a Replace in C#....ConvertNumbersToHexa () { Document doc = new Document (); DocumentBuilder...0x43E3." , doc . GetText (). Trim ()); Assert . AreEqual ( 4 ...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Aspose::Words::Replacing::FindReplaceDirection ...

    Aspose::Words::Replacing::FindReplaceDirection enum. Specifies direction for replace operations in C++....find-and-replace operation traverses the document in. void Direction ( FindReplaceDirection...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. Run | Aspose.Words for .NET

    Run constructor. Initializes a new instance of the Run class in C#....doc DocumentBase The owner document. Remarks When Run is created...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/net/aspose.words/run...
  5. NodeCollection.Item | Aspose.Words for .NET API 参考

    NodeCollection 财产. 检索给定索引处的节点... Document doc = new Document (); // 将两个运行和一个形状作为子节点添加到该文档的第一段。...$"\t\" { child . GetText (). Trim ()} \ "" ); break ; case NodeType...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. RowCollection.Item | Aspose.Words for .NET API 参考

    RowCollection 财产. 检索一个 排在给定的索引处... Document doc = new Document ( MyDir + "Tables...ToString ( SaveFormat . Text ). Trim (); Console . WriteLine ( $"\t\tContents...

    reference.aspose.com/words/zh/net/aspose.words....
  7. CompositeNode.RemoveAllChildren | Aspose.Words ...

    CompositeNode 方法. 移除当前节点的所有子节点... Document doc = new Document (); // 一个空白文档包含一个部分、一个正文和一个段落。...World!" , doc . GetText (). Trim ()); doc . Save ( ArtifactsDir...

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

    Run 财产. 获取或设置运行的文本... Document doc = new Document (); // 一个空白文档包含一个部分、一个正文和一个段落。...World!" , doc . GetText (). Trim ()); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. FieldOptions.FieldUpdateCultureSource | Aspose....

    FieldOptions 财产. 指定用于格式化字段结果的区域性... Document doc = new Document (); DocumentBuilder...2020" , doc . Range . Text . Trim ()); // 恢复线程的原始文化。 Thread ....

    reference.aspose.com/words/zh/net/aspose.words....
  10. FindReplaceOptions.Direction | Aspose.Words for...

    FindReplaceOptions 财产. 选择替换方向默认值为Forward....findReplaceDirection ) { Document doc = new Document (); DocumentBuilder..."Replacement." , doc . GetText (). Trim ()); switch ( findReplaceDirection...

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