captionless_table_of_figures_label property

FieldToc.captionless_table_of_figures_label property

Gets or sets the name of the sequence identifier used when building a table of figures that does not include caption’s label and number.

@property
def captionless_table_of_figures_label(self) -> str:
    ...

@captionless_table_of_figures_label.setter
def captionless_table_of_figures_label(self, value: str):
    ...

See Also