is_custom property

is_custom property

Gets or sets a value indicating whether this item is custom (added by the authors of the document).

Definition:

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

See Also