#include <nsPaperPS.h>
Public Member Functions | |
| nsPaperSizePS () | |
| --------------------------------------------------- Constructor | |
| PRBool | AtEnd () |
| --------------------------------------------------- | |
| void | First () |
| --------------------------------------------------- Position the cursor at the beginning of the paper size list. | |
| void | Next () |
| --------------------------------------------------- Advance the cursor to the next item. | |
| PRBool | Find (const char *aName) |
| --------------------------------------------------- Point the cursor to the entry with the given paper name. | |
| const char * | Name () |
| --------------------------------------------------- | |
| float | Width_mm () |
| --------------------------------------------------- | |
| float | Height_mm () |
| --------------------------------------------------- | |
| PRBool | IsMetric () |
| --------------------------------------------------- | |
| nsPaperSizePS::nsPaperSizePS | ( | ) | [inline] |
--------------------------------------------------- Constructor
| PRBool nsPaperSizePS::AtEnd | ( | ) | [inline] |
---------------------------------------------------
| PRBool nsPaperSizePS::Find | ( | const char * | aName | ) |
--------------------------------------------------- Point the cursor to the entry with the given paper name.
| void nsPaperSizePS::First | ( | ) | [inline] |
--------------------------------------------------- Position the cursor at the beginning of the paper size list.
| float nsPaperSizePS::Height_mm | ( | ) | [inline] |
---------------------------------------------------
| PRBool nsPaperSizePS::IsMetric | ( | ) | [inline] |
---------------------------------------------------
| const char* nsPaperSizePS::Name | ( | ) | [inline] |
---------------------------------------------------
| void nsPaperSizePS::Next | ( | ) | [inline] |
--------------------------------------------------- Advance the cursor to the next item.
| float nsPaperSizePS::Width_mm | ( | ) | [inline] |
---------------------------------------------------
1.6.1