Did you know ...
Search Documentation:
table-rules
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
Documentation
Reference manual
Packages
XPCE
Classes
class table
Instance variables
table-area
table-cell_padding
table-cell_spacing
table-changed
table-columns
table-current
table-frame
table-rows
table-rules
table <- rules:
{none,groups,rows,cols,all}
Rules painted around cells:
none
Do not paint any lines around the cells
groups
Draw a line below/right of each
table
<-
column
or
table
<-
row
that has
table_slice
->
end_group
.
rows
Draw a line between each row.
cols
Draw a line between each column
all
Put each cell in a box.
Note that
table
->
frame
controlls the lines around the entire
table
object.