.\" 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.InlineElement" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" HTMLDocument::InlineElement \- Inline elements .SH "SYNOPSIS" .B HTMLDocument::InlineElement< \fI\fP .B > .IP "" -2 = .BI "Emphasis(" "" ")" .IP "" -2 | .BI "StrongEmphasis(" "" ")" .IP "" -2 | .BI "Abbreviation(" "String title" ")" .IP "" -2 | .BI "Citation(" "" ")" .IP "" -2 | .BI "Definition(" "" ")" .IP "" -2 | .BI "ComputerCode(" "" ")" .IP "" -2 | .BI "SampleInput(" "" ")" .IP "" -2 | .BI "SampleOutput(" "" ")" .IP "" -2 | .BI "Variable(" "" ")" .IP "" -2 | .BI "BiggerText(" "" ")" .IP "" -2 | .BI "SmallerText(" "" ")" .IP "" -2 | .BI "Bold(" "" ")" .IP "" -2 | .BI "Italic(" "" ")" .IP "" -2 | .BI "Subscript(" "" ")" .IP "" -2 | .BI "Superscript(" "" ")" .IP "" -2 | .BI "Hyperlink(" "String uri" ")" .IP "" -2 | .BI "InlineQuote(" "String citeuri" ")" .IP "" -2 | .BI "Span(" "String class" ")" .IP "" -2 | .BI "FormLabel(" "" ")" .SH "DESCRIPTION" .PP Non-empty inline elements that can be included within a HTML document. Example open tags of the HTML elements produced are below - see the .UR "http://www.w3.org/TR/HTML4/" HTML specifications .UE for their semantics and uses. .IP "" -2 - \fIEmphasis\fP - \fI\fP .IP "" -2 - \fIStrongEmphasis\fP - \fI\fP .IP "" -2 - \fIAbbreviation("Algebraic Data Type")\fP - \fI\fP .IP "" -2 - \fICitation\fP - \fI\fP .IP "" -2 - \fIDefinition\fP - \fI\fP .IP "" -2 - \fIComputerCode\fP - \fI\fP .IP "" -2 - \fISampleInput\fP - \fI\fP .IP "" -2 - \fISampleOutput\fP - \fI\fP .IP "" -2 - \fIVariable\fP - \fI\fP .IP "" -2 - \fIBiggerText\fP - \fI\fP .IP "" -2 - \fISmallerText\fP - \fI\fP .IP "" -2 - \fIBold\fP - \fI\fP .IP "" -2 - \fIItalic\fP - \fI\fP .IP "" -2 - \fISubscript\fP - \fI\fP .IP "" -2 - \fISuperscript\fP - \fI\fP .IP "" -2 - \fIHyperlink("http://www.example.com/")\fP - \fI\fP .IP "" -2 - \fIInlineQuote("http://www.example.com/")\fP - \fI\fP .IP "" -2 - \fISpan("note")\fP - \fI\fP .IP "" -2 - \fIFormLabel\fP - \fI