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

doc

(0.04 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. 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...
  3. 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...
  4. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add text to the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.InsertStyleSeparator | Aspose.W...

    Enhance your Documents with the DocumentBuilder InsertStyleSeparator method, effortlessly adding style separators for improved formatting and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Each paragraph can only...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DocumentBuilder.insertStyleSeparator method | A...

    DocumentBuilder.insertStyleSeparator method. Inserts style separator into the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Each paragraph can only...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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...
  10. ShapeBase.rotation property | Aspose.Words for ...

    ShapeBase.rotation property. Defines the angle (in degrees) that a shape is rotated... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape with an...

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