Unit 'fpPDF' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TPDFDictionary

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

Declaration

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;

Inheritance

TPDFDictionary

|

TPDFDocumentObject

|

TPDFObject

|

TObject


Documentation generated on: 2023-03-18