PHP Class PHPePub\Helpers\Rendition\RenditionHelper

http://www.idpf.org/epub/fxl/#property-defs
Author: A. Grandt ([email protected])
Datei anzeigen Open project: grandt/phpepub Class Usage Examples

Public Methods

Method Description
addPrefix ( EPub $book ) Add iBooks prefix to the ePub book
setLayout ( EPub $book, string $value )
setOrientation ( EPub $book, string $value )
setSpread ( EPub $book, string $value )

Method Details

addPrefix() public static method

Add iBooks prefix to the ePub book
public static addPrefix ( EPub $book )
$book PHPePub\Core\EPub

setLayout() public static method

public static setLayout ( EPub $book, string $value )
$book PHPePub\Core\EPub
$value string "reflowable", "pre-paginated"

setOrientation() public static method

public static setOrientation ( EPub $book, string $value )
$book PHPePub\Core\EPub
$value string "landscape", "portrait" or "auto"

setSpread() public static method

public static setSpread ( EPub $book, string $value )
$book PHPePub\Core\EPub
$value string "landscape", "portrait" or "auto"