![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
section | Text section: chapter, section (i.e. sub-divisions of chapter), paragraph, etc..
This is a synonym for the <div id="id">..<b>title</b>..<a name="id"/>.. XHTML construct.
|
abstract | A few lines describing/summarizing the enclosing document contents. |
list | Enumeration, i.e. list if items. Sub-divisions of an enumeration are the items.
This is a synonym for the <ul> <li>.. XHTML construct.
|
table | Table or spreadsheet. Sub-divisions of a table are the table rows and sub-divisions
of the rows are the table cells.
This is a synonym for the <table> <tr> <td>.. XHTML construct.
|
center | Centered piece of text, used to emphasized a statement, insert an image, an equation, etc..
This is a synonym for the <div align="center">.. XHTML construct.
|
margin | Marginal piece of text, e.g. annotations, side notes, etc..
This is a synonym for the <div align="right">.. XHTML construct.
|
figure | A floating-body in the document: figure, table, .. The title and id allows to parametrize the figure. |
name | type | default-value | |
class | name | section | The class specifies the semantic of this piece of text or user defined style. |
style | string | User defined style. |
name | type | |
url | location | External reference to a uniform resource location of the link's contents. It may be another document, an image (JPG, PNG of GIF file), a sound (MP3 or MIDI) or a video (MPEG file). |
id | name | If defined, allows to refer to a fragment of text, defined in a div id. |
target | name | If defined, defines the pop-up window where the document is shown, otherwise the contents replaces this one. |
name | type | |
name | name | Parameter name. |
type | name | Parameter type. |
read | condition | Whether this field is visible or implicit. |
write | condition | Whether this field is editable. |
value | expression | Defines the field value by a dynamic evaluation. |
font-family | string | Font family name |
font-size | number | Font size |
color | color | Font color |
other style | font-weight: bold ; font-style: italic ; text-decoration: underline; | |
text-align | left|right|center|justify | |
text-transform | capitalize|uppercase|lowercase | |
text-decoration | underline|overline|line-through|blink | |
vertical-align | baseline|sub|super|top|text-top|middle|bottom|text-bottom |