Enumeration TextOverflow

The behavior of the text when it exceeds the size of the bounding box.

Enumeration Members

Enumeration Members

Clip: "clip"

Note - This is not part of the OOXML spec

Ellipsis: "ellipsis"

Not OOXML spec - Not support

Shrink: "shrink"

Shrinks text to fit within the bounding area

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.

Wrap: "wrap"

Wrap text to keep within the left right margins but may overflow vertically.