#include <pdfprint.h>
◆ wxPdfPrintData() [1/5]
| wxPdfPrintData::wxPdfPrintData |
( |
| ) |
|
◆ wxPdfPrintData() [2/5]
◆ wxPdfPrintData() [3/5]
| wxPdfPrintData::wxPdfPrintData |
( |
wxPrintData * |
printData | ) |
|
◆ wxPdfPrintData() [4/5]
| wxPdfPrintData::wxPdfPrintData |
( |
wxPrintDialogData * |
printDialogData | ) |
|
◆ wxPdfPrintData() [5/5]
| wxPdfPrintData::wxPdfPrintData |
( |
wxPageSetupDialogData * |
pageSetupDialogData | ) |
|
◆ ClearDocumentProtection()
| void wxPdfPrintData::ClearDocumentProtection |
( |
| ) |
|
◆ CreatePrintData()
| wxPrintData * wxPdfPrintData::CreatePrintData |
( |
| ) |
const |
◆ GetDocumentAuthor()
| const wxString & wxPdfPrintData::GetDocumentAuthor |
( |
| ) |
const |
|
inline |
◆ GetDocumentCreator()
| const wxString & wxPdfPrintData::GetDocumentCreator |
( |
| ) |
const |
|
inline |
◆ GetDocumentKeywords()
| const wxString & wxPdfPrintData::GetDocumentKeywords |
( |
| ) |
const |
|
inline |
◆ GetDocumentSubject()
| const wxString & wxPdfPrintData::GetDocumentSubject |
( |
| ) |
const |
|
inline |
◆ GetDocumentTitle()
| const wxString & wxPdfPrintData::GetDocumentTitle |
( |
| ) |
const |
|
inline |
◆ GetEncryptionMethod()
◆ GetFilename()
| wxString wxPdfPrintData::GetFilename |
( |
| ) |
const |
|
inline |
◆ GetFromPage()
| int wxPdfPrintData::GetFromPage |
( |
| ) |
const |
|
inline |
◆ GetKeyLength()
| int wxPdfPrintData::GetKeyLength |
( |
| ) |
const |
|
inline |
◆ GetLaunchDocumentViewer()
| bool wxPdfPrintData::GetLaunchDocumentViewer |
( |
| ) |
const |
|
inline |
◆ GetMaxPage()
| int wxPdfPrintData::GetMaxPage |
( |
| ) |
const |
|
inline |
◆ GetMinPage()
| int wxPdfPrintData::GetMinPage |
( |
| ) |
const |
|
inline |
◆ GetOrientation()
| int wxPdfPrintData::GetOrientation |
( |
| ) |
const |
|
inline |
◆ GetOwnerPassword()
| const wxString & wxPdfPrintData::GetOwnerPassword |
( |
| ) |
const |
|
inline |
◆ GetPaperId()
| wxPaperSize wxPdfPrintData::GetPaperId |
( |
| ) |
const |
|
inline |
◆ GetPermissions()
| int wxPdfPrintData::GetPermissions |
( |
| ) |
const |
|
inline |
◆ GetPrintDialogFlags()
| int wxPdfPrintData::GetPrintDialogFlags |
( |
| ) |
const |
|
inline |
◆ GetPrintResolution()
| int wxPdfPrintData::GetPrintResolution |
( |
| ) |
const |
◆ GetQuality()
| wxPrintQuality wxPdfPrintData::GetQuality |
( |
| ) |
const |
|
inline |
◆ GetTemplateDocument()
◆ GetTemplateHeight()
| double wxPdfPrintData::GetTemplateHeight |
( |
| ) |
const |
|
inline |
◆ GetTemplateMode()
| bool wxPdfPrintData::GetTemplateMode |
( |
| ) |
const |
|
inline |
◆ GetTemplateWidth()
| double wxPdfPrintData::GetTemplateWidth |
( |
| ) |
const |
|
inline |
◆ GetToPage()
| int wxPdfPrintData::GetToPage |
( |
| ) |
const |
|
inline |
◆ GetUserPassword()
| const wxString & wxPdfPrintData::GetUserPassword |
( |
| ) |
const |
|
inline |
◆ IsOk()
| bool wxPdfPrintData::IsOk |
( |
| ) |
const |
|
inline |
◆ IsProtectionEnabled()
| bool wxPdfPrintData::IsProtectionEnabled |
( |
| ) |
const |
|
inline |
◆ Ok()
| bool wxPdfPrintData::Ok |
( |
| ) |
const |
|
inline |
◆ SetDocumentAuthor()
| void wxPdfPrintData::SetDocumentAuthor |
( |
const wxString & |
author | ) |
|
|
inline |
◆ SetDocumentCreator()
| void wxPdfPrintData::SetDocumentCreator |
( |
const wxString & |
creator | ) |
|
|
inline |
◆ SetDocumentKeywords()
| void wxPdfPrintData::SetDocumentKeywords |
( |
const wxString & |
keywords | ) |
|
|
inline |
◆ SetDocumentProtection()
| void wxPdfPrintData::SetDocumentProtection |
( |
int |
permissions, |
|
|
const wxString & |
userPassword = wxEmptyString, |
|
|
const wxString & |
ownerPassword = wxEmptyString, |
|
|
wxPdfEncryptionMethod |
encryptionMethod = wxPDF_ENCRYPTION_RC4V1, |
|
|
int |
keyLength = 0 |
|
) |
| |
◆ SetDocumentSubject()
| void wxPdfPrintData::SetDocumentSubject |
( |
const wxString & |
subject | ) |
|
|
inline |
◆ SetDocumentTitle()
| void wxPdfPrintData::SetDocumentTitle |
( |
const wxString & |
title | ) |
|
|
inline |
◆ SetFilename()
| void wxPdfPrintData::SetFilename |
( |
const wxString & |
filename | ) |
|
|
inline |
◆ SetFromPage()
| void wxPdfPrintData::SetFromPage |
( |
int |
v | ) |
|
|
inline |
◆ SetLaunchDocumentViewer()
| void wxPdfPrintData::SetLaunchDocumentViewer |
( |
bool |
enable | ) |
|
|
inline |
◆ SetMaxPage()
| void wxPdfPrintData::SetMaxPage |
( |
int |
v | ) |
|
|
inline |
◆ SetMinPage()
| void wxPdfPrintData::SetMinPage |
( |
int |
v | ) |
|
|
inline |
◆ SetOrientation()
| void wxPdfPrintData::SetOrientation |
( |
int |
orient | ) |
|
|
inline |
◆ SetPaperId()
| void wxPdfPrintData::SetPaperId |
( |
wxPaperSize |
sizeId | ) |
|
|
inline |
◆ SetPrintDialogFlags()
| void wxPdfPrintData::SetPrintDialogFlags |
( |
int |
flags | ) |
|
|
inline |
◆ SetPrintResolution()
| void wxPdfPrintData::SetPrintResolution |
( |
int |
resolution | ) |
|
|
inline |
◆ SetQuality()
| void wxPdfPrintData::SetQuality |
( |
wxPrintQuality |
quality | ) |
|
|
inline |
◆ SetTemplate()
| void wxPdfPrintData::SetTemplate |
( |
wxPdfDocument * |
pdfDocument, |
|
|
double |
templateWidth, |
|
|
double |
templateHeight |
|
) |
| |
◆ SetToPage()
| void wxPdfPrintData::SetToPage |
( |
int |
v | ) |
|
|
inline |
◆ UpdateDocument()
The documentation for this class was generated from the following file: