.. _PathItems: ================================================ PathItems ================================================ Description ----------- The collection of path item objects in the document. 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 | Creates a new path item. | +------------------------------------+--------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 PathItems/parent.rst PathItems/typename.rst PathItems/length.rst PathItems/getByName.rst PathItems/[].rst PathItems/add.rst