[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppdf.pp line 618
type TPDFDictionary = class(TPDFDocumentObject) |
protected |
procedure AddElement(); |
procedure AddName(); |
procedure AddInteger(); |
procedure AddReference(); |
procedure AddString(); |
function IndexOfKey(); |
procedure Write(); override; |
procedure WriteDictionary(); |
public |
constructor Create(); override; |
destructor Destroy; override; |
function LastElement; |
function LastValue; |
function FindElement(); |
function FindValue(); |
function ElementByName(); |
function ValueByName(); |
property Elements []: TPDFDictionaryItem; [r] |
property Values []: TPDFObject; [r] |
property ElementCount: Integer; [r] |
end; |
| |
| |
| |
TObject |