diff --git a/README.md b/README.md index 159b923..4b3f407 100644 --- a/README.md +++ b/README.md @@ -203,12 +203,12 @@ Unfortunately, Spout does not support all the possible formatting options yet. B Category | Property | API ----------|---------------|--------------------------------------- Font | Bold | `StyleBuilder::setFontBold()` - | Italic | `StyleBuilder::setFontItalic()` - | Underline | `StyleBuilder::setFontUnderline()` - | Strikethrough | `StyleBuilder::setFontStrikethrough()` - | Font name | `StyleBuilder::setFontName('Arial')` - | Font size | `StyleBuilder::setFontSize(14)` - | Font color | `StyleBuilder::setFontColor(Color::BLUE)`
`StyleBuilder::setFontColor(Color::rgb(0, 128, 255))` +  | Italic | `StyleBuilder::setFontItalic()` +  | Underline | `StyleBuilder::setFontUnderline()` +  | Strikethrough | `StyleBuilder::setFontStrikethrough()` +  | Font name | `StyleBuilder::setFontName('Arial')` +  | Font size | `StyleBuilder::setFontSize(14)` +  | Font color | `StyleBuilder::setFontColor(Color::BLUE)`
`StyleBuilder::setFontColor(Color::rgb(0, 128, 255))` Alignment | Wrap text | `StyleBuilder::setShouldWrapText(true|false)` #### New sheet creation