Parents: |
Class | Superclass | Slots |
br | tuple | |
div | tuple | items style |
hr | tuple | width |
p | tuple | string style |
pb | tuple | used? |
tuple | info pages fonts | |
pdf-info | tuple | title timestamp producer author creator |
pdf-ref | tuple | object revision |
table | tuple | rows widths? |
table-cell | tuple | contents width |
table-row | tuple | cells |
text | tuple | string style |
Word | Stack effect |
pdf-render | ( canvas obj -- remain/f ) |
pdf-width | ( canvas obj -- n ) |
pdf-author |
pdf-creator |
pdf-producer |
Word | Stack effect |
<br> | ( -- br ) |
<div> | ( items style -- div ) |
<hr> | ( width -- hr ) |
<p> | ( string style -- p ) |
<pb> | ( -- pb ) |
<pdf-info> | ( -- pdf-info ) |
<pdf-ref> | ( object revision -- pdf-ref ) |
<pdf> | ( -- pdf ) |
<table-cell> | ( contents -- table-cell ) |
<table-row> | ( cells -- table-row ) |
<table> | ( rows -- table ) |
<text> | ( string style -- text ) |
col-widths | ( canvas cells -- widths ) |
max-col-widths | ( canvas rows -- widths ) |
objects>pdf | ( objects -- str ) |
pages>objects | ( pdf -- objects ) |
pdf-catalog | ( -- str ) |
pdf-layout | ( seq -- pages ) |
pdf-object | ( str n -- str' ) |
pdf-page | ( n -- page ) |
pdf-pages | ( n -- str ) |
pdf-stream | ( str -- str' ) |
pdf-trailer | ( objects -- str ) |
pdf>string | ( seq -- pdf ) |
set-col-widths | ( canvas rows -- ) |
table-cell-padding | ( -- value ) |
write-pdf | ( seq -- ) |
Word | Stack effect |
br? | ( object -- ? ) |
div? | ( object -- ? ) |
hr? | ( object -- ? ) |
p? | ( object -- ? ) |
pb? | ( object -- ? ) |
pdf-info? | ( object -- ? ) |
pdf-ref? | ( object -- ? ) |
pdf? | ( object -- ? ) |
table-cell? | ( object -- ? ) |
table-row? | ( object -- ? ) |
table? | ( object -- ? ) |
text? | ( object -- ? ) |