pypif.obj.common.display_item module¶
-
class
pypif.obj.common.display_item.DisplayItem(number=None, title=None, caption=None, tags=None, **kwargs)¶ Bases:
pypif.obj.common.pio.PioRepresentation of a display item (table or figure) in a referenced work.
-
__init__(number=None, title=None, caption=None, tags=None, **kwargs)¶ Constructor.
Parameters: - number – String with the number of the item in the referenced work.
- title – Title of the item.
- caption – Caption associated with the item.
- tags – List of strings or numbers that are tags for this object.
- kwargs – Dictionary of fields that are not supported.
-
caption¶
-
number¶
-
title¶
-