Ipelib
|
#include <ipestyle.h>
Public Attributes | |
bool | iDefined |
Vector | iPos |
double | iFontSize |
Color | iColor |
How to show page numbers on the paper.
bool ipe::StyleSheet::PageNumberStyle::iDefined |
Has a PageNumberStyle been defined in the style sheet?
Referenced by ipe::StyleSheet::pageNumberStyle(), ipe::ImlParser::parseStyle(), ipe::StyleSheet::saveAsXml(), and ipe::StyleSheet::StyleSheet().
Vector ipe::StyleSheet::PageNumberStyle::iPos |
Position on the page.
Referenced by ipe::CanvasBase::drawObjects(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().
double ipe::StyleSheet::PageNumberStyle::iFontSize |
Font size.
Referenced by ipe::CanvasBase::drawObjects(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().
Color ipe::StyleSheet::PageNumberStyle::iColor |
Text color.
Referenced by ipe::CanvasBase::drawObjects(), ipe::ImlParser::parseStyle(), and ipe::StyleSheet::saveAsXml().