Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Private _hideControlFraming

_hideControlFraming: boolean

Private _hideSaveCancelButtons

_hideSaveCancelButtons: boolean

Private _settings

_settings: Settings

Protected _textAttributes

_textAttributes: TextAttributes

Protected nodeChildDict

nodeChildDict: Object

Accessors

actualHeights

  • get actualHeights(): Array<number>

actualWidths

  • get actualWidths(): Array<number>

actualX

  • get actualX(): number

actualY

  • get actualY(): number

backgroundColor

  • get backgroundColor(): Color

binding

children

containerWidth

  • get containerWidth(): number

height

  • get height(): number

hideControlFraming

  • get hideControlFraming(): boolean

hideSaveCancelButtons

  • get hideSaveCancelButtons(): boolean

id

  • get id(): string

layout

padding

pageChildren

  • get pageChildren(): Page[]

parentContainer

settings

textAttributes

width

  • get width(): number

x

  • get x(): number

y

  • get y(): number

Methods

Protected assignChildren

Protected assignContainerWidth

  • assignContainerWidth(width: number): void

Protected assignParentWidth

  • assignParentWidth(parentWidth: number): void

Protected calcAndAssignContainerWidth

  • calcAndAssignContainerWidth(parentContainer: Container): void

initComponentWith

  • initComponentWith(overrideLayout?: Layout): void

initContainerWith

  • initContainerWith(overrideLayout?: Layout, overideChildren?: Array<Component>): void

Static fromXMLString

  • fromXMLString(xmlString: string): PrintForm

Generated using TypeDoc