티스토리 뷰
Appendices (Appendix)
URL : https://github.com/PHPOffice/PHPExcel/blob/develop/Documentation/markdown/Overview/11-Appendices.md
크레딧
업데이트된 크레딧 인터넷 페이지는 http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home 을 참조하십시오.
스타일 applyFromArray()메서드에 유효한 배열의 키
다음 표는 PHPExcel_Style_applyFromArray() 클래스에서 유효한 배열의 키를 나열한 것입니다.
만일 "Maps to property"열은 setter에 해당 키에 대해 제공되는 값을 직접 적용할 키를 매핑합니다.
"Maps to property" 열은 getter에 키를 매핑하고 있는 경우, 해당 키에 대해 제공되는 값은 다른 스타일의 배열로 적용 됩니다.
PHPExcel_Style
그림참조
영어원문
Credits
Please refer to the internet page http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home for up-to-date credits.
Valid array keys for style applyFromArray()
The following table lists the valid array keys for PHPExcel_Style applyFromArray() classes. If the "Maps to property" column maps a key to a setter, the value provided for that key will be applied directly. If the "Maps to property" column maps a key to a getter, the value provided for that key will be applied as another style array.
PHPExcel_Style
Array key | Maps to property |
---|---|
fill | getFill() |
font | getFont() |
borders | getBorders() |
alignment | getAlignment() |
numberformat | getNumberFormat() |
protection | getProtection() |
PHPExcel_Style_Fill
Array key | Maps to property |
---|---|
type | setFillType() |
rotation | setRotation() |
startcolor | getStartColor() |
endcolor | getEndColor() |
color | getStartColor() |
PHPExcel_Style_Font
Array key | Maps to property |
---|---|
name | setName() |
bold | setBold() |
italic | setItalic() |
underline | setUnderline() |
strike | setStrikethrough() |
color | getColor() |
size | setSize() |
superScript | setSuperScript() |
subScript | setSubScript() |
PHPExcel_Style_Borders
Array key | Maps to property |
---|---|
allborders | getLeft(); getRight(); getTop(); getBottom() |
left | getLeft() |
right | getRight() |
top | getTop() |
bottom | getBottom() |
diagonal | getDiagonal() |
vertical | getVertical() |
horizontal | getHorizontal() |
diagonaldirection | setDiagonalDirection() |
outline | setOutline() |
PHPExcel_Style_Border
Array key | Maps to property |
---|---|
style | setBorderStyle() |
color | getColor() |
PHPExcel_Style_Alignment
Array key | Maps to property |
---|---|
horizontal | setHorizontal() |
vertical | setVertical() |
rotation | setTextRotation() |
wrap | setWrapText() |
shrinkToFit | setShrinkToFit() |
indent | setIndent() |
PHPExcel_Style_NumberFormat
Array key | Maps to property |
---|---|
code | setFormatCode() |
PHPExcel_Style_Protection
Array key | Maps to property |
---|---|
locked | setLocked() |
hidden | setHidden() |
'■ 백엔드 ■ > PHP' 카테고리의 다른 글
직접실습하기 : 02.쓰기 (다시 수정한 뒤 저장하기) (0) | 2014.04.17 |
---|---|
직접 실습하기 01.엑셀파일 읽기 (0) | 2014.04.17 |
Developer Documentation : 10.읽기 쓰기 (준비중) (0) | 2014.04.17 |
Developer Documentation : 09.계산 엔진 (0) | 2014.04.17 |
Developer Documentation : 08.레시피 (준비중) (0) | 2014.04.17 |