Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,404 for

trim document

(0.31 sec)
  1. MailMerge.UnconditionalMergeFieldsAndRegions | ...

    MailMerge UnconditionalMergeFieldsAndRegions property. Gets or sets a value indicating whether merge fields and merge regions are merged regardless of the parent IF fields condition in C#.... Document doc = new Document (); DocumentBuilder...\u0015" , doc . GetText (). Trim ()); See Also class MailMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  2. FieldSeparator.NodeType | Aspose.Words for .NET...

    FieldSeparator 财产. 返回FieldSeparator.... { Document doc = new Document ( MyDir + "Paragraphs...\" { childNode . GetText (). Trim ()} \ "" ); } else { Console...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Cell.NodeType | Aspose.Words for .NET API 参考

    Cell 财产. 返回 节点类型.Cell.... { Document doc = new Document ( MyDir + "Paragraphs...\" { childNode . GetText (). Trim ()} \ "" ); } else { Console...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Row.NodeType | Aspose.Words for .NET API 参考

    Row 财产. 返回 节点类型.Row.... { Document doc = new Document ( MyDir + "Paragraphs...\" { childNode . GetText (). Trim ()} \ "" ); } else { Console...

    reference.aspose.com/words/zh/net/aspose.words....
  5. NodeCollection.Add | Aspose.Words for .NET

    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/net/aspose.words/nod...
  6. Aspose::Words::Body::Body constructor | Aspose....

    Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++....:DocumentBase>& The owner document. Remarks When Body is created...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/bod...
  7. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...paragraph will persist in the document until we accept the delete...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. Aspose::Words::Tables::CellCollection::ToArray ...

    Aspose::Words::Tables::CellCollection::ToArray method. Copies all cells from the collection to a new array of cells 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...
  9. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    FindReplaceOptions UseSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false in C#.... Document doc = new Document (); DocumentBuilder...with substitutions. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Unable to replace content inside block content ...

    hi, we are facing an issue with replacing content inside block content control. here is an example, title: $$placeholder1$$ $$placeholder2$$ $$placeholder3$$ $$placeholder4$$ in the above, entire line is in a content …...Create Document Buidler var document = e.MatchNode.Document as Document;...Document; DocumentBuilder builder = new DocumentBuilder(document);...

    forum.aspose.com/t/unable-to-replace-content-in...