#include <FB2Style.h>
| Public Member Functions | |
| FB2BlockFormat () | |
| Public Attributes | |
| uint8_t | annotation | 
| uint8_t | cite | 
| uint8_t | epigraph | 
| bool | headerRow | 
| bool | p | 
| uint8_t | poem | 
| bool | stanza | 
| bool | subtitle | 
| bool | table | 
| bool | textAuthor | 
| bool | title | 
| bool | v | 
| uint8_t | headingLevel | 
| std::string | lang | 
| libebook::FB2BlockFormat::FB2BlockFormat | ( | ) | 
| uint8_t libebook::FB2BlockFormat::annotation | 
| uint8_t libebook::FB2BlockFormat::cite | 
| uint8_t libebook::FB2BlockFormat::epigraph | 
Referenced by libebook::makePropertyList().
| bool libebook::FB2BlockFormat::headerRow | 
| uint8_t libebook::FB2BlockFormat::headingLevel | 
| std::string libebook::FB2BlockFormat::lang | 
| bool libebook::FB2BlockFormat::p | 
Referenced by libebook::FB2PContext::makeBlockFormat(), and libebook::makePropertyList().
| uint8_t libebook::FB2BlockFormat::poem | 
| bool libebook::FB2BlockFormat::stanza | 
Referenced by libebook::FB2StanzaContext::FB2StanzaContext().
| bool libebook::FB2BlockFormat::subtitle | 
Referenced by libebook::FB2SubtitleContext::makeBlockFormat(), and libebook::makePropertyList().
| bool libebook::FB2BlockFormat::table | 
| bool libebook::FB2BlockFormat::textAuthor | 
Referenced by libebook::FB2TextAuthorContext::makeBlockFormat(), and libebook::makePropertyList().
| bool libebook::FB2BlockFormat::title | 
Referenced by libebook::FB2TitleContext::FB2TitleContext(), and libebook::makePropertyList().
| bool libebook::FB2BlockFormat::v | 
Referenced by libebook::FB2VContext::makeBlockFormat().