Ipelib
|
#include <ipestyle.h>
Public Attributes | |
bool | iDefined |
Vector | iPos |
Attribute | iSize |
Attribute | iColor |
THorizontalAlignment | iHorizontalAlignment |
TVerticalAlignment | iVerticalAlignment |
Style of the title on a page.
bool ipe::StyleSheet::TitleStyle::iDefined |
Has a TitleStyle been defined in the style sheet?
Referenced by ipe::ImlParser::parseStyle(), ipe::StyleSheet::saveAsXml(), ipe::StyleSheet::StyleSheet(), and ipe::StyleSheet::titleStyle().
Vector ipe::StyleSheet::TitleStyle::iPos |
Position on the page (in Ipe coordinate system)
Referenced by ipe::Page::applyTitleStyle(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().
Attribute ipe::StyleSheet::TitleStyle::iSize |
Text size.
Referenced by ipe::Page::applyTitleStyle(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().
Attribute ipe::StyleSheet::TitleStyle::iColor |
Text color.
Referenced by ipe::Page::applyTitleStyle(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().
THorizontalAlignment ipe::StyleSheet::TitleStyle::iHorizontalAlignment |
Horizontal alignment.
Referenced by ipe::Page::applyTitleStyle(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().
TVerticalAlignment ipe::StyleSheet::TitleStyle::iVerticalAlignment |
Vertical alignment.
Referenced by ipe::Page::applyTitleStyle(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().