THotPDF.SetLoadedOutlineStyle Method

Sets the font style of a loaded PDF bookmark (outline) entry, allowing independent control of bold and italic attributes

Declaration

procedure SetLoadedOutlineStyle(Index: Integer; ABold, AItalic: boolean);

Unit

HPDFDoc

Parameters

NamePurpose
IndexZero-based index of the outline entry (flattened sequence)
ABoldTrue 时书签文本以粗体显示
AItalicTrue 时书签文本以斜体显示

Usage notes

Related APIs