Unit 'HTMLSubs' Package
[Overview][Types][Classes][Variables][Index] [#pl_htmlviewer]

THtmlNode

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

Declaration

Source position: HTMLSubs.pas line 234

type THtmlNode = class(TIDObject)

protected

  FPositioning: ThtBoxPositionStyle;

  

  FPositions: ThtRectIntegers;

  

  FFloating: ThtAlignmentStyle;

  

  FClearing: ThtClearStyle;

  

  FIndent: Integer;

  

  procedure GetVMarginArray();

  

  function TryGetClear(); virtual;

  

  function CalcDisplayExtern; virtual;

  

  function CalcDisplayIntern; virtual;

  

  function FindAttribute(); overload;

  

  function IsCopy; virtual;

  

  property ContainingBlock: TBlock; [r]

  

  property ContainingBox: TRect; [r]

  

public

  constructor Create();

  

  constructor CreateCopy(); virtual;

  

  destructor Destroy; override;

  

  function IsInFlow;

  

  function IndexOf(); virtual;

  

  procedure AfterConstruction; override;

  

  property Symbol: TElemSymb; [r]

  

  property OwnerBlock: TBlock; [r]

  

  property OwnerCell: TCellBasic; [rw]

  

  property Document: ThtDocument; [r]

  

  property Display: ThtDisplayStyle; [rw]

  

  property EmSize: Integer; [rw]

  

  property ExSize: Integer; [rw]

  

  property AttributeValue []: ThtString; [r]

  

  property PropertyValue []: Variant; [r]

  

end;

Inheritance

THtmlNode

  

|

TIDObject

  

|

TObject



CT Web help

CodeTyphon Studio