Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 4,384 for

trim document

(0.09 sec)
  1. OdtSaveOptions | Aspose.Words for .NET

    OdtSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Odt format in C#....that can be used to save a document in the Odt format. public...saved document conform to an older ODT schema. Document doc =...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Loading::RtfLoadOptions Class Re...

    Allows to specify additional options when loading Rtf Document into a Document object....options when loading Rtf document into a Document object. Examples Shows...characters while loading an RTF document. // Create an "RtfLoadOptions"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::Loading::RtfLoadOptions Class Re...

    Allows to specify additional options when loading Rtf Document into a Document object....options when loading Rtf document into a Document object. Examples Shows...characters while loading an RTF document. // Create an "RtfLoadOptions"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. ImportFormatOptions.KeepSourceNumbering | Aspos...

    ImportFormatOptions 财产. 获取或设置一个布尔值该值指定编号在源文档和 目标文档中冲突时如何导入 默认值为错误的.... Document srcDoc = new Document ( MyDir + "List...source.docx" ); Document dstDoc = new Document ( MyDir + "List...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. Need space after comma in text - Aspose.Words P...

    We have some code where we have text in column that does not have a space after comma. So when we open the resulting DOCX in MS Word, it shows red squiggly line below(please see attached pacture). Is there any way we ca…... Is there any way we can trim such text so that we introduce...values already are in the document and you cannot process input...

    forum.aspose.com/t/need-space-after-comma-in-te...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreFields method. Gets or sets a boolean value indicating either to ignore text inside fields. The default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...\u0015 " ), doc -> GetText (). Trim ()); See Also Class FindReplaceOptions...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. SpecialChar - Aspose.Words for Java - API Refer...

    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...characters in the document. A Microsoft Word document can include a...

    reference.aspose.com/words/java/com.aspose.word...
  8. fieldchar - Aspose.Words for Java - API Reference

    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...represent field characters in a document. A complete field in a Microsoft...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Section::EnsureMinimum method | ...

    Aspose::Words::Section::EnsureMinimum method. Ensures that the section has Body with one Paragraph in C++....MakeObject < Document > (); // A blank document comes with a...We can add contents to this document by adding elements such as...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. DocumentBuilder.DeleteRow | Aspose.Words for .NET

    DocumentBuilder DeleteRow method. Deletes a row from a table in C#.... Document doc = new Document (); DocumentBuilder...of the first table in the document. builder . DeleteRow ( 0 ...

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