(no description)
File Size: | 97 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
StyleMerger:: (4 methods):
merge()
mergeFontStyles()
mergeOtherFontProperties()
mergeCellProperties()
Class: StyleMerger - X-Ref
merge(Style $style, Style $baseStyle) X-Ref |
Merges the current style with the given style, using the given style as a base. This means that: - if current style and base style both have property A set, use current style property's value - if current style has property A set but base style does not, use current style property's value - if base style has property A set but current style does not, use base style property's value. return: Style New style corresponding to the merge of the 2 styles |
mergeFontStyles(Style $styleToUpdate, Style $style, Style $baseStyle) X-Ref |
param: Style $styleToUpdate (passed as reference) |
mergeOtherFontProperties(Style $styleToUpdate, Style $style, Style $baseStyle) X-Ref |
param: Style $styleToUpdate Style to update (passed as reference) |
mergeCellProperties(Style $styleToUpdate, Style $style, Style $baseStyle) X-Ref |
param: Style $styleToUpdate Style to update (passed as reference) |