Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 299,946 for

doc

(0.11 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Cannot create StructuredDocumentTag with TOC us...

    keywords for find this issue #TableOfContent #StructedDocumentTag #DocPartObj #InsertTableOfContents #FieldTOC Hello! I am trying to make a table of contents as it is done for the MS Word client. When I do it manually,…...and the resulting output doc: auto doc = MakeObject<Words::Document>();...MakeObject<Words::DocumentBuilder>(doc); builder->InsertTableOfContent(u"\\o...

    forum.aspose.com/t/cannot-create-structureddocu...
  5. 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/...
  6. MailMerge.get_regions_by_name method | Aspose.W...

    MailMerge.get_regions_by_name method. Returns a collection of mail merge regions with the specified name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # "TableStart" and "TableEnd" tags...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BookmarkCollection.Count | Aspose.Words for .NE...

    BookmarkCollection 财产. 返回集合中书签的数量... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 在边界内插入五个带有文本的书签。 for (...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. BookmarkCollection.Clear | Aspose.Words for .NE...

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

    reference.aspose.com/words/zh/net/aspose.words/...
  9. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... doc = aw . Document ( MY_DIR + "Tables..."Tables.docx" ) table = doc . first_section . body . tables [...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FontSubstitutionSettings class | Aspose.Words f...

    aspose.words.fonts.FontSubstitutionSettings class. Specifies font substitution mechanism settings... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...