Paragraph
Erzeugt einen Absatz innerhalb eines Textblocks.
Kindelemente
A
, Action
, B
, Br
, Color
, Fontface
, ForAll
, Frame
, HSpace
, I
, Image
, Initial
, Loop
, NoBreak
, Span
, Sub
, Sup
, Switch
, U
, URL
, Value
Elternelemente
Case
, ForAll
, Loop
, Otherwise
, SetVariable
, Td
, Text
, Textblock
, Until
, While
Attribute
allowbreak
(Text, optional)-
(Experimentell) Liste der Zeichen, bei denen ein Umbruch möglich ist. Das Leerzeichen wird nicht automatisch als Umbruchbunkt erkannt, wenn das Attribut angegeben ist.
class
(Text, optional)-
CSS Klasse für diesen Absatz.
color
(Text, optional, CSS Eigenschaft: color)-
Farbe des Absatzes. Muss vorher mit DefineColor definiert worden sein.
fontface
(Text, optional, CSS Eigenschaft: font-family)-
Name der Schriftart. Voreinstellung ist »text« (mit kleinem t).
id
(Text, optional)-
CSS id für diesen Absatz.
language
(optional)-
Name der Sprache für die Silbentrennung.
role
(optional, seit Version 3.5.7)-
Die Rolle für PDF/UA (barrierefreiheit, tagged PDF)
H1
-
Überschrift Ebene 1
P
-
Ein Absatz
textformat
(Text, optional)-
Name des zu benutzenden Textformats. Wird kein Textformat angegeben, nimmt das System das Textformat
text
.
Beispiel
<Textblock>
<Paragraph fontface="Überschrift">
<Value>Hallo Welt</Value>
</Paragraph>
</Textblock>
Siehe auch
Das Kapitel Textformatierung.