XlOartVerticalOverflow
XlOartVerticalOverflow
XlOartVerticalOverflow
Enum
Definition
Gibt die vertikale Überlaufeinstellung für einen Textrahmen an. Specifies the vertical overflow setting for a text frame.
public enum class XlOartVerticalOverflow
public enum XlOartVerticalOverflow
Public Enum XlOartVerticalOverflow
- Vererbung
Felder
xlOartVerticalOverflowClip xlOartVerticalOverflowClip xlOartVerticalOverflowClip | 1 | Text, der vertikal nicht in den Textrahmen passt, wird ausgeblendet. Hide text that does not fit vertically within the text frame. |
xlOartVerticalOverflowEllipsis xlOartVerticalOverflowEllipsis xlOartVerticalOverflowEllipsis | 2 | Text, der nicht vertikal in den Textrahmen passt, und ein Auslassungszeichen am Ende des sichtbaren Texts ausgeblendet. Hide text that does not fit vertically within the text frame, and add an ellipsis at the end of the visible text. |
xlOartVerticalOverflowOverflow xlOartVerticalOverflowOverflow xlOartVerticalOverflowOverflow | 0 | Vertikalen Überlauf von Text über den Textrahmen zulassen (kann oben, unten oder an beiden Enden abhängig von der Textausrichtung auftreten). Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text alignment). |