PHP 클래스 PhpOffice\PhpPresentation\Shape\Comment

상속: extends PhpOffice\PhpPresentation\AbstractShape, implements PhpOffice\PhpPresentation\ComparableInterface
파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$author PhpOffice\PhpPresentation\Shape\Comment\Author
$dtComment integer
$text string

공개 메소드들

메소드 설명
__construct ( )
getAuthor ( ) : Author
getDate ( ) : integer
getHeight ( ) : null Comment has not height
getText ( ) : string
getWidth ( ) : null Comment has not width
setAuthor ( Author $author ) : Comment
setDate ( integer $dtComment ) : Comment
setHeight ( integer $pValue ) : self Set Height
setText ( string $text = '' ) : Comment
setWidth ( integer $pValue ) : self Set Width

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAuthor() 공개 메소드

public getAuthor ( ) : Author
리턴 PhpOffice\PhpPresentation\Shape\Comment\Author

getDate() 공개 메소드

public getDate ( ) : integer
리턴 integer

getHeight() 공개 메소드

Comment has not height
public getHeight ( ) : null
리턴 null

getText() 공개 메소드

public getText ( ) : string
리턴 string

getWidth() 공개 메소드

Comment has not width
public getWidth ( ) : null
리턴 null

setAuthor() 공개 메소드

public setAuthor ( Author $author ) : Comment
$author PhpOffice\PhpPresentation\Shape\Comment\Author
리턴 Comment

setDate() 공개 메소드

public setDate ( integer $dtComment ) : Comment
$dtComment integer timestamp of the comment
리턴 Comment

setHeight() 공개 메소드

Set Height
public setHeight ( integer $pValue ) : self
$pValue integer
리턴 self

setText() 공개 메소드

public setText ( string $text = '' ) : Comment
$text string
리턴 Comment

setWidth() 공개 메소드

Set Width
public setWidth ( integer $pValue ) : self
$pValue integer
리턴 self

프로퍼티 상세

$author 보호되어 있는 프로퍼티

protected Author,PhpOffice\PhpPresentation\Shape\Comment $author
리턴 PhpOffice\PhpPresentation\Shape\Comment\Author

$dtComment 보호되어 있는 프로퍼티

protected int $dtComment
리턴 integer

$text 보호되어 있는 프로퍼티

protected string $text
리턴 string