Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 155,673 for

doc

(0.05 sec)
  1. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. MailMerge.MergeWholeDocument | Aspose.Words for...

    Discover how the MailMerge MergeWholeDocument property updates all fields during a region-based mail merge, enhancing efficiency and accuracy in your Documents....mergeWholeDocument ) { Document doc = CreateSourceDocMerge (); DataTable...name of the data source table. doc . MailMerge . MergeWholeDocument...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Document.endnoteOptions property | Aspose.Words...

    Document.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # The BIDIOUTLINE field numbers...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DefaultFontSubstitutionRule.default_font_name p...

    DefaultFontSubstitutionRule.default_font_name property. Gets or sets the default font name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Arial'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageWatermarkOptions Class | Aspose.Words for ...

    Discover Aspose.Words.ImageWatermarkOptions. Customize your image watermarks effortlessly with versatile options for enhanced Document presentation.... Document doc = new Document (); // Modify...different options to insert image: doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/ima...
  7. Table.clear_borders method | Aspose.Words for P...

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

    reference.aspose.com/words/python-net/aspose.wo...
  8. MailMerge.MailMergeCallback | Aspose.Words for ...

    Optimize your mail merge with the MailMergeCallback property. Effortlessly manage events for seamless Document automation and enhanced efficiency....void Callback () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two mail merge tags...

    reference.aspose.com/words/net/aspose.words.mai...
  9. IMailMergeCallback.TagsReplaced | Aspose.Words ...

    Discover how the IMailMergeCallback TagsReplaced method enhances your Document automation by seamlessly replacing mustache text with MERGEFIELD fields....void Callback () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two mail merge tags...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Aspose::Words::DocumentBase::get_Styles method ...

    Aspose::Words::DocumentBase::get_Styles method. Returns a collection of styles defined in the Document in C++....auto doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...SharedPtr < Style >>> stylesEnum = doc -> get_Styles () -> GetEnumerator...

    reference.aspose.com/words/cpp/aspose.words/doc...