Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 157,121 for

doc

(0.08 sec)
  1. Border.shadow property | Aspose.Words for Python

    Border.shadow property. Gets or sets a value indicating whether the border has a shadow.... doc = aw . Document () page_setup = doc . sections...page_setup . borders . shadow = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Paragraph.is_in_cell property | Aspose.Words fo...

    Paragraph.is_in_cell property. True if this paragraph is an immediate child of [Cell](../../../aspose.words.tables/cell/); false otherwise.... doc = aw . Document ( file_name =...spanning two pages.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BorderCollection.distance_from_text property | ...

    BorderCollection.distance_from_text property. Gets or sets distance of the border from text in points.... doc = aw . Document () page_setup = doc . sections...page_setup . borders . shadow = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.line_number_restart_mode property | A...

    PageSetup.line_number_restart_mode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Fill.pattern property | Aspose.Words for Python

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill.... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TabStopCollection.remove_by_index method | Aspo...

    TabStopCollection.remove_by_index method. Removes a tab stop at the specified index from the collection.... doc = aw . Document () tab_stops = doc . first_section...assertEqual ( 1 , tab_stops . count ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Java API to Export MD to DOCM | products.aspose...

    Convert MD to DocM using on premise Java API...is to render the MD file to DOC using Aspose.PDF for Java. This...MD file has been rendered to DOC, the second step is to use Aspose...

    products.aspose.com/total/java/conversion/md-to...
  8. Document.EnsureMinimum | Aspose.Words for .NET

    Learn how to use the EnsureMinimum method to automatically create a section and paragraph in Documents, ensuring complete and organized content....Document doc = new Document (); NodeCollection nodes = doc . GetChildNodes...NodeType ); Assert . AreEqual ( doc , nodes [ 0 ]. ParentNode );...

    reference.aspose.com/words/net/aspose.words/doc...
  9. MailMergeSettings.Clone | Aspose.Words for .NET

    Discover the MailMergeSettings Clone method, effortlessly create a deep copy of your settings for seamless Document automation and enhanced efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  10. Aspose::Words::RevisionGroupCollection class | ...

    Aspose::Words::RevisionGroupCollection class. A collection of RevisionGroup objects that represent revision groups in the Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ( MyDir..."Revisions.docx" ); ASSERT_EQ ( 7 , doc -> get_Revisions () -> get_Groups...

    reference.aspose.com/words/cpp/aspose.words/rev...