is_path_relative property

FieldRD.is_path_relative property

Gets or sets whether the path is relative to the current document.

@property
def is_path_relative(self) -> bool:
    ...

@is_path_relative.setter
def is_path_relative(self, value: bool):
    ...

See Also