PHP 클래스 PhpOffice\PhpPresentation\Tests\TestHelperDOCX

파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$file string Temporary file name

공개 메소드들

메소드 설명
clear ( ) Clear document
deleteDir ( string $dir ) Delete directory
getDocument ( PhpPresentation $phpPresentation, string $writerName ) : XmlDocument Get document content
getFile ( ) : string Get file

메소드 상세

clear() 공개 정적인 메소드

Clear document
public static clear ( )

deleteDir() 공개 정적인 메소드

Delete directory
public static deleteDir ( string $dir )
$dir string

getDocument() 공개 정적인 메소드

Get document content
public static getDocument ( PhpPresentation $phpPresentation, string $writerName ) : XmlDocument
$phpPresentation PhpOffice\PhpPresentation\PhpPresentation
$writerName string
리턴 XmlDocument

getFile() 공개 정적인 메소드

Get file
public static getFile ( ) : string
리턴 string

프로퍼티 상세

$file 보호되어 있는 정적으로 프로퍼티

Temporary file name
protected static string $file
리턴 string