|
OpenPetra
Free Administration Software for Non-Profits
|
definition for current state of printer; useful with the stack More...
Public Member Functions | |
| TPrinterState | Copy () |
| create a copy of this state More... | |
Public Attributes | |
| ePrintingMode | FPrintingMode |
| todoComment More... | |
| Int32 | FCurrentPageNr |
| todoComment More... | |
| Int32 | FCurrentDocumentNr = 1 |
| several documents are printed from one html file with different body elements More... | |
| float | FCurrentXPos |
| todoComment More... | |
| float | FCurrentYPos |
| current y Position on page, in current display unit More... | |
| float | FAnchorXPos |
| other elements can be printed relative to this position More... | |
| float | FAnchorYPos |
| other elements can be printed relative to this position More... | |
| eFont | FCurrentFont |
| todoComment More... | |
| float | FCurrentLineHeight = 1.0f |
| height of line, is multiplied with the height of the font More... | |
| float | FCurrentRelativeFontSize = 0 |
| relative number; 0 is normal size More... | |
| eAlignment | FCurrentAlignment = eAlignment.eLeft |
| todoComment More... | |
| bool | FNoWrap = false |
| avoid wrapping, cut off text if it does not fit More... | |
definition for current state of printer; useful with the stack
|
inline |
create a copy of this state
| float Ict.Common.Printing.TPrinterState.FAnchorXPos |
other elements can be printed relative to this position
| float Ict.Common.Printing.TPrinterState.FAnchorYPos |
other elements can be printed relative to this position
| eAlignment Ict.Common.Printing.TPrinterState.FCurrentAlignment = eAlignment.eLeft |
todoComment
| Int32 Ict.Common.Printing.TPrinterState.FCurrentDocumentNr = 1 |
several documents are printed from one html file with different body elements
| eFont Ict.Common.Printing.TPrinterState.FCurrentFont |
todoComment
| float Ict.Common.Printing.TPrinterState.FCurrentLineHeight = 1.0f |
height of line, is multiplied with the height of the font
| Int32 Ict.Common.Printing.TPrinterState.FCurrentPageNr |
todoComment
| float Ict.Common.Printing.TPrinterState.FCurrentRelativeFontSize = 0 |
relative number; 0 is normal size
| float Ict.Common.Printing.TPrinterState.FCurrentXPos |
todoComment
| float Ict.Common.Printing.TPrinterState.FCurrentYPos |
current y Position on page, in current display unit
| bool Ict.Common.Printing.TPrinterState.FNoWrap = false |
avoid wrapping, cut off text if it does not fit
| ePrintingMode Ict.Common.Printing.TPrinterState.FPrintingMode |
todoComment