Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 30,983 for

doc

(0.06 sec)
  1. Table.style property | Aspose.Words for Python

    Table.style property. Gets or sets the table style applied to this table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IFieldMergingCallback Interface | Aspose.Words ...

    Master mail merge with Aspose.Words! Implement the IFieldMergingCallback interface to customize data insertion in merge fields for seamless Document creation....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail...Northwind employees.docx" ); doc . MailMerge . FieldMergingCallback...

    reference.aspose.com/words/net/aspose.words.mai...
  3. ReflectionFormat.transparency property | Aspose...

    ReflectionFormat.transparency property. Gets or sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Document::ExtractPages method | ...

    Aspose::Words::Document::ExtractPages method. Returns the Document object representing specified range of pages in C++.... auto doc = MakeObject < Document > ( MyDir...entities.docx" ); doc = doc -> ExtractPages ( 0 , 2 ); doc -> Save (...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    Effortlessly enhance your Documents with the DocumentBuilder InsertHtml method—seamlessly insert HTML strings for dynamic content integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); const string html = "<p a...

    reference.aspose.com/words/net/aspose.words/doc...
  6. ListCollection.count property | Aspose.Words fo...

    ListCollection.count property. Gets the count of numbered and bulleted lists in the Document.... let doc = new aw . Document (); let lists = doc . lists ;...document . referenceEquals ( doc )). toEqual ( true ); let list...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ListCollection.Count | Aspose.Words for .NET

    Discover the ListCollection Count property to easily retrieve the number of numbered and bulleted lists in your Document, enhancing your content organization....Document doc = new Document (); ListCollection lists = doc . Lists...Lists ; Assert . AreEqual ( doc , lists . Document ); List list...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Style.document property | Aspose.Words for Python

    Style.Document property. Gets the owner Document.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.styles property | Aspose.Words for Python

    Style.styles property. Gets the collection of styles this style belongs to.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Shape.last_paragraph property | Aspose.Words fo...

    Shape.last_paragraph property. Gets the last paragraph in the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

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