WIKINDX API trunk

FORMATS

Table of Contents

Functions

formats()  : void
Set and write the rProps array
italics()  : void
Italics (em or i)
underline()  : void
underline (span text-decoration: line-through)
bold()  : void
bold (strong or b)
strikethrough()  : void
strikethrough (span text-decoration: line-through)
superscript()  : void
superscript (sup)
subscript()  : void
subscript (sup)

Functions

formats()

Set and write the rProps array

formats(string $method[, XMLWriter $xml = NULL ][, string $format = '' ]) : void
Parameters
$method : string
$xml : XMLWriter = NULL

Default NULL

$format : string = ''

Default ''

italics()

Italics (em or i)

italics(XMLWriter $xml) : void
Parameters
$xml : XMLWriter

underline()

underline (span text-decoration: line-through)

underline(XMLWriter $xml) : void
Parameters
$xml : XMLWriter

bold()

bold (strong or b)

bold(XMLWriter $xml) : void
Parameters
$xml : XMLWriter

strikethrough()

strikethrough (span text-decoration: line-through)

strikethrough(XMLWriter $xml) : void
Parameters
$xml : XMLWriter

superscript()

superscript (sup)

superscript(XMLWriter $xml) : void
Parameters
$xml : XMLWriter

subscript()

subscript (sup)

subscript(XMLWriter $xml) : void
Parameters
$xml : XMLWriter

        
On this page

Search results