DocBook|Search
Class Reference
%DeepSee.Report.Model.Document
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Report] >  [Model] >  [Document]
Private  Storage  

class %DeepSee.Report.Model.Document extends %RegisteredObject, %XML.Adaptor

This class is used by the DeepSee Report Generator.
It represents a document element within a report display

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 8


Summary

Properties
footerHeight headerHeight height marginBottom marginLeft
marginRight marginTop width

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter XMLNAME = "document";
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 headerHeight as %ZEN.Datatype.length(XMLPROJECTION="attribute") [ InitialExpression = "0" ];
Specifies the amount of room available for the contents of the <pageheader> tag.
• property height as %ZEN.Datatype.length(XMLPROJECTION="attribute") [ InitialExpression = "11in" ];
Specifies the height of the document.
• 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 marginLeft as %ZEN.Datatype.length(XMLPROJECTION="attribute") [ InitialExpression = "1.25in" ];
Specifies the left margin width of the document.
• property marginRight as %ZEN.Datatype.length(XMLPROJECTION="attribute") [ InitialExpression = "1.25in" ];
Specifies the right margin width of the document.
• 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 width as %ZEN.Datatype.length(XMLPROJECTION="attribute") [ InitialExpression = "8.5in" ];
Specifies the width of the document.