TMarginingPdfCursor

Adds a margin to Cursor.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TPdfCursorKeeps track of the current rendering position in a PDF document and provides the amount of space left on the current page.
3TDecoratingPdfCursorDecorates Cursor.
4TMarginingPdfCursor

Source

Pdf.Cursor.pas (129)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedT2dFloatingPoint64RectangleMargin

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Cursor: TPdfCursor; Margin: T2dFloatingPoint64Rectangle; OwnsCursor: TBoolean)
InstancepublicCreateSquared(Cursor: TPdfCursor; Margin: TFloatingPoint64; OwnsCursor: TBoolean)
InstancepublicT2dFloatingPoint64PointGetPosition()
InstancepublicSetPosition(Position: T2dFloatingPoint64Point)
InstancepublicToStartOfPage()
InstancepublicNewLine(LineHeight: TFloatingPoint64)
InstancepublicTBooleanIsAtStartOfLine()
InstancepublicIncreaseX(Width: TFloatingPoint64)
InstancepublicIncreaseY(Height: TFloatingPoint64)
InstancepublicTFloatingPoint64WidthToRight()
InstancepublicTFloatingPoint64HeightToBottom()
InstancepublicTBooleanFitsHeight(Height: TFloatingPoint64)
InstancepublicTBooleanReserveHeight(Height: TFloatingPoint64)