Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 12,908 for

word count

(0.12 sec)
  1. Range.structured_document_tags property | Aspos...

    Range.structured_document_tags property. Returns a [Range.structured_document_tags](./) collection that represents all structured document tags in the range.... words . markup . StructuredDocumentTa...structured_document_tags . count : sdt = structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TaskPane.is_locked property | Aspose.Words for ...

    TaskPane.is_locked property. Specifies whether the task pane is locked to the document in the UI and cannot be closed by the user....the web extension in Microsoft Word via Developer -> Add-ins. doc...web_extension_task_panes . count ) See Also module aspose.words.webextensions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldCollection indexer | Aspose.Words for Python

    FieldCollection indexer. Returns a field at the specified index.... count ) # Below are four ways of removing...assertEqual ( 5 , fields . count ) # 2 - Get the collection to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions.ConvertShapeToOfficeMath | Aspose.W...

    Transform shapes with EquationXML into Office Math objects effortlessly using LoadOptions' ConvertShapeToOfficeMath property for enhanced document clarity.... Count , Is . EqualTo ( 16 )); Assert...NodeType . OfficeMath , true ). Count , Is . EqualTo ( 34 )); } else...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Shape.HasSmartArt | Aspose.Words for .NET

    Discover if your Shape features a SmartArt object with the HasSmartArt property. Unlock creative design possibilities for your projects!...get ; } Examples Shows how to count the number of shapes in a document... true ). Cast < Shape >(). Count ( shape => shape . HasSmartArt...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TableCollection class | Aspose.Words for Python

    aspose.Words.tables.TableCollection class. Provides typed access to a collection of [Table](../table/) nodes...Properties Name Description count Gets the number of nodes in...( 5 , tables [ 0 ] . rows . count ) self . assertEqual ( 4 , tables...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Node.Remove | Aspose.Words for .NET

    Discover the Node Remove method to effortlessly detach nodes from their parent, enhancing your code's efficiency and structure.... Count ( s => s . HasImage ), Is ....shapes . OfType < Shape >(). Count ( s => s . HasImage ), Is ....

    reference.aspose.com/words/net/aspose.words/nod...
  8. ListCollection.Item | Aspose.Words for .NET

    Access ListCollection items effortlessly by index. Simplify your data management and enhance your coding efficiency with this powerful property!...WriteLine ( "Current list count: " + lists . Count ); Console . WriteLine...); Assert . That ( paras . Count ( n => (( Paragraph ) n ). ListFormat...

    reference.aspose.com/words/net/aspose.words.lis...
  9. StructuredDocumentTagCollection.remove_at metho...

    StructuredDocumentTagCollection.remove_at method. Removes a structured document tag at the specified index.... count : sdt = structured_document_tags...structured_document_tags . count ) # Remove the structured document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... words . tables . Row : ... Examples...( 5 , tables [ 0 ] . rows . count ) self . assertEqual ( 4 , tables...

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