AlignmentInterface
in
Pdf page text alignment interface
Tags
Table of Contents
Methods
- getAlignment() : string
- Get character wrap boundary
- getLeading() : int
- Get the leading
- getLeftX() : int
- Get left X
- getRightX() : int
- Get left X
- hasLeading() : bool
- Has leading
- hasLeftX() : bool
- Has left X
- hasRightX() : bool
- Has right X
- isLeft() : bool
- Is LEFT alignment
- isRight() : bool
- Is RIGHT alignment
- setAlignment() : AlignmentInterface
- Set alignment
- setLeading() : AlignmentInterface
- Set the leading
- setLeftX() : AlignmentInterface
- Set the left X boundary
- setRightX() : AlignmentInterface
- Set the right X boundary
Methods
getAlignment()
Get character wrap boundary
public
getAlignment() : string
Return values
stringgetLeading()
Get the leading
public
getLeading() : int
Return values
intgetLeftX()
Get left X
public
getLeftX() : int
Return values
intgetRightX()
Get left X
public
getRightX() : int
Return values
inthasLeading()
Has leading
public
hasLeading() : bool
Return values
boolhasLeftX()
Has left X
public
hasLeftX() : bool
Return values
boolhasRightX()
Has right X
public
hasRightX() : bool
Return values
boolisLeft()
Is LEFT alignment
public
isLeft() : bool
Return values
boolisRight()
Is RIGHT alignment
public
isRight() : bool
Return values
boolsetAlignment()
Set alignment
public
setAlignment(string $alignment) : AlignmentInterface
Parameters
- $alignment : string
Return values
AlignmentInterfacesetLeading()
Set the leading
public
setLeading(int $leading) : AlignmentInterface
Parameters
- $leading : int
Return values
AlignmentInterfacesetLeftX()
Set the left X boundary
public
setLeftX(int $x) : AlignmentInterface
Parameters
- $x : int
Return values
AlignmentInterfacesetRightX()
Set the right X boundary
public
setRightX(int $x) : AlignmentInterface
Parameters
- $x : int