Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Pillar document example
Last updated at 8:48 am UTC on 2 September 2017
| document |
document := PRDocument new
    add: (PRHeader new level: 1;
		add: (PRText content: 'Hello World'));
    add: ((PRParagraph with: (PRText content: 'I am an example.'))
                add: (PRFigure new reference: 'file://aFigure.png')
         )	

Pillar_PRDocument.png
http://esug.org/data/ESUG2015/4%20thursday/1600-1630%20Pilar/Pillar.pdf
Slide 29
Pillar_PRDocumentParser_2015.png


All Pilar document classes

Pillar document object model