\PhpOffice\PhpWord\Writer\RTF\ElementTextBreak

TextBreak element RTF writer

Summary

Methods
Properties
Constants
__construct()
write()
setWithoutP()
No public properties found
No constants found
getStyles()
writeOpening()
writeText()
writeClosing()
writeFontStyle()
$parentWriter
$element
$withoutP
$escaper
N/A
No private methods found
$fontStyle
$paragraphStyle
N/A

Properties

$withoutP

$withoutP : boolean

Without paragraph

Type

boolean

Methods

write()

write() : string

Write element

Returns

string

setWithoutP()

setWithoutP(boolean  $value) 

Set without paragraph.

Parameters

boolean $value

getStyles()

getStyles() 

Get font and paragraph styles.

writeOpening()

writeOpening() : string

Write opening

Returns

string

writeText()

writeText(string  $text) : string

Write text

Parameters

string $text

Returns

string

writeClosing()

writeClosing() : string

Write closing

Returns

string

writeFontStyle()

writeFontStyle() : string

Write font style

Returns

string