<code>
<code> contains literal code from some formal language such as a programming language. | |||||||
Modul | tagdocs — 22 Documentation Elements | ||||||
Neben global gültigen Attributen |
|
||||||
Verwendet von | |||||||
Kann enthalten | Nur Zeichen | ||||||
Deklaration |
element code { att.global.attributes, attribute lang { data.word }?, text } |
||||||
Beispiel |
<code lang="JAVA"> Size fCheckbox1Size = new Size();
fCheckbox1Size.Height = 500; fCheckbox1Size.Width = 500; xCheckbox1.setSize(fCheckbox1Size); </code> |