[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: markdown.pdfrender.pas line 333
type TPDFMarkDownBlockRenderer = class(TMarkdownBlockRenderer) |
protected |
function DIP(); |
procedure Indent(); |
procedure Undent(); |
function LayoutData; |
function CreateLayoutItem(); |
function MeasureTextHeight(); |
function MeasureTextWidth(); |
procedure LayoutText(); |
procedure SetCurrentY(); |
function GetCurrentY; |
procedure NewLine; |
procedure ParagraphBreak; |
procedure MaybeStartParagraph; |
public |
property PDFRenderer: TMarkDownPDFRenderer; [r] |
end; |
| | |
| | |
| | |
TObject |