.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "HTMLDocument.MediaType" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" HTMLDocument::MediaType \- A display media type .SH "SYNOPSIS" .B HTMLDocument::MediaType< \fI\fP .B > .IP "" -2 = .BI "MTscreen(" "" ")" .IP "" -2 | .BI "MTtty(" "" ")" .IP "" -2 | .BI "MTtv(" "" ")" .IP "" -2 | .BI "MTprojection(" "" ")" .IP "" -2 | .BI "MThandheld(" "" ")" .IP "" -2 | .BI "MTprint(" "" ")" .IP "" -2 | .BI "MTbraille(" "" ")" .IP "" -2 | .BI "MTaural(" "" ")" .IP "" -2 | .BI "MTall(" "" ")" .SH "DESCRIPTION" .PP A display media type. This is used to select appropriate stylesheets for different browsing situations. \fBMTscreen \fP is the usual type for most CSS-supporting browsers. \fBMTprint \fP can be used to provide an alternative layout for printed documents (perhaps hiding navigation bars, etc). \fBMTall \fP applies the styles to all media. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. .SH "RELATED" .PD 0 .PP .B "HTMLDocument.StyleSheet"(3kaya) .PP .B "HTMLDocument.addDocumentStylesheet"(3kaya) .PD 0.4v