Sort Score
Result 10 results
Languages All
Labels All
Results 9,511 - 9,520 of 180,188 for

doc

(0.21 sec)
  1. Aspose::Words::Shading::get_BackgroundPatternCo...

    Aspose::Words::Shading::get_BackgroundPatternColor method. Gets or sets the color that's applied to the background of the Shading object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sha...
  2. StructuredDocumentTagRangeStart.Title | Aspose....

    Discover the StructuredDocumentTagRangeStart Title property to define friendly names for structured Document tags, enhancing Document clarity and accessibility.... Document doc = new Document ( MyDir + "Multi-section...StructuredDocumentTa rangeStartTag = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.mar...
  3. MailMergerContext.SetSimpleDataSource | Aspose....

    Enhance your mail merge efficiency with the MailMergerContext SetSimpleDataSource method, streamlining data source setup for seamless execution....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...mailMergerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  4. IStructuredDocumentTag.level property | Aspose....

    IStructuredDocumentTag.level property. Gets the level at which this SDT occurs in the Document tree.... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTagRangeStart.range_end prope...

    StructuredDocumentTagRangeStart.range_end property. Specifies end of range if the [StructuredDocumentTag](../../structuredDocumenttag/) is a ranged structured Document tag... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTagRangeStart.lock_contents p...

    StructuredDocumentTagRangeStart.lock_contents property. When set to ``True``, this property will prohibit a user from editing the contents of this structured Document tag.... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. StructuredDocumentTagRangeStart.title property ...

    StructuredDocumentTagRangeStart.title property. Specifies the friendly name associated with this structured Document tag... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTagRangeStart.level property ...

    StructuredDocumentTagRangeStart.level property. Gets the level at which this structured Document tag range start occurs in the Document tree.... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Lost ParagraphFormat When Split Words in C# - F...

    Hi, I’m trying to split some Words Documents by heading. But the output files seem like losting ParagraphFormat . How can I keep the same formating with the sourced Document. Thanks. Test Info Using SDK: Aspose.Word…...the provided information: var doc = new Document("input.docx");...DocumentSplitHeading = 6 }; doc.Save("output.html", options);...

    forum.aspose.com/t/lost-paragraphformat-when-sp...
  10. FieldToc.insert_hyperlinks property | Aspose.Wo...

    FieldToc.insert_hyperlinks property. Gets or sets whether to make the table of contents entries hyperlinks.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...

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