Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 30,978 for

doc

(0.05 sec)
  1. 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...
  2. Aspose::Words::Font::get_Size method | Aspose.W...

    Aspose::Words::Font::get_Size method. Gets or sets the font size in points in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Specify font formatting...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. 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...
  4. 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...
  5. CompositeNode.LastChild | Aspose.Words for .NET

    Discover the CompositeNode LastChild property to easily access and manipulate the last child node, enhancing your data structure management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/com...
  6. DocumentProperty.ToByteArray | Aspose.Words for...

    Convert DocumentProperty to a byte array effortlessly with the ToByteArray method. Streamline data handling and enhance your coding efficiency!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.pro...
  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. 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...
  9. CustomXmlPart.DataChecksum | Aspose.Words for .NET

    Discover the CustomXmlPart DataChecksum property, ensuring data integrity with a reliable CRC checksum for your XML content. Enhance your data's reliability!... Document doc = new Document (); StructuredDocumentTa... ( doc , SdtType . RichText , MarkupLevel . Block ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.mar...
  10. FieldBuilder constructor | Aspose.Words for Python

    FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class.... doc = aw . Document () # A convenient...builder = aw . DocumentBuilder ( doc ) builder . write ( ' Hello world...

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