class %ZEN.Report.Display.container
extends childrenNode, tableOutput
property backgroundImage
as %ZEN.Datatype.string;
property backgroundRepeat
as %ZEN.Datatype.string;
property field
as %ZEN.Datatype.string(XMLPROJECTION="NONE");
property group
as %ZEN.Datatype.string(XMLPROJECTION="NONE");
property height
as %ZEN.Datatype.length;
property position
as %ZEN.Datatype.string;
property removeEmpty
as %ZEN.Datatype.boolean(XMLPROJECTION="NONE") [ InitialExpression = 0 ];
property width
as %ZEN.Datatype.length;
Specifies the width of the element within its containing object (page, table cell, etc.)
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