%ZEN.Report.Display.container
deprecated class %ZEN.Report.Display.container extends %ZEN.Report.Display.childrenNode, %ZEN.Report.Display.tableOutput
Property Inventory
Method Inventory
Properties
property backgroundImage as %ZEN.Datatype.string;
Property methods: backgroundImageDisplayToLogical(), backgroundImageGet(), backgroundImageIsValid(), backgroundImageLogicalToDisplay(), backgroundImageLogicalToOdbc(), backgroundImageNormalize(), backgroundImageSet()
property backgroundRepeat as %ZEN.Datatype.string;
Property methods: backgroundRepeatDisplayToLogical(), backgroundRepeatGet(), backgroundRepeatIsValid(), backgroundRepeatLogicalToDisplay(), backgroundRepeatLogicalToOdbc(), backgroundRepeatNormalize(), backgroundRepeatSet()
property field as %ZEN.Datatype.string (XMLPROJECTION = "NONE");
Property methods: fieldDisplayToLogical(), fieldGet(), fieldIsValid(), fieldLogicalToDisplay(), fieldLogicalToOdbc(), fieldNormalize(), fieldSet()
property group as %ZEN.Datatype.string (XMLPROJECTION = "NONE");
Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()
property height as %ZEN.Datatype.length;
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightLogicalToOdbc(), heightNormalize(), heightSet()
property position as %ZEN.Datatype.string;
Property methods: positionDisplayToLogical(), positionGet(), positionIsValid(), positionLogicalToDisplay(), positionLogicalToOdbc(), positionNormalize(), positionSet()
property removeEmpty as %ZEN.Datatype.boolean (XMLPROJECTION = "NONE") [ InitialExpression = 0 ];
Property methods: removeEmptyDisplayToLogical(), removeEmptyGet(), removeEmptyIsValid(), removeEmptyLogicalToDisplay(), removeEmptyLogicalToOdbc(), removeEmptyLogicalToXSD(), removeEmptyNormalize(), removeEmptySet(), removeEmptyXSDToLogical()
property width as %ZEN.Datatype.length;
Inherited description: Specifies the width of the element within its containing object (page, table cell, etc.)
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthLogicalToOdbc(), widthNormalize(), widthSet()
property writingMode as %ZEN.Datatype.string (VALUELIST = ",lr-tb,rl-tb,tb-rl,lr,rl,tb,inherit", XMLNAME = "writing-mode");
writing-mode XML attribute.  It has the following possible values.  Note that not all XSL-FO renderers will support all possible values. 
lr-tb Text are written left-to-right and top-to-bottom (normal "alphabetic" text)
rl-tb Text are written right-to-left and top-to-bottom (Arabic and Hebrew text)
tb-rl Text are written top-to-bottom and right-to-left (Chinese and Japanese text)
lr Same as lr-tb
rl Same as rl-tb
tb Same as tb-rl
inherit
lr-tb Text are written left-to-right and top-to-bottom (normal "alphabetic" text)
rl-tb Text are written right-to-left and top-to-bottom (Arabic and Hebrew text)
tb-rl Text are written top-to-bottom and right-to-left (Chinese and Japanese text)
lr Same as lr-tb
rl Same as rl-tb
tb Same as tb-rl
inherit
Property methods: writingModeDisplayToLogical(), writingModeGet(), writingModeIsValid(), writingModeLogicalToDisplay(), writingModeLogicalToOdbc(), writingModeNormalize(), writingModeSet()
Methods
method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, incell As %Boolean = 0) as %Status
Inherited description: This method outputs the necessary stylesheet information for the HTML report.
Every tag should override this method.
method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean = 0) as %Status
Inherited description: This method outputs the necessary stylesheet information for the PDF report.
Every tag should override this method.
Inherited Members
Inherited Properties
- applyLevel
 - blockContainerProperty
 - caption
 - children
 - class
 - colcount
 - colspan
 - composite
 - crosstabDataGroup
 - crosstabFooterDataField
 - crosstabFooterFormatNumber
 - crosstabFooterGroup
 - crosstabHeaderDataField
 - crosstabHeaderGroup
 - crosstabHeaderGroupLabels
 - crosstabHeaderGroupTooLongText
 - crosstabHeaderLabelDataField
 - crosstabHeaderMatchField
 - crosstabRowGroup
 - crosstabTruncationHeight
 - crosstabTruncationWidth
 - foblock
 - grouppath
 - hasFooter
 - hasHeader
 - htmlstyle
 - id
 - ifexpression
 - ifxpath
 - includeBlockContainer
 - includeColIfExpression
 - includeColIfXPath
 - includeColUnlessExpression
 - includeColUnlessXPath
 - level
 - linefeedTreatment
 - rowspan
 - selectstylecond
 - selectstylelist
 - style
 - stylecall
 - styleparamNames
 - styleparams
 - tag
 - template
 - tooLongText
 - truncate
 - truncationHeight
 - truncationWidth
 - unlessexpression
 - withinSmallmultiple
 - xmlnamespace
 - xmlnamespaceprefix
 - xpath
 - xslfostyle
 
Inherited Methods
- %AddToSaveSet()
 - %ApplyClass()
 - %ApplyLevelParameters()
 - %BeginGroup()
 - %BeginGroupNoInc()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DeclareLevelParameters()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %DrawCellFO()
 - %DrawCellFO1()
 - %DrawCellToHTML()
 - %DrawCellToHTML1()
 - %DrawFooterFO()
 - %DrawFooterToAnnotatedXML()
 - %DrawFooterToHTML()
 - %DrawHeaderFO()
 - %DrawHeaderToHTML()
 - %DrawSort()
 - %DrawStyleToHTML()
 - %DrawToAnnotatedXML()
 - %EndGroup()
 - %EndLevel()
 - %Extends()
 - %FooterWidth()
 - %GetAbsoluteURL()
 - %GetParameter()
 - %HeaderWidth()
 - %IncLevel()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OldWidth()
 - %OriginalNamespace()
 - %PackageName()
 - %QuoteValue()
 - %QuoteValueEmbedded()
 - %QuoteValueL10N()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %StyleHTML()
 - %StyleXSLFO()
 - %ValidateObject()
 - %Width()
 - ApplyClass()
 - CSPLinkToFileLink()
 - CountSpaces()
 - DoDocForHTML()
 - GetDocForXSLFO()
 - HTMLStyle()
 - OutputId()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()
 - XSLFOStyle()
 - hasFooterGet()
 - hasHeaderGet()
 - insertAxis()
 - isCSPLink()
 - needsURL()
 - parent()
 - processExclamationPoint()
 - qualify()
 - tagGet()