Registriert seit: 5. Jan 2005
Ort: Stadthagen
9.454 Beiträge
Delphi 10 Seattle Enterprise
|
AW: Markup-Parser
18. Apr 2016, 18:03
Also du willst quasi so etwas daraus bekommen:
Code:
[
{
"style": null,
"elements":[
{
"color": null,
"style": [],
"content": "Das ist mein erster Absatz"
}]
},
{
"style": "Normal",
"elements":[
{
"color": null,
"style": [],
"content": "Und hier beginnt mein zweiter Absatz, der das Absatzformat "Normal" hat und der "
},
{
"color": null,
"style": ["Fett"],
"content": "formatierten, "
},
{
"color": "rot",
"style": ["Fett"],
"content": "farbigen"
},
{
"color": null,
"style": [],
"content": " Text darstellen kann."
}]
},
{
"style": null,
"elements":[
{
"color": null,
"style": [],
"content": "Ach ja und das hier ist der dritte Absatz."
}]
}
]
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9 dc 90 9d f0 e9 de 13 da 60)
|
|
Zitat
|