DocBook|Search
Class Reference
%ZEN.Report.Display.line
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Display] >  [line]
Private  Storage  

class %ZEN.Report.Display.line extends childrenNode, tableOutput

This tag renders a linebreak onto the page.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
10 2


Summary

Properties
align blockContainerProperty caption children
class colcount color colspan
composite count crosstabDataGroup crosstabFooterFormatNumber
crosstabFooterGroup crosstabHeaderDataField crosstabHeaderGroup crosstabHeaderMatchField
crosstabRowGroup field foblock group
grouppath hasFooter hasHeader htmlstyle
id ifexpression ifxpath includeBlockContainer
includeColIfExpression includeColIfXPath includeColUnlessExpression includeColUnlessXPath
length lineHeight linefeedTreatment pattern
removeEmpty rowspan selectstylecond selectstylelist
style stylecall styleparamNames styleparams
tag template thickness tooLongText
truncate truncationHeight truncationWidth unlessexpression
width withinSmallmultiple xmlnamespace xmlnamespaceprefix
xpath xslfostyle

Methods
%%OIDGet %AddToSaveSet %ApplyClass %ApplyLevelParameters
%BeginGroup %ClassIsLatestVersion %ClassName %ConstructClone
%DeclareLevelParameters %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawCellFO %DrawCellFO1 %DrawCellToHTML %DrawCellToHTML1
%DrawFooterFO %DrawFooterToHTML %DrawHeaderFO %DrawHeaderToHTML
%DrawSort %DrawStyleToHTML %DrawToHTML %DrawToXSLFO
%EndGroup %EndLevel %Extends %FooterWidth
%GetAbsoluteURL %GetParameter %HeaderWidth %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


Properties

• property align as %ZEN.Datatype.align [ InitialExpression = "left" ];
Possible values are "left", "right", and "center". If a horizontal rule is being drawn, this specifies the alignment of the rule within the page.
• property color as %ZEN.Datatype.color;
If a horizontal rule is being drawn, this specifies the color of the rule.
• property count as %ZEN.Datatype.integer [ InitialExpression = 1 ];
Specifies the number of linebreaks to draw. This is exactly the same as repeating the <line .../> tag.
• property field as %ZEN.Datatype.string(XMLPROJECTION="NONE");
• property group as %ZEN.Datatype.string(XMLPROJECTION="NONE");
• property length as %ZEN.Datatype.length;
If a horizontal rule is being drawn, this specifies the length of the rule.
• property lineHeight as %ZEN.Datatype.length [ InitialExpression = "-1" ];
Specifies the line-height styling property for the line.
• property pattern as %ZEN.Datatype.string(VALUELIST=",empty,solid,dashed");
Possible values are "empty", "solid", and "dashed". An pattern of "empty" specifies a linebreak. The "solid" and "dashed" options also result in a line break, but also add a horizontal rule of the given pattern.
• property removeEmpty as %ZEN.Datatype.boolean(XMLPROJECTION="NONE") [ InitialExpression = 0 ];
• property thickness as %ZEN.Datatype.length [ InitialExpression = "1px" ];
If a horizontal rule is being drawn, this specifies the thickness of the rule.

Methods

• method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
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) as %Status
This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.