pdf.layout vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
br tuple
div tupleitems style
hr tuplewidth
p tuplestring style
pb tupleused?
pdf tupleinfo pages fonts
pdf-info tupletitle timestamp producer author creator
pdf-ref tupleobject revision
table tuplerows widths?
table-cell tuplecontents width
table-row tuplecells
text tuplestring style


Generic words
WordStack effect
pdf-render( canvas obj -- remain/f )
pdf-width( canvas obj -- n )


Symbol words
pdf-author
pdf-creator
pdf-producer


Ordinary words
WordStack 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 -- )


Class predicate words
WordStack 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 -- ? )


Files


Children
VocabularySummary
pdf.layout.private