Table of Contents

TTMSFNCPDFGraphicsLibHTMLLineBreak Class

An HTML segment subtype that represents a line break element.

API unit family: TMSFNCPDFGraphicsLibHTMLEngine Inherits from: TTMSFNCPDFGraphicsLibHTMLLine

Syntax

TTMSFNCPDFGraphicsLibHTMLLineBreak = class(TTMSFNCPDFGraphicsLibHTMLLine)

Properties

Name Description
BackgroundColor The background highlight color for this text segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
Bitmap The inline image for this segment when HasImage is True. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
BitmapHeight The display height in PDF units of the inline image. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
BitmapWidth The display width in PDF units of the inline image. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
Bullet When True, this segment is rendered as a bullet list item. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
FontName The font family name applied to the text in this segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
FontSize The font size in points for the text in this segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
FontStyle The set of font style flags (bold, italic, underline, strikethrough) applied to this segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
HasImage When True, the segment contains an inline image rather than text. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
IsLine When True, this segment represents a horizontal rule line. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
IsUrl When True, the text in this segment is a hyperlink. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
LineBreak When True, this segment represents a line break in the HTML flow. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
LineColor The color used to draw a horizontal rule when IsLine is True. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
Offset The vertical text offset in PDF units, used for subscript and superscript positioning. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
Subscript When True, the text is rendered as subscript (below the baseline). (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
Superscript When True, the text is rendered as superscript (above the baseline). (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
Text The plain-text content of this segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
TextAlign The horizontal text alignment applied to this segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
TextColor The foreground text color for this segment. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)
URL The hyperlink URL associated with this segment when IsUrl is True. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)

Methods

Name Description
Reset Resets all segment properties to their default values. (inherited from TTMSFNCPDFGraphicsLibHTMLLine)