Classes | |
| class | Empty |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Pdf.Cell arg0) |
| str | toString (self, str fmtStr='"{}"') |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Pdf.Cell | operator (*args, **kwargs) |
| Pdf.Cell | operator (*args, **kwargs) |
Static Public Attributes | |
| std_variant_int_float_bool_std_string_Pdf_Cell_Empty | Value = std_variant_int_float_bool_std_string_Pdf_Cell_Empty |
Generated from: MR::Pdf::Cell Table part class to convert values to string with set format
|
static |
| None mrmeshpy.Pdf.Cell.__init__ | ( | self | ) |
| None mrmeshpy.Pdf.Cell.__init__ | ( | self, | |
| Pdf.Cell | arg0 ) |
Implicit copy constructor.
|
static |
|
static |
| str mrmeshpy.Pdf.Cell.toString | ( | self, | |
| str | fmtStr = '"{}"' ) |
get strang from contained value \\param fmtStr format string like fmt::format
|
static |