• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

A.37 library(portray_text): Portray text
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(portray_text): Portray text
          • portray_text/1
          • set_portray_text/2
          • set_portray_text/3
          • is_text_code/1
    • Packages
Availability::- use_module(library(portray_text)).(can be autoloaded)
Source[det]set_portray_text(+Key, +Value)
[det]set_portray_text(+Key, ?Old, +New)
Set options for portraying. Defined Keys are:
enabled
Enable/disable portray text
min_length
Only consider for conversion lists of integers that have a length of at least Value. Default is 3.
ellipsis
When converting a list that is longer than Value, display the output as start...end.
ClioPatria (version V3.1.1-51-ga0b30a5)