Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.Report.Model.Stylable

abstract class %DeepSee.Report.Model.Stylable extends %DeepSee.Report.Model.Element

Property Inventory

Properties

property class as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS class to apply to this element
Property methods: classDisplayToLogical(), classGet(), classIsValid(), classLogicalToDisplay(), classLogicalToOdbc(), classNormalize(), classSet()
property htmlstyle as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS Style to apply to this element uniquely when generating HTML
Property methods: htmlstyleDisplayToLogical(), htmlstyleGet(), htmlstyleIsValid(), htmlstyleLogicalToDisplay(), htmlstyleLogicalToOdbc(), htmlstyleNormalize(), htmlstyleSet()
property style as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS Style to apply to this element.
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()
property xslfostyle as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS Style to apply to this element uniquely when generating XSLFO
Property methods: xslfostyleDisplayToLogical(), xslfostyleGet(), xslfostyleIsValid(), xslfostyleLogicalToDisplay(), xslfostyleLogicalToOdbc(), xslfostyleNormalize(), xslfostyleSet()

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab