Unit 'markdown.pdfrender' Package
[Overview][Constants][Types][Classes][Index] [#fcl-md]

TLayoutItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: markdown.pdfrender.pas line 60

type TLayoutItem = class

protected

  function GeTARGBColor();

public

  constructor Create();

  property Kind: TLayoutItemKind; [r]

  property X: TPDFFLoat; [rw]

  property Y: TPDFFLoat; [rw]

  property BGColor: TARGBColor; [rw]

  property Color: TARGBColor; [rw]

  property DeltaX: TPDFFloat; [rw]

  property DeltaY: TPDFFloat; [rw]

  property Width: TPDFFloat; [rw]

  property Height: TPDFFloat; [rw]

  property Text: utF8string; [rw]

  property FontSize: LongInt; [rw]

  property FontStyle: TFontStyles; [rw]

  property URL: utF8string; [rw]

  property Context: TFontContext; [rw]

  property PageIndex: Integer; [rw]

  property ImageIndex: Integer; [rw]

end;

Inheritance

TLayoutItem

|

TObject


Documentation generated on: 2026-07-03