PDFMultilineText object

PDFMultilineText is one of the PDF Builder objects, and is derived from PDFVisibleContent. A PDFMultilineText object is used for inserting a multi-line text block into the PDF document.

To view the full hierarchy of the PDF Builder objects, find "pdfobject" in the Browser, right-click the object, and then select "Show Hierarchy” in the pop-up menu.

Notes when working with PDFMultilineText

  • The default Width property for the object is 300 points (pt).

  • Unless being specified, before the object is added into a PDFPage, the height of the object is calculated based on its content and width; after the object is added into a PDFPage, the height is the maximum height available on the first page.

  • If the object is not added into a PDFPage or is removed from the PDFPage, executing GetOverflowPageText on the object always returns null; and executing the IsOverflowPage always returns False.

Properties

PDFMultilineText provides the following properties. In addition, it inherits the properties from its parent, PDFVisibleContent.

PDFMultiLineText property

Datatype

Description

BackColor

PDFColor

Sets the back color of the text in the object.

ClassDefinition

PowerObject

An object of type PowerObject containing information about the class definition of the object or control.

Content

String

Sets the content of the object.

Font

PDFFont

Sets the font of the text in the object.

Layout

PDFTextLayout

Sets the layout of the object.

TextColor

PDFColor

Sets the color of the text in the object.


Events

PDFMultiLineText event

Occurs

Constructor

Immediately before the Open event occurs in the window.

Destructor

Immediately after the Close event occurs in the window.


Functions

PDFMultilineText provides the following functions. In addition, it inherits the functions from its parent, PDFVisibleContent.

PDFMultiLineText function

Datatype returned

Description

ClassName

String

Returns the name assigned to the control.

Clone

PDFText

Clones the current object.

GetContextService

Integer

Creates a reference to a context-specific instance of the specified service.

GetLinkAddress

String

Gets the URL that the current object links to.

GetOverflowPageText

PDFSharedText

Gets the text that overflows beyond the current page. The returned PDFSharedText can only be used in the AddContent function of PDFPage.

GetParent

PowerObject

Returns a reference to the name of the parent object.

IsOverflowPage

Boolean

Returns whether the current object has page overflow.

LinkToObject

Long

Links the current object to the specified object.

PostEvent

Boolean

Adds an event to the end of the message queue for the control.

SetLinkAddress

Long

Sets the URL that the current object links to.

TriggerEvent

Integer

Triggers a specified event in the control and executes the script for the event.

TypeOf

Object

Returns the type of the control.