Skip to main content

%ZEN.Report.Models.Group.Document

class %ZEN.Report.Models.Group.Document extends %Library.RegisteredObject, %XML.Adaptor

Property Inventory

Parameters

parameter XMLNAME = document;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property footerHeight as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "0" ];
Specifies the amount of room available for the contents of the <pagefooter> tag.
Property methods: footerHeightDisplayToLogical(), footerHeightGet(), footerHeightIsValid(), footerHeightLogicalToDisplay(), footerHeightLogicalToOdbc(), footerHeightNormalize(), footerHeightSet()
property headerHeight as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "0" ];
Specifies the amount of room available for the contents of the <pageheader> tag.
Property methods: headerHeightDisplayToLogical(), headerHeightGet(), headerHeightIsValid(), headerHeightLogicalToDisplay(), headerHeightLogicalToOdbc(), headerHeightNormalize(), headerHeightSet()
property height as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "11in" ];
Specifies the height of the document.
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightLogicalToOdbc(), heightNormalize(), heightSet()
property marginBottom as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "1in" ];
Specifies the bottom margin of the document. This does not include the space left for the footer.
Property methods: marginBottomDisplayToLogical(), marginBottomGet(), marginBottomIsValid(), marginBottomLogicalToDisplay(), marginBottomLogicalToOdbc(), marginBottomNormalize(), marginBottomSet()
property marginLeft as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "1.25in" ];
Specifies the left margin width of the document.
Property methods: marginLeftDisplayToLogical(), marginLeftGet(), marginLeftIsValid(), marginLeftLogicalToDisplay(), marginLeftLogicalToOdbc(), marginLeftNormalize(), marginLeftSet()
property marginRight as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "1.25in" ];
Specifies the right margin width of the document.
Property methods: marginRightDisplayToLogical(), marginRightGet(), marginRightIsValid(), marginRightLogicalToDisplay(), marginRightLogicalToOdbc(), marginRightNormalize(), marginRightSet()
property marginTop as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "1in" ];
Specifies the top margin of the document. This does not include the space left for the header.
Property methods: marginTopDisplayToLogical(), marginTopGet(), marginTopIsValid(), marginTopLogicalToDisplay(), marginTopLogicalToOdbc(), marginTopNormalize(), marginTopSet()
property width as %ZEN.Datatype.length (XMLPROJECTION = "attribute") [ InitialExpression = "8.5in" ];
Specifies the width of the document.
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthLogicalToOdbc(), widthNormalize(), widthSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab