LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::PDFWriter::PDFEncryptionProperties Struct Reference

#include <pdfwriter.hxx>

Public Member Functions

 PDFEncryptionProperties ()
 
bool Encrypt () const
 

Public Attributes

bool CanPrintTheDocument
 
bool CanModifyTheContent
 
bool CanCopyOrExtract
 
bool CanAddOrModify
 
bool CanFillInteractive
 
bool CanExtractForAccessibility
 
bool CanAssemble
 
bool CanPrintFull
 
std::vector< sal_uInt8OValue
 
std::vector< sal_uInt8UValue
 
std::vector< sal_uInt8EncryptionKey
 
std::vector< sal_uInt8DocumentIdentifier
 

Detailed Description

Definition at line 514 of file pdfwriter.hxx.

Constructor & Destructor Documentation

◆ PDFEncryptionProperties()

vcl::PDFWriter::PDFEncryptionProperties::PDFEncryptionProperties ( )
inline

Definition at line 540 of file pdfwriter.hxx.

Member Function Documentation

◆ Encrypt()

bool vcl::PDFWriter::PDFEncryptionProperties::Encrypt ( ) const
inline

Member Data Documentation

◆ CanAddOrModify

bool vcl::PDFWriter::PDFEncryptionProperties::CanAddOrModify

Definition at line 521 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanAssemble

bool vcl::PDFWriter::PDFEncryptionProperties::CanAssemble

Definition at line 525 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanCopyOrExtract

bool vcl::PDFWriter::PDFEncryptionProperties::CanCopyOrExtract

Definition at line 520 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanExtractForAccessibility

bool vcl::PDFWriter::PDFEncryptionProperties::CanExtractForAccessibility

Definition at line 524 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanFillInteractive

bool vcl::PDFWriter::PDFEncryptionProperties::CanFillInteractive

Definition at line 523 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanModifyTheContent

bool vcl::PDFWriter::PDFEncryptionProperties::CanModifyTheContent

Definition at line 519 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanPrintFull

bool vcl::PDFWriter::PDFEncryptionProperties::CanPrintFull

Definition at line 526 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ CanPrintTheDocument

bool vcl::PDFWriter::PDFEncryptionProperties::CanPrintTheDocument

Definition at line 518 of file pdfwriter.hxx.

Referenced by vcl::PDFWriterImpl::computeAccessPermissions().

◆ DocumentIdentifier

std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::DocumentIdentifier

◆ EncryptionKey

std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::EncryptionKey

◆ OValue

std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::OValue

◆ UValue

std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::UValue

The documentation for this struct was generated from the following file: