최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday

티스토리 뷰

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 keyMaps to property
fillgetFill()
fontgetFont()
bordersgetBorders()
alignmentgetAlignment()
numberformatgetNumberFormat()
protectiongetProtection()

PHPExcel_Style_Fill

Array keyMaps to property
typesetFillType()
rotationsetRotation()
startcolorgetStartColor()
endcolorgetEndColor()
colorgetStartColor()

PHPExcel_Style_Font

Array keyMaps to property
namesetName()
boldsetBold()
italicsetItalic()
underlinesetUnderline()
strikesetStrikethrough()
colorgetColor()
sizesetSize()
superScriptsetSuperScript()
subScriptsetSubScript()

PHPExcel_Style_Borders

Array keyMaps to property
allbordersgetLeft(); getRight(); getTop(); getBottom()
leftgetLeft()
rightgetRight()
topgetTop()
bottomgetBottom()
diagonalgetDiagonal()
verticalgetVertical()
horizontalgetHorizontal()
diagonaldirectionsetDiagonalDirection()
outlinesetOutline()

PHPExcel_Style_Border

Array keyMaps to property
stylesetBorderStyle()
colorgetColor()

PHPExcel_Style_Alignment

Array keyMaps to property
horizontalsetHorizontal()
verticalsetVertical()
rotationsetTextRotation()
wrapsetWrapText()
shrinkToFitsetShrinkToFit()
indentsetIndent()

PHPExcel_Style_NumberFormat

Array keyMaps to property
codesetFormatCode()

PHPExcel_Style_Protection

Array keyMaps to property
lockedsetLocked()
hiddensetHidden()


댓글