ignore_object_title property

ignore_object_title property

Indicates whether ignore title if object is a property of object.

Remarks

NOTE: This property is now obsolete. Instead, please use JsonLayoutOptions.IgnoreTitle property instead. This property will be removed 6 months later since February 2023. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also