Aspose.OMR.Generation.OverflowActions
The Aspose.OMR.Generation.OverflowActions contains behaviours of generated child elements when they overflow parent element
Classes
Class | Description |
---|---|
Clip | Overflowing part will be truncated. By default parent element will take as much space as possible on the page. If that size is not enough - child element will be truncated. |
NoClip | No attemp to control Overflow will be taken. |
OverflowAction | Action to control child element overflowing size of parent element. Pending on realization can produce different results. |
Wrap | Parent element will try to find a place for overflowing child in another parents |