Provides access to properties of the picture outline, such as its color and width.
(self)
| 82 | |
| 83 | @lazyproperty |
| 84 | def line(self) -> LineFormat: |
| 85 | """Provides access to properties of the picture outline, such as its color and width.""" |
| 86 | return LineFormat(self) |
| 87 | |
| 88 | @property |
| 89 | def ln(self) -> CT_LineProperties | None: |