.. _Documents: ================================================ Documents ================================================ Description ----------- A collection of documents. Properties ^^^^^^^^^^ +----------------------------------------------+---------------------------------------+ | :ref:`length` readonly | Number of elements in the collection. | +----------------------------------------------+---------------------------------------+ | :ref:`parent` readonly | The object's container. | +----------------------------------------------+---------------------------------------+ | :ref:`typename` readonly | The class name of the object. | +----------------------------------------------+---------------------------------------+ Methods ^^^^^^^ +------------------------------------------------+-----------------------------------------------------------------+ | :ref:`[]` readonly | Get an element in the collection with the provided index. | +------------------------------------------------+-----------------------------------------------------------------+ | :ref:`getByName` readonly | Get the first element in the collection with the provided name. | +------------------------------------------------+-----------------------------------------------------------------+ Static Methods ^^^^^^^^^^^^^^ +------------------------------------+-------------+ | :ref:`add` readonly | A document. | +------------------------------------+-------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 Documents/parent.rst Documents/typename.rst Documents/length.rst Documents/getByName.rst Documents/[].rst Documents/add.rst