is_external property

CustomPart.is_external property

False if this custom part is stored inside the OOXML package. True if this custom part is an external target.

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

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

Remarks

The default value is False.

See Also