show_inserted_content property

show_inserted_content property

Indicates whether to show inserted components in resultant document or not.

Definition:

@property
def show_inserted_content(self):
    ...
@show_inserted_content.setter
def show_inserted_content(self, value):
    ...

See Also