Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 4,401 for

trim document

(0.07 sec)
  1. FieldGreetingLine.NameFormat | Aspose.Words for...

    FieldGreetingLine NameFormat property. Gets or sets the format of the name included in the field in C#.... Document doc = new Document (); DocumentBuilder...Words!" , doc . GetText (). Trim ()); See Also class FieldGreetingLine...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Compare Doc file in C# mvc web application - Fr...

    Hi All, I am using aspose version 22.10 for the Document ,the paragraph contain text and hyperlink text modification working as expected but hyperlink modification its not getting modification URL content below is …...10 for the document ,the paragraph contain text...code for testing: Document original = new Document(@"C:\Temp\Source1...

    forum.aspose.com/t/compare-doc-file-in-c-mvc-we...
  3. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...-> Save ( ArtifactsDir + u "Document.TableStyleToDirectFo.docx"...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. FieldGreetingLine.AlternateText | Aspose.Words ...

    FieldGreetingLine AlternateText property. Gets or sets the text to include in the field if the name is blank in C#.... Document doc = new Document (); DocumentBuilder...Words!" , doc . GetText (). Trim ()); See Also class FieldGreetingLine...

    reference.aspose.com/words/net/aspose.words.fie...
  5. SectionStart Enum | Aspose.Words for .NET

    Aspose.Words.SectionStart enum. The type of break at the beginning of the section in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/sec...
  6. Aspose::Words::PageSetup::get_PaperSize method ...

    Aspose::Words::PageSetup::get_PaperSize method. Returns or sets the paper size in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...sizes. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...sizes. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pap...
  8. Replace | Aspose.Note for .NET API 参考

    将此实例中出现的所有指定 Unicode 字符替换为另一个指定的 Unicode 字符... Document oneFile = new Document ( dataDir + "Aspose...将模板文档加载到 Aspose.Note。 var d = new Document ( Path . Combine ( dataDir...

    reference.aspose.com/note/zh/net/aspose.note/ri...
  9. fieldmergefield - Aspose.Words for Java - API R...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...mail merge main document. When the main document is merged with...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extraction issue 6 - Aspose.Words Product Famil...

    Dear team, we are facing image extraction issue in below Document please find source code and input, output files Source code : class ImageExtractor extends DocumentVisitor { public ImageExtractor(String targetFo…...extraction issue in below document please find source code and...ImageExtractor(String targetFolder, Document doc) { mTargetFolder = targetFolder;...

    forum.aspose.com/t/extraction-issue-6/247226