Const
Readonly
Clip: "clip"Note - This is not part of the OOXML spec
Readonly
Ellipsis: "ellipsis"Not OOXML spec - Not support
Readonly
Shrink: "shrink"Shrinks text to fit within the bounding area
Readonly
Visible: "visible"Visible means that the text will attempt to be visible on overflow. It can still be obscured (either z-index, or another blocking element) or fall out of the viewport.
Readonly
Wrap: "wrap"Wrap text to keep within the left right margins but may overflow vertically.
The behavior of the text when it exceeds the size of the bounding box.