Table of Contents

TTMSFNCPDFGraphicsLibLineBreakMode Enumeration

Controls how text that overflows its bounding rectangle is truncated or wrapped.

API unit family: TMSFNCPDFCoreLibBase

Members

Name Description
bmLineBreakModeWordWrap Wrap text at word boundaries.
bmLineBreakModeCharacterWrap Wrap text at character boundaries.
bmLineBreakModeClip Clip text at the bounding rectangle edge without wrapping.
bmLineBreakModeHeadTruncation Truncate the beginning of the text with an ellipsis so the end is visible.
bmLineBreakModeMiddleTruncation Truncate the middle of the text with an ellipsis so both ends are visible.
bmLineBreakModeTailTruncation Truncate the end of the text with an ellipsis so the beginning is visible.
bmLineBreakModeNone Do not apply any line-break or truncation behaviour.