LayoutDefinition Methods TIBCO Spotfire 7.11 API Reference

The LayoutDefinition type exposes the following members.

Methods

  Name Description
Public method Add(Visual)
Public method Add(Visual, Single)
Public method BeginSideBySideSection
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section should be ended by calling EndSection.
Public method BeginSideBySideSection(Single)
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section should be ended by calling EndSection.
Public method BeginStackedSection
Creates a stacked (horizontal) section that will be used for subsequent calls to Add(Visual) or Add(Visual, Single). The section should be closed by calling EndSection.
Public method BeginStackedSection(Single)
Creates a stacked (horizontal) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section should be closed by calling EndSection.
Public method EndSection
Ends the current section. All sections must be ended.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
See Also

Reference