MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PdfParameters Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, PdfParameters arg0)
 
None __init__ (self, float titleSize, float textSize, std_variant_PdfBuildinFont_std_filesystem_path defaultFont, std_variant_PdfBuildinFont_std_filesystem_path defaultFontBold, std_variant_PdfBuildinFont_std_filesystem_path tableFont, std_variant_PdfBuildinFont_std_filesystem_path tableFontBold)
 
std_variant_PdfBuildinFont_std_filesystem_path defaultFont (self)
 
None defaultFont (self, std_variant_PdfBuildinFont_std_filesystem_path arg1)
 
std_variant_PdfBuildinFont_std_filesystem_path tableFont (self)
 
None tableFont (self, std_variant_PdfBuildinFont_std_filesystem_path arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
PdfParameters operator (*args, **kwargs)
 
PdfParameters operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_defaultFont = 8
 
typing _offsetof_defaultFontBold = 56
 
typing _offsetof_tableFont = 104
 
typing _offsetof_tableFontBold = 152
 
typing _offsetof_textSize = 4
 
typing _offsetof_titleSize = 0
 

Detailed Description

Generated from:  MR::PdfParameters


 @brief Parameters of document style

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.PdfParameters.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.PdfParameters.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.PdfParameters.__init__ ( self,
PdfParameters arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.PdfParameters.__init__ ( self,
float titleSize,
float textSize,
std_variant_PdfBuildinFont_std_filesystem_path defaultFont,
std_variant_PdfBuildinFont_std_filesystem_path defaultFontBold,
std_variant_PdfBuildinFont_std_filesystem_path tableFont,
std_variant_PdfBuildinFont_std_filesystem_path tableFontBold )
Implicit aggregate constructor.

Member Function Documentation

◆ defaultFont() [1/2]

std_variant_PdfBuildinFont_std_filesystem_path mrmeshpy.PdfParameters.defaultFont ( self)
 @brief Font name

◆ defaultFont() [2/2]

None mrmeshpy.PdfParameters.defaultFont ( self,
std_variant_PdfBuildinFont_std_filesystem_path arg1 )

◆ operator() [1/2]

PdfParameters mrmeshpy.PdfParameters.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PdfParameters mrmeshpy.PdfParameters.operator ( * args,
** kwargs )
static

◆ tableFont() [1/2]

std_variant_PdfBuildinFont_std_filesystem_path mrmeshpy.PdfParameters.tableFont ( self)
 Font name for table (monospaced)

◆ tableFont() [2/2]

None mrmeshpy.PdfParameters.tableFont ( self,
std_variant_PdfBuildinFont_std_filesystem_path arg1 )

Member Data Documentation

◆ _offsetof_defaultFont

typing mrmeshpy.PdfParameters._offsetof_defaultFont = 8
staticprotected

◆ _offsetof_defaultFontBold

typing mrmeshpy.PdfParameters._offsetof_defaultFontBold = 56
staticprotected

◆ _offsetof_tableFont

typing mrmeshpy.PdfParameters._offsetof_tableFont = 104
staticprotected

◆ _offsetof_tableFontBold

typing mrmeshpy.PdfParameters._offsetof_tableFontBold = 152
staticprotected

◆ _offsetof_textSize

typing mrmeshpy.PdfParameters._offsetof_textSize = 4
staticprotected

◆ _offsetof_titleSize

typing mrmeshpy.PdfParameters._offsetof_titleSize = 0
staticprotected

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