Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 313,790 for

doc

(0.15 sec)
  1. 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#....elements please refer to: https://docs.microsoft.com/en-us/dotnet/...replacement patterns. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  2. MailMerge.UseNonMergeFields | Aspose.Words for ...

    MailMerge UseNonMergeFields property. When true specifies that in addition to MERGEFIELD fields mail merge is performed into some other types of fields and also into fieldName tags in C#....preserveUnusedTags ) { Document doc = CreateSourceDocWithA (); DataTable...MERGEFIELDs and leave them unfilled. doc . MailMerge . PreserveUnusedTags...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Document.clone method | Aspose.Words for Python

    aspose.words.Document.clone method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Hello world...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlSaveOptions.DocumentSplitHeadingLevel | Asp...

    HtmlSaveOptions DocumentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the Document. Default value is 2 in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Every paragraph that we...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Range::UpdateFields method | Asp...

    Aspose::Words::Range::UpdateFields method. Updates the values of Document fields in this range in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words/ran...
  6. MailMerge.RegionStartTag | Aspose.Words for .NET

    MailMerge RegionStartTag property. Gets or sets a mail merge region start tag in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // "TableStart" and "TableEnd"...

    reference.aspose.com/words/net/aspose.words.mai...
  7. MailMerge.UseWholeParagraphAsRegion | Aspose.Wo...

    MailMerge UseWholeParagraphAsRegion property. Gets or sets a value indicating whether whole paragraph with TableStart or TableEnd field or particular range between TableStart and TableEnd fields should be included into mail merge region in C#....useWholeParagraphAsR ) { Document doc = CreateSourceDocWithN (); DataTable...mail merge on this document. doc . MailMerge . UseWholeParagraphAsR...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Aspose::Words::StyleCollection Class Reference ...

    A collection of Style objects that represent both the built-in and user-defined styles in a Document.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Create a custom paragraph...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...API,Java 開發人員只需幾行代碼即可輕鬆製作 PDF、DOC、DOCX、HTML、EPUB 和許多其他格式的文檔。 DOCX...Java 庫允許您以任何受支持的格式(PDF、DOCX、DOC、RTF、ODT、EPUB、HTML 等)以編程方式創建文檔。...

    products.aspose.com/words/zh-hant/java/make/
  10. Bookmark.Remove | Aspose.Words for .NET API 参考

    Bookmark 方法. 从文档中删除书签不删除书签内的文本... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 在边界内插入五个带有文本的书签。 for (...

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