TPdfCursor

Keeps track of the current rendering position in a PDF document and provides the amount of space left on the current page.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TPdfCursor

Source

Pdf.Cursor.pas (30)

Methods

ScopeVisibilityResultNameDescription
InstancepublicT2dFloatingPoint64PointGetPosition()
InstancepublicSetPosition(Position: T2dFloatingPoint64Point)
InstancepublicToStartOfPage()
InstancepublicNewLine(LineHeight: TFloatingPoint64)
InstancepublicTBooleanIsAtStartOfLine()
InstancepublicIncreaseX(Width: TFloatingPoint64)
InstancepublicIncreaseY(Height: TFloatingPoint64)
InstancepublicTFloatingPoint64WidthToRight()
InstancepublicTFloatingPoint64HeightToBottom()
InstancepublicTBooleanFitsHeight(Height: TFloatingPoint64)
InstancepublicTBooleanReserveHeight(Height: TFloatingPoint64)