Property | Type | Description | |
---|---|---|---|
$usedFontsSet | [FONT_NAME] => [] Map whose keys contain all the fonts used |
Method | Description | |
---|---|---|
getContentXmlAutomaticStylesSectionContent ( integer $numWorksheets ) : string |
Returns the contents of the " |
|
getContentXmlFontFaceSectionContent ( ) : string |
Returns the contents of the " |
|
getStylesXMLFileContent ( integer $numWorksheets ) : string | Returns the content of the "styles.xml" file, given a list of styles. | |
registerStyle ( |
Registers the given style as a used style. |
Method | Description | |
---|---|---|
getAutomaticStylesSectionContent ( integer $numWorksheets ) : string |
Returns the content of the " |
|
getFontFaceSectionContent ( ) : string |
Returns the content of the " |
|
getMasterStylesSectionContent ( integer $numWorksheets ) : string |
Returns the content of the " |
|
getStyleSectionContent ( |
Returns the contents of the " |
|
getStylesSectionContent ( ) : string |
Returns the content of the " |
|
getUsedFonts ( ) : string[] |
Method | Description | |
---|---|---|
getBackgroundColorXMLContent ( |
Returns the contents of the background color definition for the " |
|
getBorderXMLContent ( |
Returns the contents of the borders definition for the " |
|
getFontSectionContent ( |
Returns the contents of the " |
|
getTableCellPropertiesSectionContent ( |
Returns the contents of the " |
|
getTextPropertiesSectionContent ( |
Returns the contents of the " |
|
getWrapTextXMLContent ( ) : string |
Returns the contents of the wrap text definition for the " |
protected getAutomaticStylesSectionContent ( integer $numWorksheets ) : string | ||
$numWorksheets | integer | Number of worksheets created |
return | string |
public getContentXmlAutomaticStylesSectionContent ( integer $numWorksheets ) : string | ||
$numWorksheets | integer | Number of worksheets created |
return | string |
public getContentXmlFontFaceSectionContent ( ) : string | ||
return | string |
protected getFontFaceSectionContent ( ) : string | ||
return | string |
protected getMasterStylesSectionContent ( integer $numWorksheets ) : string | ||
$numWorksheets | integer | Number of worksheets created |
return | string |
protected getStyleSectionContent ( |
||
$style | ||
return | string |
protected getStylesSectionContent ( ) : string | ||
return | string |
public getStylesXMLFileContent ( integer $numWorksheets ) : string | ||
$numWorksheets | integer | Number of worksheets created |
return | string |
protected getUsedFonts ( ) : string[] | ||
return | string[] | List of used fonts name |
public registerStyle ( |
||
$style | The style to be registered | |
return | The registered style, updated with an internal ID. |