diff options
| author | Weston Ganger <[email protected]> | 2019-10-28 16:54:54 -0700 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-10-29 01:23:33 +0100 |
| commit | 2cdaed0178d95c8f0e63ae60c94cfd8bd787e5c6 (patch) | |
| tree | 0090252d831ffd00729c5f4799fc5f0d2aa13700 /docs/header_and_footer_codes.md | |
| parent | 76975a38e56b3cb3d13ed4e2b59afb0d2aaaef0f (diff) | |
| download | caxlsx-2cdaed0178d95c8f0e63ae60c94cfd8bd787e5c6.tar.gz caxlsx-2cdaed0178d95c8f0e63ae60c94cfd8bd787e5c6.zip | |
Add Style Reference
Diffstat (limited to 'docs/header_and_footer_codes.md')
| -rw-r--r-- | docs/header_and_footer_codes.md | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/header_and_footer_codes.md b/docs/header_and_footer_codes.md new file mode 100644 index 00000000..2be4459a --- /dev/null +++ b/docs/header_and_footer_codes.md @@ -0,0 +1,69 @@ +## positioning +&L - code for "left section" + +&C - code for "center section". + +&R - code for "right section". + +(there are three header / footer locations, "left", "center", and "right"). When two or +more occurrences of a section marker exist, the contents from all identical markers are concatenated, in the order of +appearance, and placed into the section section. + +## font styles + +&font size - code for "text font size", where font size is a font size in points. + +&K - code for "text font color" + - RGB Color is specified as RRGGBB + - Theme Color is specified as TTSNN where TT is the theme color Id, S is either "+" or "-" of the tint/shade value, NN is the tint/shade value. + +&"font name,font type" - code for "text font name" and "text font type" where font name and font type + are strings specifying the name and type of the font, separated by a comma. When a hyphen appears +in font name it means none specified. Both of font name and font type can be localized values. +Although ISO/IEC 14496-22 permits commas in font family/subfamily/full names, name and font type +, the lexically first comma in the font name is the one recognized as the separating comma. + +&"-,Bold" - code for "bold font style" + +&B - also means "bold font style". + +&"-,Regular" - code for "regular font style" + +&"-,Italic" - code for "italic font style" +&I - also means "italic font style" + +&"-,Bold Italic" code for "bold italic font style" + +&S - code for "text strikethrough" on / off +&X - code for "text super script" on / off +&Y - code for "text subscript" on / off + + +## Workbook info and page numbering + +&P - code for "current page #" + +&N - code for "total pages" + +&D - code for "date" + +&T - code for "time" + +&G - code for "picture as background" + +&U - code for "text single underline" + +&E - code for "double underline" + +&Z - code for "this workbook's file path" + +&F - code for "this workbook's file name" + +&A - code for "sheet tab name" + +&+ - code for add to page #. + +&- - code for subtract from page #. + +&O - code for "outline style" +&H - code for "shadow style" |
